Searched refs:kMipsMfc1 (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 252 NewLIR2(kMipsMfc1, r_dest.GetLowReg(), r_src.GetLowReg()); in OpRegCopyWide() 253 NewLIR2(kMipsMfc1, r_dest.GetHighReg(), r_src.GetHighReg()); in OpRegCopyWide() 256 NewLIR2(kMipsMfc1, r_dest.GetLowReg(), r_src.GetReg()); in OpRegCopyWide()
|
D | utility_mips.cc | 64 opcode = kMipsMfc1; in OpFpRegCopy() 85 opcode = kMipsMfc1; in OpFpRegCopy()
|
D | assemble_mips.cc | 289 ENCODING_MAP(kMipsMfc1, 0x44000000,
|
D | mips_lir.h | 611 kMipsMfc1, // mfc1 t,s [01000100000] t[20..16] s[15..11] [00000000000]. enumerator
|