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

  /art/compiler/dex/quick/mips/
utility_mips.cc 131 LIR* MipsMir2Lir::OpRegImm(OpKind op, RegStorage r_dest_src1, int value) {
145 LOG(FATAL) << "Bad case in OpRegImm";
  /art/compiler/dex/quick/arm/
utility_arm.cc 600 LIR* ArmMir2Lir::OpRegImm(OpKind op, RegStorage r_dest_src1, int value) {
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 133 LIR* X86Mir2Lir::OpRegImm(OpKind op, RegStorage r_dest_src1, int value) {
146 LOG(FATAL) << "Bad case in OpRegImm (64-bit) " << op;
189 LOG(FATAL) << "Bad case in OpRegImm " << op;
213 return OpRegImm(kOpAsr, r_dest_src1, 16);
452 return OpRegImm(kOpLsl, r_dest, 1);
520 return OpRegImm(op, r_dest, value);
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 935 LIR* Arm64Mir2Lir::OpRegImm(OpKind op, RegStorage r_dest_src1, int value) {
    [all...]

Completed in 711 milliseconds