HomeSort by relevance Sort by last modified time
    Searched defs:OpRegRegImm (Results 1 - 4 of 4) 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, RegStorage r_dest, RegStorage 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);
375 first = OpRegRegImm(kOpLsl, t_reg, r_index, scale);
427 first = OpRegRegImm(kOpLsl, t_reg, r_index, scale)
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 463 LIR* ArmMir2Lir::OpRegRegImm(OpKind op, RegStorage r_dest, RegStorage r_src1, int value) {
599 /* Handle Thumb-only variants here - otherwise punt to OpRegRegImm */
630 /* Punt to OpRegRegImm - if bad case catch it there */
637 return OpRegRegImm(op, r_dest_src1, r_dest_src1, value);
834 OpRegRegImm(kOpAdd, r_ptr, r_base, displacement & ~kOffsetMask);
980 OpRegRegImm(kOpAdd, r_ptr, r_base, displacement);
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 497 LIR* X86Mir2Lir::OpRegRegImm(OpKind op, RegStorage r_dest, RegStorage r_src, int value) {
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 346 // The code below is consistent with the implementation of OpRegRegImm().
805 LIR* Arm64Mir2Lir::OpRegRegImm(OpKind op, RegStorage r_dest, RegStorage r_src1, int value) {
    [all...]

Completed in 114 milliseconds