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

  /art/compiler/dex/quick/mips/
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);
  /art/compiler/dex/quick/arm/
utility_arm.cc 223 LIR* ArmMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
    [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...]
  /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/arm64/
utility_arm64.cc 550 LIR* Arm64Mir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 159 milliseconds