blob: 0eec7c8ec17748fd470e36b5734d5904f9c58fa9 [file] [log] [blame]
# RUN: llvm-mc -triple=ve --show-encoding < %s \
# RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
# RUN: llvm-mc -triple=ve -filetype=obj < %s | llvm-objdump -d - \
# RUN: | FileCheck %s --check-prefixes=CHECK-INST
# CHECK-INST: cvt.w.d.sx %s11, %s12
# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x8c,0x0b,0x4e]
cvt.w.d.sx %s11, %s12
# CHECK-INST: cvt.w.d.sx.rz %s11, 63
# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x08,0x3f,0x0b,0x4e]
cvt.w.d.sx.rz %s11, 63
# CHECK-INST: cvt.w.d.sx.rp %s11, -64
# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x09,0x40,0x0b,0x4e]
cvt.w.d.sx.rp %s11, -64
# CHECK-INST: cvt.w.d.sx.rm %s11, -1
# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x0a,0x7f,0x0b,0x4e]
cvt.w.d.sx.rm %s11, -1
# CHECK-INST: cvt.w.d.sx.rn %s11, 7
# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x0b,0x07,0x0b,0x4e]
cvt.w.d.sx.rn %s11, 7
# CHECK-INST: cvt.w.d.sx.ra %s11, %s63
# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x0c,0xbf,0x0b,0x4e]
cvt.w.d.sx.ra %s11, %s63
# CHECK-INST: cvt.w.d.zx %s11, %s12
# CHECK-ENCODING: encoding: [0x80,0x00,0x00,0x00,0x00,0x8c,0x0b,0x4e]
cvt.w.d.zx %s11, %s12
# CHECK-INST: cvt.w.d.zx.rz %s11, 63
# CHECK-ENCODING: encoding: [0x80,0x00,0x00,0x00,0x08,0x3f,0x0b,0x4e]
cvt.w.d.zx.rz %s11, 63
# CHECK-INST: cvt.w.d.zx.rp %s11, -64
# CHECK-ENCODING: encoding: [0x80,0x00,0x00,0x00,0x09,0x40,0x0b,0x4e]
cvt.w.d.zx.rp %s11, -64
# CHECK-INST: cvt.w.d.zx.rm %s11, -1
# CHECK-ENCODING: encoding: [0x80,0x00,0x00,0x00,0x0a,0x7f,0x0b,0x4e]
cvt.w.d.zx.rm %s11, -1
# CHECK-INST: cvt.w.d.zx.rn %s11, 7
# CHECK-ENCODING: encoding: [0x80,0x00,0x00,0x00,0x0b,0x07,0x0b,0x4e]
cvt.w.d.zx.rn %s11, 7
# CHECK-INST: cvt.w.d.zx.ra %s11, %s63
# CHECK-ENCODING: encoding: [0x80,0x00,0x00,0x00,0x0c,0xbf,0x0b,0x4e]
cvt.w.d.zx.ra %s11, %s63