brintos

brintos / llvm-project-archived public Read only

0
0
Text · 721 B · 4fbb19d 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: cvt.d.l %s11, %s127# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x8c,0x0b,0x5f]8cvt.d.l %s11, %s129 10# CHECK-INST: cvt.d.l %s11, 6311# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x3f,0x0b,0x5f]12cvt.d.l %s11, 6313 14# CHECK-INST: cvt.d.l %s11, -6415# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x40,0x0b,0x5f]16cvt.d.l %s11, -6417 18# CHECK-INST: cvt.d.l %s11, -119# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x7f,0x0b,0x5f]20cvt.d.l %s11, -121