Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / VE / CVTDQ.s
blob0022ae875d5e9cffd651b59e32976a128b7cd0ba
1 # RUN: llvm-mc -triple=ve --show-encoding < %s \
2 # RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
3 # RUN: llvm-mc -triple=ve -filetype=obj < %s | llvm-objdump -d - \
4 # RUN: | FileCheck %s --check-prefixes=CHECK-INST
6 # CHECK-INST: cvt.d.q %s11, %s12
7 # CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x8c,0x8b,0x0f]
8 cvt.d.q %s11, %s12
10 # CHECK-INST: cvt.d.q %s11, 63
11 # CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x3f,0x8b,0x0f]
12 cvt.d.q %s11, 63
14 # CHECK-INST: cvt.d.q %s11, -64
15 # CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x40,0x8b,0x0f]
16 cvt.d.q %s11, -64
18 # CHECK-INST: cvt.d.q %s11, -1
19 # CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x7f,0x8b,0x0f]
20 cvt.d.q %s11, -1