Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / VE / VRAND.s
blob8ff5eac881021004e58deefb08e048db716ebe4f
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: vrand %v11, %v22
7 # CHECK-ENCODING: encoding: [0x00,0x00,0x16,0x0b,0x00,0x00,0x00,0x88]
8 vrand %v11, %v22
10 # CHECK-INST: vrand %vix, %vix
11 # CHECK-ENCODING: encoding: [0x00,0x00,0xff,0xff,0x00,0x00,0x00,0x88]
12 vrand %vix, %vix
14 # CHECK-INST: vrand %v11, %v22, %vm11
15 # CHECK-ENCODING: encoding: [0x00,0x00,0x16,0x0b,0x00,0x00,0x0b,0x88]
16 vrand %v11, %v22, %vm11
18 # CHECK-INST: vrand %v11, %vix, %vm15
19 # CHECK-ENCODING: encoding: [0x00,0x00,0xff,0x0b,0x00,0x00,0x0f,0x88]
20 vrand %v11, %vix, %vm15