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

  /art/compiler/dex/quick/mips/
utility_mips.cc 139 return OpRegRegImm(op, r_dest_src1, r_dest_src1, value);
142 return OpRegRegImm(op, r_dest_src1, r_dest_src1, value);
202 LIR* MipsMir2Lir::OpRegRegImm(OpKind op, int r_dest, int r_src1, int value) {
266 LOG(FATAL) << "Bad case in OpRegRegImm";
307 res = OpRegRegImm(kOpLsl, r_dest_src1, r_src2, 24);
308 OpRegRegImm(kOpAsr, r_dest_src1, r_dest_src1, 24);
315 res = OpRegRegImm(kOpLsl, r_dest_src1, r_src2, 16);
316 OpRegRegImm(kOpAsr, r_dest_src1, r_dest_src1, 16);
355 first = OpRegRegImm(kOpLsl, t_reg, r_index, scale);
407 first = OpRegRegImm(kOpLsl, t_reg, r_index, scale)
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 269 LIR* X86Mir2Lir::OpRegRegImm(OpKind op, int r_dest, int r_src,
  /art/compiler/dex/quick/arm/
utility_arm.cc 422 LIR* ArmMir2Lir::OpRegRegImm(OpKind op, int r_dest, int r_src1, int value) {
545 /* Handle Thumb-only variants here - otherwise punt to OpRegRegImm */
579 /* Punt to OpRegRegImm - if bad case catch it there */
586 return OpRegRegImm(op, r_dest_src1, r_dest_src1, value);

Completed in 3135 milliseconds