Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc240 NewLIR2(kMipsMtc1, r_src.GetLowReg(), r_dest.GetLowReg()); in OpRegCopyWide()
241 NewLIR2(kMipsMtc1, r_src.GetHighReg(), r_dest.GetHighReg()); in OpRegCopyWide()
244 NewLIR2(kMipsMtc1, r_src.GetLowReg(), r_dest.GetReg()); in OpRegCopyWide()
Dutility_mips.cc60 opcode = kMipsMtc1; in OpFpRegCopy()
81 opcode = kMipsMtc1; in OpFpRegCopy()
156 NewLIR2(kMipsMtc1, r_dest.GetReg(), r_dest_save.GetReg()); in LoadConstantNoClobber()
Dassemble_mips.cc293 ENCODING_MAP(kMipsMtc1, 0x44800000,
Dmips_lir.h612 kMipsMtc1, // mtc1 t,s [01000100100] t[20..16] s[15..11] [00000000000]. enumerator