Searched refs:kMipsMtc1 (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 240 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()
|
D | utility_mips.cc | 60 opcode = kMipsMtc1; in OpFpRegCopy() 81 opcode = kMipsMtc1; in OpFpRegCopy() 156 NewLIR2(kMipsMtc1, r_dest.GetReg(), r_dest_save.GetReg()); in LoadConstantNoClobber()
|
D | assemble_mips.cc | 293 ENCODING_MAP(kMipsMtc1, 0x44800000,
|
D | mips_lir.h | 612 kMipsMtc1, // mtc1 t,s [01000100100] t[20..16] s[15..11] [00000000000]. enumerator
|