brintos

brintos / llvm-project-archived public Read only

0
0
Text · 743 B · 8ff5eac Raw
21 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: vrand %v11, %v227# CHECK-ENCODING: encoding: [0x00,0x00,0x16,0x0b,0x00,0x00,0x00,0x88]8vrand %v11, %v229 10# CHECK-INST: vrand %vix, %vix11# CHECK-ENCODING: encoding: [0x00,0x00,0xff,0xff,0x00,0x00,0x00,0x88]12vrand %vix, %vix13 14# CHECK-INST: vrand %v11, %v22, %vm1115# CHECK-ENCODING: encoding: [0x00,0x00,0x16,0x0b,0x00,0x00,0x0b,0x88]16vrand %v11, %v22, %vm1117 18# CHECK-INST: vrand %v11, %vix, %vm1519# CHECK-ENCODING: encoding: [0x00,0x00,0xff,0x0b,0x00,0x00,0x0f,0x88]20vrand %v11, %vix, %vm1521