Searched defs:auipc (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv32e-invalid.s |
|
H A 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) global() label 181 auipc a0, %tlsdesc_hi(a_symbol) global() label [all...] |
H A D | linker-relaxation.s | 49 auipc t1, %pcrel_hi(foo) label 116 auipc t1, %pcrel_hi(bar) label
|
H A D | rv32i-valid.s |
|
H A D | nop-slide.s | 10 auipc a0, 0 label
|
H A D | rv32i-invalid.s | 43 auipc zero, -0xf # CHECK: :[[@LINE]]:13: error: operand must be a symbol with a %pcrel_hi/%got_pcrel_hi/%tls_ie_pcrel_hi/%tls_gd_pcrel_hi modifier or an integer in the range [0, 1048575] label 108 auipc a1, %lo(foo) # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pcrel_hi/%tls_ie_pcrel_hi/%tls_gd_pcrel_hi modifier or an integer in the range [ global() label 128 auipc a0, foo # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pcrel_hi/%tls_ie_pcrel_hi/%tls_gd_pcrel_hi modifier or an integer in the range [0, 10 global() label 129 auipc a0, %lo(foo) # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pcrel_hi/%tls_ie_pcrel_hi/%tls_gd_pcrel_hi modifier or an integer in the range [ global() label 130 auipc a0, %hi(foo) # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pcrel_hi/%tls_ie_pcrel_hi/%tls_gd_pcrel_hi modifier or an integer in the range [ global() label 131 auipc a0, %pcrel_lo(foo) # CHECK: :[[@LINE]]:11: error: operand must be a symbol with a %pcrel_hi/%got_pcrel_hi/%tls_ie_pcrel_hi/%tls_gd_pcrel_hi modifier or an integer in the r global() label
|
H A D | option-relax.s | 70 auipc t1, %pcrel_hi(.L1) label
|
H A D | fixups.s | 28 auipc t1, %pcrel_hi(.LBB0) label
|
H A D | rv32e-valid.s |
|
/llvm-project/lld/test/ELF/ |
H A D | riscv-pcrel-hilo-error.s | 12 auipc sp,%pcrel_hi(external) label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/ |
H A D | gpr-bypass.s | 6 auipc a1, 1 label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/ |
H A D | gpr-bypass.s | 6 auipc a1, 1 label
|