Searched defs:r_dest_src (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dutility_mips.cc115 LIR* MipsMir2Lir::OpReg(OpKind op, int r_dest_src) { argument
122 return NewLIR1(kMipsJr, r_dest_src);
127 return NewLIR2(opcode, r_RA, r_dest_src);
/art/compiler/dex/quick/x86/
H A Dutility_x86.cc115 LIR* X86Mir2Lir::OpReg(OpKind op, int r_dest_src) { argument
124 return NewLIR1(opcode, r_dest_src);
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc220 LIR* ArmMir2Lir::OpReg(OpKind op, int r_dest_src) { argument
232 return NewLIR1(opcode, r_dest_src);

Completed in 6 milliseconds