HomeSort by relevance Sort by last modified time
    Searched refs:kMipsMtc1 (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/mips/
utility_mips.cc 40 opcode = kMipsMtc1;
103 NewLIR2(kMipsMtc1, r_dest.GetReg(), r_dest_save.GetReg());
int_mips.cc 197 NewLIR2(kMipsMtc1, r_src.GetLowReg(), r_dest.GetLowReg());
198 NewLIR2(kMipsMtc1, r_src.GetHighReg(), r_dest.GetHighReg());
mips_lir.h 475 kMipsMtc1, // mtc1 t,s [01000100100] t[20..16] s[15..11] [00000000000].
assemble_mips.cc 393 ENCODING_MAP(kMipsMtc1, 0x44800000,
    [all...]

Completed in 30 milliseconds