Searched defs:auipc (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rv32e-invalid.s | 61 auipc a6, 17 label 64 auipc a7, 18 label 67 auipc s2, 19 label 70 auipc s3, 20 label 73 auipc s4, 21 label 76 auipc s5, 22 label 79 auipc s6, 23 label 82 auipc s7, 24 label 85 auipc s8, 25 label 88 auipc s9, 26 label [all …]
|
D | relocations.s | 78 auipc t1, %pcrel_hi(foo) label 83 auipc t1, %pcrel_hi(foo+4) label 99 auipc t1, %got_pcrel_hi(foo) label 117 auipc t1, %got_pcrel_hi(.L1) label 133 auipc t1, %tls_ie_pcrel_hi(foo) label 149 auipc t1, %tls_gd_pcrel_hi(foo) label
|
D | rv32i-valid.s | 52 auipc a0, 2 label 55 auipc s11, (0x87000000>>12) label 58 auipc t0, 1048575 label 61 auipc gp, 0 label 66 auipc a0, %pcrel_hi(foo) label 69 auipc a0, CONST label
|
D | rv32i-invalid.s | 43 auipc zero, -0xf # CHECK: :[[@LINE]]:13: error: operand must be a symbol with a %pcrel_hi/%got_pcre… label 108 auipc a1, %lo(foo) # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pc… label 128 auipc a0, foo # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pcrel_h… label 129 auipc a0, %lo(foo) # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pc… label 130 auipc a0, %hi(foo) # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pc… label 131 auipc a0, %pcrel_lo(foo) # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%… label
|
D | linker-relaxation.s | 49 auipc t1, %pcrel_hi(foo) label 116 auipc t1, %pcrel_hi(bar) label
|
D | option-relax.s | 70 auipc t1, %pcrel_hi(.L1) label
|
D | fixups.s | 28 auipc t1, %pcrel_hi(.LBB0) label
|
D | rv32e-valid.s | 13 auipc x1, 2 label
|
/external/llvm-project/lld/test/ELF/ |
D | riscv-pcrel-hilo-error.s | 12 auipc sp,%pcrel_hi(external) label
|