1 # RUN: llvm-mc %s -triple=riscv32 -riscv-no-aliases -show-encoding \
2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
3 # RUN: llvm-mc %s -triple=riscv64 -riscv-no-aliases -show-encoding \
4 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
5 # RUN: llvm-mc -filetype=obj -triple riscv32 < %s \
6 # RUN: | llvm-objdump -riscv-no-aliases -d - \
7 # RUN: | FileCheck -check-prefix=CHECK-INST %s
8 # RUN: llvm-mc -filetype=obj -triple riscv64 < %s \
9 # RUN: | llvm-objdump -riscv-no-aliases -d - \
10 # RUN: | FileCheck -check-prefix=CHECK-INST %s
13 # CHECK: encoding: [0x73,0x00,0x20,0x00]
17 # CHECK: encoding: [0x73,0x00,0x20,0x10]
21 # CHECK: encoding: [0x73,0x00,0x20,0x30]
25 # CHECK: encoding: [0x73,0x00,0x50,0x10]
28 # CHECK-INST: sfence.vma zero, zero
29 # CHECK: encoding: [0x73,0x00,0x00,0x12]
32 # CHECK-INST: sfence.vma a0, a1
33 # CHECK: encoding: [0x73,0x00,0xb5,0x12]