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

  /art/compiler/dex/quick/mips/
utility_mips.cc 466 LIR* MipsMir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
517 LOG(FATAL) << "Bad case in OpRegReg";
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 201 LIR* X86Mir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
250 LOG(FATAL) << "Bad case in OpRegReg " << op;
470 return OpRegReg(op, r_dest, r_src2);
473 return OpRegReg(op, r_dest, r_src2);
484 OpRegReg(op, t_reg, r_src2);
500 return OpRegReg(op, r_dest, r_src1);
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 418 LIR* ArmMir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
630 OpRegReg(kOpCmp, r_src1, r_tmp);
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 664 LIR* Arm64Mir2Lir::OpRegReg(OpKind op, RegStorage r_dest_src1, RegStorage r_src2) {
975 OpRegReg(op, r_dest_src1, r_tmp);
    [all...]

Completed in 107 milliseconds