46 lines · plain
1# RUN: llvm-mc -triple=riscv64 -show-encoding --mattr=+v %s \2# RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3# RUN: not llvm-mc -triple=riscv64 -show-encoding %s 2>&1 \4# RUN: | FileCheck %s --check-prefix=CHECK-ERROR5# RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+v %s \6# RUN: | llvm-objdump -d --mattr=+v --no-print-imm-hex - \7# RUN: | FileCheck %s --check-prefix=CHECK-INST8# RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+v %s \9# RUN: | llvm-objdump -d --no-print-imm-hex - | FileCheck %s --check-prefix=CHECK-UNKNOWN10 11vor.vv v8, v4, v20, v0.t12# CHECK-INST: vor.vv v8, v4, v20, v0.t13# CHECK-ENCODING: [0x57,0x04,0x4a,0x28]14# CHECK-ERROR: instruction requires the following: 'V' (Vector Extension for Application Processors), 'Zve32x' (Vector Extensions for Embedded Processors){{$}}15# CHECK-UNKNOWN: 284a0457 <unknown>16 17vor.vv v8, v4, v2018# CHECK-INST: vor.vv v8, v4, v2019# CHECK-ENCODING: [0x57,0x04,0x4a,0x2a]20# CHECK-ERROR: instruction requires the following: 'V' (Vector Extension for Application Processors), 'Zve32x' (Vector Extensions for Embedded Processors){{$}}21# CHECK-UNKNOWN: 2a4a0457 <unknown>22 23vor.vx v8, v4, a0, v0.t24# CHECK-INST: vor.vx v8, v4, a0, v0.t25# CHECK-ENCODING: [0x57,0x44,0x45,0x28]26# CHECK-ERROR: instruction requires the following: 'V' (Vector Extension for Application Processors), 'Zve32x' (Vector Extensions for Embedded Processors){{$}}27# CHECK-UNKNOWN: 28454457 <unknown>28 29vor.vx v8, v4, a030# CHECK-INST: vor.vx v8, v4, a031# CHECK-ENCODING: [0x57,0x44,0x45,0x2a]32# CHECK-ERROR: instruction requires the following: 'V' (Vector Extension for Application Processors), 'Zve32x' (Vector Extensions for Embedded Processors){{$}}33# CHECK-UNKNOWN: 2a454457 <unknown>34 35vor.vi v8, v4, 15, v0.t36# CHECK-INST: vor.vi v8, v4, 15, v0.t37# CHECK-ENCODING: [0x57,0xb4,0x47,0x28]38# CHECK-ERROR: instruction requires the following: 'V' (Vector Extension for Application Processors), 'Zve32x' (Vector Extensions for Embedded Processors){{$}}39# CHECK-UNKNOWN: 2847b457 <unknown>40 41vor.vi v8, v4, 1542# CHECK-INST: vor.vi v8, v4, 1543# CHECK-ENCODING: [0x57,0xb4,0x47,0x2a]44# CHECK-ERROR: instruction requires the following: 'V' (Vector Extension for Application Processors), 'Zve32x' (Vector Extensions for Embedded Processors){{$}}45# CHECK-UNKNOWN: 2a47b457 <unknown>46