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

  /external/openfst/src/include/fst/script/
script-impl.h 181 template<class OpReg>
183 typename OpReg::Args *args) {
184 typename OpReg::Register *reg = OpReg::Register::GetRegister();
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type);
  /art/compiler/dex/quick/mips/
call_mips.cc 121 OpReg(kOpBx, r_RA);
208 OpReg(kOpBx, r_RA);
260 LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* )
275 LIR* call_inst = OpReg(kOpBlx, r_tgt);
290 LIR* call_inst = OpReg(kOpBlx, r_tgt);
377 OpReg(kOpBx, r_RA);
fp_mips.cc 210 OpReg(kOpBlx, r_tgt);
codegen_mips.h 148 LIR* OpReg(OpKind op, int r_dest_src);
utility_mips.cc 115 LIR* MipsMir2Lir::OpReg(OpKind op, int r_dest_src) {
125 LOG(FATAL) << "Bad case in OpReg";
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 115 LIR* X86Mir2Lir::OpReg(OpKind op, int r_dest_src) {
122 LOG(FATAL) << "Bad case in OpReg " << op;
160 return OpReg(kOpNot, r_dest_src1);
163 return OpReg(kOpNeg, r_dest_src1);
244 OpReg(kOpNeg, r_dest);
codegen_x86.h 148 LIR* OpReg(OpKind op, int r_dest_src);
int_x86.cc 57 OpReg(kOpNeg, r2); // r2 = -r2
  /art/compiler/dex/quick/arm/
call_arm.cc 437 LIR* call_inst = OpReg(kOpBlx, rARM_LR);
490 LIR* call_inst = OpReg(kOpBlx, rARM_LR);
521 LIR* call_inst = OpReg(kOpBlx, rARM_LR);
codegen_arm.h 147 LIR* OpReg(OpKind op, int r_dest_src);
utility_arm.cc 220 LIR* ArmMir2Lir::OpReg(OpKind op, int r_dest_src) {
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 310 unsigned OpReg = MI->getOperand(I).getReg();
312 if (!TRI->isVirtualRegister(OpReg))
315 MachineInstr *Def = MRI->getVRegDef(OpReg);
ARMFastISel.cpp     [all...]
  /art/compiler/dex/quick/
gen_common.cc 815 LIR* call_inst = OpReg(kOpBlx, r_tgt); // .eq, helper(Method*, string_idx)
821 LIR* call_inst = OpReg(kOpBlx, r_tgt);
    [all...]
gen_invoke.cc 50 call_inst = OpReg(kOpBlx, r_tgt);
    [all...]
mir_to_lir.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 896 unsigned OpReg = getRegForValue(BinaryOperator::getFNegArgument(I));
897 if (OpReg == 0) return false;
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 664 milliseconds