29 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.l.d %s11, %s127# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x8c,0x0b,0x4f]8cvt.l.d %s11, %s129 10# CHECK-INST: cvt.l.d.rz %s11, 6311# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x08,0x3f,0x0b,0x4f]12cvt.l.d.rz %s11, 6313 14# CHECK-INST: cvt.l.d.rp %s11, -6415# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x09,0x40,0x0b,0x4f]16cvt.l.d.rp %s11, -6417 18# CHECK-INST: cvt.l.d.rm %s11, -119# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x0a,0x7f,0x0b,0x4f]20cvt.l.d.rm %s11, -121 22# CHECK-INST: cvt.l.d.rn %s11, 723# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x0b,0x07,0x0b,0x4f]24cvt.l.d.rn %s11, 725 26# CHECK-INST: cvt.l.d.ra %s11, %s6327# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x0c,0xbf,0x0b,0x4f]28cvt.l.d.ra %s11, %s6329