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 280 LIR* MipsMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
289 LOG(FATAL) << "Bad case in OpReg";
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 126 LIR* X86Mir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
134 LOG(FATAL) << "Bad case in OpReg " << op;
209 return OpReg(kOpNot, r_dest_src1);
212 return OpReg(kOpNeg, r_dest_src1);
215 return OpReg(kOpRev, r_dest_src1);
218 OpReg(kOpRev, r_dest_src1);
477 OpReg(kOpNeg, r_dest);
    [all...]
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 309 unsigned OpReg = MI->getOperand(I).getReg();
311 if (!TRI->isVirtualRegister(OpReg))
314 MachineInstr *Def = MRI->getVRegDef(OpReg);
ARMFastISel.cpp     [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 270 LIR* ArmMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) {
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 552 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 267 milliseconds