Searched refs:kMipsLui (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | utility_mips.cc | 150 res = NewLIR2(kMipsLui, r_dest.GetReg(), value >> 16); in LoadConstantNoClobber() 181 res = NewLIR2(kMipsLui, r_dest.GetReg(), value >> 16); in LoadConstantWideNoClobber() 184 res = NewLIR2(kMipsLui, r_dest.GetReg(), value >> 16); in LoadConstantWideNoClobber() 194 res = NewLIR2(kMipsLui, r_dest.GetReg(), value >> 16); in LoadConstantWideNoClobber() 197 res = NewLIR2(kMipsLui, r_dest.GetReg(), value >> 16); in LoadConstantWideNoClobber() 217 res = NewLIR2(kMipsLui, r_dest.GetReg(), tmp >> 16); in LoadConstantWideNoClobber() 243 res = NewLIR2(kMipsLui, r_dest.GetReg(), tmp2 >> 16); in LoadConstantWideNoClobber()
|
D | call_mips.cc | 91 NewLIR2(kMipsLui, r_end.GetReg(), size_hi); in GenLargeSparseSwitch()
|
D | assemble_mips.cc | 261 ENCODING_MAP(kMipsLui, 0x3C000000,
|
D | mips_lir.h | 604 kMipsLui, // lui t,imm16 [00111100000] t[20..16] imm16[15..0]. enumerator
|