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

  /art/compiler/dex/quick/mips/
int_mips.cc 202 NewLIR2(kMipsMfc1, r_dest.GetLowReg(), r_src.GetLowReg());
203 NewLIR2(kMipsMfc1, r_dest.GetHighReg(), r_src.GetHighReg());
mips_lir.h 474 kMipsMfc1, // mfc1 t,s [01000100000] t[20..16] s[15..11] [00000000000].
utility_mips.cc 44 opcode = kMipsMfc1;
assemble_mips.cc 389 ENCODING_MAP(kMipsMfc1, 0x44000000,
    [all...]

Completed in 33 milliseconds