Searched defs:lui (Results 1 – 15 of 15) sorted by relevance
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv32e-invalid.s |
|
H A D | rv32i-valid.s |
|
H A D | relocations.s | 17 lui t1, %hi(foo) label 22 lui t1, %hi(foo+4) label 27 lui t1, %tprel_hi(foo) label 32 lui t1, %tprel_hi(foo+4) label
|
H A D | rv32i-invalid.s | 41 lui a0, -1 # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an integer in the range [0, 1048575] label 42 lui s0, 1048576 # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an integer in the range [0, 1048575] label 107 lui a0, %lo(1) # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an integer in the range [0, 1048575] global() label 123 lui a0, foo # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an integer in the range [0, 1048575] global() label 124 lui a0, %lo(foo) # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an integer in the range [0, 1048575] global() label 125 lui a0, %pcrel_lo(foo) # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an integer in the range [0, 1048575] global() label 126 lui a0, %pcrel_hi(foo) # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an integer in the range [0, 1048575] global() label
|
H A D | linker-relaxation.s | 24 lui t1, %hi(foo) label 91 lui t1, %hi(bar) label
|
H A D | attribute-with-option.s | 15 lui x16, 1 label
|
H A D | fixups.s | 13 lui t1, %hi(val) label
|
H A D | compress-rv32i.s | 75 lui gp, 31 label
|
H A D | rv32e-valid.s |
|
/llvm-project/lld/test/ELF/ |
H A D | riscv-tls-le.s | 63 lui a1, %tprel_hi(.LANCHOR0) label 68 lui a2, %tprel_hi(a-4) label 74 lui a3, %tprel_hi(a-4) label 81 lui a4, %tprel_hi(a) label
|
H A D | mips64-eh-abs-reloc.s | 33 lui $11, %hi(%neg(%gp_rel(foo))) label
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | hex-immediates.s | 11 lui $2, 2 label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/ |
H A D | gpr-bypass.s | 5 lui a0, 1 label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/ |
H A D | gpr-bypass.s | 5 lui a0, 1 label
|
/llvm-project/llvm/test/MC/Mips/micromips/ |
H A D | valid.s | 126 lui $9, 17767 # CHECK: lui $9, 17767 # encoding: [0x41,0xa9,0x45,0x67] label
|