Home
last modified time | relevance | path

Searched refs:kMipsLui (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
Dutility_mips.cc150 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()
Dcall_mips.cc91 NewLIR2(kMipsLui, r_end.GetReg(), size_hi); in GenLargeSparseSwitch()
Dassemble_mips.cc261 ENCODING_MAP(kMipsLui, 0x3C000000,
Dmips_lir.h604 kMipsLui, // lui t,imm16 [00111100000] t[20..16] imm16[15..0]. enumerator