Searched defs:addiw (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv64i-invalid.s | 10 addiw a0, a1, -2049 # CHECK: :[[@LINE]]:15: error: operand must be a symbol with %lo/%pcrel_lo/%tpr… label 20 addiw a0, a1, %hi(foo) # CHECK: :[[@LINE]]:15: error: operand must be a symbol with %lo/%pcrel_lo/%… label
|
D | rv64i-valid.s | 60 addiw x28, x29, -2048 label 63 addiw x30, x31, 2047 label
|
D | compress-rv64i.s | 30 addiw tp, tp, 31 label
|
D | rv32i-invalid.s | 154 addiw a0, sp, 100 # CHECK: :[[@LINE]]:1: error: instruction requires the following: RV64I Base Inst… label
|