154 lines
5.9 KiB
ArmAsm
154 lines
5.9 KiB
ArmAsm
|
# RUN: llvm-mc -triple=riscv64 -show-encoding --mattr=+experimental-v %s \
|
||
|
# RUN: --riscv-no-aliases | 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 - --riscv-no-aliases \
|
||
|
# 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
|
||
|
|
||
|
vmerge.vvm v8, v4, v20, v0
|
||
|
# CHECK-INST: vmerge.vvm v8, v4, v20, v0
|
||
|
# CHECK-ENCODING: [0x57,0x04,0x4a,0x5c]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 04 4a 5c <unknown>
|
||
|
|
||
|
vmerge.vxm v8, v4, a0, v0
|
||
|
# CHECK-INST: vmerge.vxm v8, v4, a0, v0
|
||
|
# CHECK-ENCODING: [0x57,0x44,0x45,0x5c]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 44 45 5c <unknown>
|
||
|
|
||
|
vmerge.vim v8, v4, 15, v0
|
||
|
# CHECK-INST: vmerge.vim v8, v4, 15, v0
|
||
|
# CHECK-ENCODING: [0x57,0xb4,0x47,0x5c]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 b4 47 5c <unknown>
|
||
|
|
||
|
vslideup.vx v8, v4, a0, v0.t
|
||
|
# CHECK-INST: vslideup.vx v8, v4, a0, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0x44,0x45,0x38]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 44 45 38 <unknown>
|
||
|
|
||
|
vslideup.vx v8, v4, a0
|
||
|
# CHECK-INST: vslideup.vx v8, v4, a0
|
||
|
# CHECK-ENCODING: [0x57,0x44,0x45,0x3a]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 44 45 3a <unknown>
|
||
|
|
||
|
vslideup.vi v8, v4, 31, v0.t
|
||
|
# CHECK-INST: vslideup.vi v8, v4, 31, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0xb4,0x4f,0x38]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 b4 4f 38 <unknown>
|
||
|
|
||
|
vslideup.vi v8, v4, 31
|
||
|
# CHECK-INST: vslideup.vi v8, v4, 31
|
||
|
# CHECK-ENCODING: [0x57,0xb4,0x4f,0x3a]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 b4 4f 3a <unknown>
|
||
|
|
||
|
vslidedown.vx v8, v4, a0, v0.t
|
||
|
# CHECK-INST: vslidedown.vx v8, v4, a0, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0x44,0x45,0x3c]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 44 45 3c <unknown>
|
||
|
|
||
|
vslidedown.vx v8, v4, a0
|
||
|
# CHECK-INST: vslidedown.vx v8, v4, a0
|
||
|
# CHECK-ENCODING: [0x57,0x44,0x45,0x3e]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 44 45 3e <unknown>
|
||
|
|
||
|
vslidedown.vi v8, v4, 31, v0.t
|
||
|
# CHECK-INST: vslidedown.vi v8, v4, 31, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0xb4,0x4f,0x3c]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 b4 4f 3c <unknown>
|
||
|
|
||
|
vslidedown.vi v8, v4, 31
|
||
|
# CHECK-INST: vslidedown.vi v8, v4, 31
|
||
|
# CHECK-ENCODING: [0x57,0xb4,0x4f,0x3e]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 b4 4f 3e <unknown>
|
||
|
|
||
|
vslide1up.vx v8, v4, a0, v0.t
|
||
|
# CHECK-INST: vslide1up.vx v8, v4, a0, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0x64,0x45,0x38]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 64 45 38 <unknown>
|
||
|
|
||
|
vslide1up.vx v8, v4, a0
|
||
|
# CHECK-INST: vslide1up.vx v8, v4, a0
|
||
|
# CHECK-ENCODING: [0x57,0x64,0x45,0x3a]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 64 45 3a <unknown>
|
||
|
|
||
|
vslide1down.vx v8, v4, a0, v0.t
|
||
|
# CHECK-INST: vslide1down.vx v8, v4, a0, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0x64,0x45,0x3c]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 64 45 3c <unknown>
|
||
|
|
||
|
vslide1down.vx v8, v4, a0
|
||
|
# CHECK-INST: vslide1down.vx v8, v4, a0
|
||
|
# CHECK-ENCODING: [0x57,0x64,0x45,0x3e]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 64 45 3e <unknown>
|
||
|
|
||
|
vrgather.vv v8, v4, v20, v0.t
|
||
|
# CHECK-INST: vrgather.vv v8, v4, v20, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0x04,0x4a,0x30]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 04 4a 30 <unknown>
|
||
|
|
||
|
vrgather.vv v8, v4, v20
|
||
|
# CHECK-INST: vrgather.vv v8, v4, v20
|
||
|
# CHECK-ENCODING: [0x57,0x04,0x4a,0x32]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 04 4a 32 <unknown>
|
||
|
|
||
|
vrgather.vx v8, v4, a0, v0.t
|
||
|
# CHECK-INST: vrgather.vx v8, v4, a0, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0x44,0x45,0x30]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 44 45 30 <unknown>
|
||
|
|
||
|
vrgather.vx v8, v4, a0
|
||
|
# CHECK-INST: vrgather.vx v8, v4, a0
|
||
|
# CHECK-ENCODING: [0x57,0x44,0x45,0x32]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 44 45 32 <unknown>
|
||
|
|
||
|
vrgather.vi v8, v4, 31, v0.t
|
||
|
# CHECK-INST: vrgather.vi v8, v4, 31, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0xb4,0x4f,0x30]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 b4 4f 30 <unknown>
|
||
|
|
||
|
vrgather.vi v8, v4, 31
|
||
|
# CHECK-INST: vrgather.vi v8, v4, 31
|
||
|
# CHECK-ENCODING: [0x57,0xb4,0x4f,0x32]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 b4 4f 32 <unknown>
|
||
|
|
||
|
vrgatherei16.vv v8, v4, v20, v0.t
|
||
|
# CHECK-INST: vrgatherei16.vv v8, v4, v20, v0.t
|
||
|
# CHECK-ENCODING: [0x57,0x04,0x4a,0x38]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 04 4a 38 <unknown>
|
||
|
|
||
|
vrgatherei16.vv v8, v4, v20
|
||
|
# CHECK-INST: vrgatherei16.vv v8, v4, v20
|
||
|
# CHECK-ENCODING: [0x57,0x04,0x4a,0x3a]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 04 4a 3a <unknown>
|
||
|
|
||
|
vcompress.vm v8, v4, v20
|
||
|
# CHECK-INST: vcompress.vm v8, v4, v20
|
||
|
# CHECK-ENCODING: [0x57,0x24,0x4a,0x5e]
|
||
|
# CHECK-ERROR: instruction requires the following: 'V' (Vector Instructions)
|
||
|
# CHECK-UNKNOWN: 57 24 4a 5e <unknown>
|