brintos

brintos / llvm-project-archived public Read only

0
0
Text · 610 B · f11428a Raw
17 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: svm %s12, %vm11, 07# CHECK-ENCODING: encoding: [0x00,0x0b,0x00,0x00,0x00,0x00,0x0c,0xa7]8svm %s12, %vm11, 09 10# CHECK-INST: svm %s63, %vm0, %s2311# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x97,0x3f,0xa7]12svm %s63, %vm0, %s2313 14# CHECK-INST: svm %s0, %vm11, 315# CHECK-ENCODING: encoding: [0x00,0x0b,0x00,0x00,0x00,0x03,0x00,0xa7]16svm %s0, %vm11, 317