Searched defs:OpRegImm (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dutility_mips.cc131 LIR* MipsMir2Lir::OpRegImm(OpKind op, RegStorage r_dest_src1, int value) { function in class:art::MipsMir2Lir
145 LOG(FATAL) << "Bad case in OpRegImm";
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc600 LIR* ArmMir2Lir::OpRegImm(OpKind op, RegStorage r_dest_src1, int value) { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/x86/
H A Dutility_x86.cc133 LIR* X86Mir2Lir::OpRegImm(OpKind op, RegStorage r_dest_src1, int value) { function in class:art::X86Mir2Lir
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);
/art/compiler/dex/quick/arm64/
H A Dutility_arm64.cc935 LIR* Arm64Mir2Lir::OpRegImm(OpKind op, RegStorage r_dest_src1, int value) { function in class:art::Arm64Mir2Lir
994 LOG(FATAL) << "Bad op-kind in OpRegImm: " << op;

Completed in 67 milliseconds