brintos

brintos / llvm-project-archived public Read only

0
0
Text · 916 B · ffc0195 Raw
25 lines · plain
1# RUN: llvm-mc -triple=ve --show-encoding < %s \2# RUN:     | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3# RUN: llvm-mc -triple=ve -filetype=obj < %s | llvm-objdump -d - \4# RUN:     | FileCheck %s --check-prefixes=CHECK-INST5 6# CHECK-INST: vfdiv.d %v11, %s20, %v227# CHECK-ENCODING: encoding: [0x00,0x16,0x00,0x0b,0x00,0x94,0x20,0xdd]8vfdiv.d %v11, %s20, %v229 10# CHECK-INST: vfdiv.d %vix, %vix, %vix11# CHECK-ENCODING: encoding: [0x00,0xff,0xff,0xff,0x00,0x00,0x00,0xdd]12vfdiv.d %vix, %vix, %vix13 14# CHECK-INST: vfdiv.s %vix, 22, %v2215# CHECK-ENCODING: encoding: [0x00,0x16,0x00,0xff,0x00,0x16,0xa0,0xdd]16vfdiv.s %vix, 22, %v2217 18# CHECK-INST: vfdiv.s %vix, %v22, 2219# CHECK-ENCODING: encoding: [0x00,0x00,0x16,0xff,0x00,0x16,0x90,0xdd]20vfdiv.s %vix, %v22, 2221 22# CHECK-INST: vfdiv.s %v11, %v22, 63, %vm1123# CHECK-ENCODING: encoding: [0x00,0x00,0x16,0x0b,0x00,0x3f,0x9b,0xdd]24vfdiv.s %v11, %v22, 63, %vm1125