HomeSort by relevance Sort by last modified time
    Searched refs:OpReg (Results 1 - 23 of 23) sorted by null

  /art/compiler/dex/quick/mips/
call_mips.cc 121 OpReg(kOpBx, rs_rRA);
206 OpReg(kOpBx, rs_rRA);
257 LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* )
368 OpReg(kOpBx, rs_rRA);
372 OpReg(kOpBx, rs_rRA);
fp_mips.cc 205 OpReg(kOpBlx, r_tgt);
target_mips.cc 502 LIR *ret = OpReg(kOpBlx, r_tgt);
524 return OpReg(kOpBlx, r_tgt);
utility_mips.cc 116 LIR* MipsMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
126 LOG(FATAL) << "Bad case in OpReg";
694 return OpReg(op, r_tgt);
codegen_mips.h 146 LIR* OpReg(OpKind op, RegStorage r_dest_src);
  /art/compiler/dex/quick/arm/
call_arm.cc 171 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR);
214 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR);
238 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR);
283 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR);
307 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR);
codegen_arm.h 149 LIR* OpReg(OpKind op, RegStorage r_dest_src);
utility_arm.cc 223 LIR* ArmMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /art/compiler/dex/quick/arm64/
call_arm64.cc 180 LIR* call_inst = OpReg(kOpBlx, rs_xLR);
224 LIR* call_inst = OpReg(kOpBlx, rs_xLR);
272 LIR* call_inst = OpReg(kOpBlx, rs_xLR);
codegen_arm64.h 214 LIR* OpReg(OpKind op, RegStorage r_dest_src) OVERRIDE;
utility_arm64.cc 550 LIR* Arm64Mir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
    [all...]
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 304 unsigned OpReg = MI->getOperand(I).getReg();
306 if (!TRI->isVirtualRegister(OpReg))
309 MachineInstr *Def = MRI->getVRegDef(OpReg);
ARMFastISel.cpp     [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 120 LIR* X86Mir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
128 LOG(FATAL) << "Bad case in OpReg " << op;
203 return OpReg(kOpNot, r_dest_src1);
206 return OpReg(kOpNeg, r_dest_src1);
209 return OpReg(kOpRev, r_dest_src1);
212 OpReg(kOpRev, r_dest_src1);
471 OpReg(kOpNeg, r_dest);
    [all...]
int_x86.cc 63 OpReg(kOpNeg, rs_r2); // r2 = -r2
645 OpReg(kOpNeg, rl_result.reg);
    [all...]
codegen_x86.h 273 LIR* OpReg(OpKind op, RegStorage r_dest_src) OVERRIDE;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /art/compiler/dex/quick/
gen_invoke.cc     [all...]
mir_to_lir.h     [all...]
gen_common.cc     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 8099 milliseconds