Home
last modified time | relevance | path

Searched refs:kMips64Dsll (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/mips/
Dutility_mips.cc209 NewLIR3((shift_cnt < 32) ? kMips64Dsll : kMips64Dsll32, r_dest.GetReg(), r_dest.GetReg(), in LoadConstantWideNoClobber()
213 NewLIR3((shift_cnt < 32) ? kMips64Dsll : kMips64Dsll32, r_dest.GetReg(), r_dest.GetReg(), in LoadConstantWideNoClobber()
219 NewLIR3((shift_cnt < 32) ? kMips64Dsll : kMips64Dsll32, r_dest.GetReg(), r_dest.GetReg(), in LoadConstantWideNoClobber()
231 NewLIR3((shift_cnt < 32) ? kMips64Dsll : kMips64Dsll32, r_dest.GetReg(), r_dest.GetReg(), in LoadConstantWideNoClobber()
236 NewLIR3((shift_cnt < 32) ? kMips64Dsll : kMips64Dsll32, r_dest.GetReg(), r_dest.GetReg(), in LoadConstantWideNoClobber()
374 opcode = kMips64Dsll; in OpRegRegImm()
Dassemble_mips.cc479 ENCODING_MAP(kMips64Dsll, 0x00000038,
Dmips_lir.h663 kMips64Dsll, // dsll d,t,a [00000000000] t[20..16] d[15..11] a[10..6] [111000]. enumerator