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
5
6# CHECK-INST: vfims.d %v11, %v22, %v32, 12
7# CHECK-ENCODING: encoding: [0x00,0x20,0x16,0x0b,0x00,0x0c,0x00,0xff]
8vfims.d %v11, %v22, %v32, 12
9
10# CHECK-INST: vfims.d %vix, %vix, %vix, %s23
11# CHECK-ENCODING: encoding: [0x00,0xff,0xff,0xff,0x00,0x97,0x00,0xff]
12vfims.d %vix, %vix, %vix, %s23
13
14# CHECK-INST: vfims.s %v11, %vix, %vix, 63
15# CHECK-ENCODING: encoding: [0x00,0xff,0xff,0x0b,0x00,0x3f,0x80,0xff]
16vfims.s %v11, %vix, %vix, 63
17
18# CHECK-INST: vfims.s %vix, %v20, %v12, -64
19# CHECK-ENCODING: encoding: [0x00,0x0c,0x14,0xff,0x00,0x40,0x80,0xff]
20vfims.s %vix, %v20, %v12, -64
21