Searched defs:bgeu (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv32i-invalid.s | 38 bgeu t0, t1, -13 # CHECK: :[[@LINE]]:14: error: immediate must be a multiple of 2 bytes in the rang… label 102 bgeu t0, t1, %pcrel_hi(c) # CHECK: :[[@LINE]]:14: error: immediate must be a multiple of 2 bytes in… label 104 bgeu t0, t1, %pcrel_lo(d) # CHECK: :[[@LINE]]:14: error: immediate must be a multiple of 2 bytes in… label
|
D | relocations.s | 174 bgeu a0, a1, foo label
|
D | rv32i-valid.s | 144 bgeu s8, sp, 512 label 148 bgeu t0, t1, CONST label
|
D | rv32e-valid.s | 35 bgeu x12, x13, 24 label
|