Home
last modified time | relevance | path

Searched refs:kMips64Dsll32 (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()
376 opcode = kMips64Dsll32; in OpRegRegImm()
Dassemble_mips.cc483 ENCODING_MAP(kMips64Dsll32, 0x0000003c,
Dmips_lir.h664 kMips64Dsll32, // dsll32 d,t,a [00000000000] t[20..16] d[15..11] a[10..6] [111100]. enumerator