Home
last modified time | relevance | path

Searched defs:lui (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/test/MC/RISCV/
Drv32e-invalid.s12 lui x16, 1 label
15 lui x17, 2 label
18 lui x18, 3 label
21 lui x19, 4 label
24 lui x20, 5 label
27 lui x21, 6 label
30 lui x22, 7 label
33 lui x23, 8 label
36 lui x24, 9 label
39 lui x25, 10 label
[all …]
Drv32i-valid.s19 lui a0, 2 label
22 lui s11, (0x87000000>>12) label
25 lui a0, %hi(2) label
28 lui s11, (0x87000000>>12) label
31 lui s11, %hi(0x87000000) label
34 lui t0, 1048575 label
37 lui gp, 0 label
42 lui a0, %hi(foo) label
45 lui a0, CONST label
48 lui a0, CONST+1 label
Drelocations.s17 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
Drv32i-invalid.s41 lui a0, -1 # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an… label
42 lui s0, 1048576 # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier … label
107 lui a0, %lo(1) # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier o… label
123 lui a0, foo # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or a… label
124 lui a0, %lo(foo) # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier… label
125 lui a0, %pcrel_lo(foo) # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi mo… label
126 lui a0, %pcrel_hi(foo) # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi mo… label
Dlinker-relaxation.s24 lui t1, %hi(foo) label
91 lui t1, %hi(bar) label
Dattribute-with-option.s15 lui x16, 1 label
Dfixups.s13 lui t1, %hi(val) label
Dcompress-rv32i.s75 lui gp, 31 label
Drv32e-valid.s11 lui x0, 1 label
/external/llvm-project/lld/test/ELF/
Driscv-tls-le.s28 lui a5, %tprel_hi(.LANCHOR0) label
32 lui a5, %tprel_hi(a) label
Dmips64-eh-abs-reloc.s33 lui $11, %hi(%neg(%gp_rel(foo))) label
/external/llvm-project/llvm/test/MC/Mips/
Dhex-immediates.s11 lui $2, 2 label
/external/llvm/test/MC/Mips/
Dhex-immediates.s11 lui $2, 2 label
/external/llvm-project/llvm/test/MC/Mips/micromips/
Dvalid.s126 lui $9, 17767 # CHECK: lui $9, 17767 # encoding: [0x41,0xa9,0x45,0x67] label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp665 void AssemblerMIPS32::lui(const Operand *OpRt, const Operand *OpImm, in lui() function in Ice::MIPS32::AssemblerMIPS32