| # RUN: llvm-mc -triple=riscv64 -show-encoding --mattr=+experimental-v %s \ |
| # RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST |
| # RUN: not llvm-mc -triple=riscv64 -show-encoding %s 2>&1 \ |
| # RUN: | FileCheck %s --check-prefix=CHECK-ERROR |
| # RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+experimental-v %s \ |
| # RUN: | llvm-objdump -d --mattr=+experimental-v - \ |
| # RUN: | FileCheck %s --check-prefix=CHECK-INST |
| # RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+experimental-v %s \ |
| # RUN: | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN |
| |
| vnclipu.wv v8, v4, v20, v0.t |
| # CHECK-INST: vnclipu.wv v8, v4, v20, v0.t |
| # CHECK-ENCODING: [0x57,0x04,0x4a,0xb8] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 04 4a b8 <unknown> |
| |
| vnclipu.wv v8, v4, v20 |
| # CHECK-INST: vnclipu.wv v8, v4, v20 |
| # CHECK-ENCODING: [0x57,0x04,0x4a,0xba] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 04 4a ba <unknown> |
| |
| vnclipu.wx v8, v4, a0, v0.t |
| # CHECK-INST: vnclipu.wx v8, v4, a0, v0.t |
| # CHECK-ENCODING: [0x57,0x44,0x45,0xb8] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 44 45 b8 <unknown> |
| |
| vnclipu.wx v8, v4, a0 |
| # CHECK-INST: vnclipu.wx v8, v4, a0 |
| # CHECK-ENCODING: [0x57,0x44,0x45,0xba] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 44 45 ba <unknown> |
| |
| vnclipu.wi v8, v4, 31, v0.t |
| # CHECK-INST: vnclipu.wi v8, v4, 31, v0.t |
| # CHECK-ENCODING: [0x57,0xb4,0x4f,0xb8] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 b4 4f b8 <unknown> |
| |
| vnclipu.wi v8, v4, 31 |
| # CHECK-INST: vnclipu.wi v8, v4, 31 |
| # CHECK-ENCODING: [0x57,0xb4,0x4f,0xba] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 b4 4f ba <unknown> |
| |
| vnclip.wv v8, v4, v20, v0.t |
| # CHECK-INST: vnclip.wv v8, v4, v20, v0.t |
| # CHECK-ENCODING: [0x57,0x04,0x4a,0xbc] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 04 4a bc <unknown> |
| |
| vnclip.wv v8, v4, v20 |
| # CHECK-INST: vnclip.wv v8, v4, v20 |
| # CHECK-ENCODING: [0x57,0x04,0x4a,0xbe] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 04 4a be <unknown> |
| |
| vnclip.wx v8, v4, a0, v0.t |
| # CHECK-INST: vnclip.wx v8, v4, a0, v0.t |
| # CHECK-ENCODING: [0x57,0x44,0x45,0xbc] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 44 45 bc <unknown> |
| |
| vnclip.wx v8, v4, a0 |
| # CHECK-INST: vnclip.wx v8, v4, a0 |
| # CHECK-ENCODING: [0x57,0x44,0x45,0xbe] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 44 45 be <unknown> |
| |
| vnclip.wi v8, v4, 31, v0.t |
| # CHECK-INST: vnclip.wi v8, v4, 31, v0.t |
| # CHECK-ENCODING: [0x57,0xb4,0x4f,0xbc] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 b4 4f bc <unknown> |
| |
| vnclip.wi v8, v4, 31 |
| # CHECK-INST: vnclip.wi v8, v4, 31 |
| # CHECK-ENCODING: [0x57,0xb4,0x4f,0xbe] |
| # CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions) |
| # CHECK-UNKNOWN: 57 b4 4f be <unknown> |