/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);
|
codegen_mips.h | 148 LIR* OpReg(OpKind op, int r_dest_src);
|
fp_mips.cc | 210 OpReg(kOpBlx, r_tgt);
|
utility_mips.cc | 115 LIR* MipsMir2Lir::OpReg(OpKind op, int r_dest_src) { 125 LOG(FATAL) << "Bad case in OpReg";
|
/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
|
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
/external/qemu/target-i386/ |
translate.c | 1972 int opreg; local 2227 int mod, rm, opreg, disp; local 4045 int modrm, reg, rm, mod, reg_addr, op, opreg, offset_addr, val; local [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CodegenDriver.cpp | 65 opReg(cUnit, kOpBlx, r2); 120 opReg(cUnit, kOpBlx, r2); 166 opReg(cUnit, kOpBlx, r14lr); 596 opReg(cUnit, kOpBlx, r2); 760 opReg(cUnit, kOpBlx, r14lr); 886 opReg(cUnit, kOpBlx, r2); [all...] |
/dalvik/vm/compiler/codegen/mips/ |
CodegenDriver.cpp | 92 opReg(cUnit, kOpBlx, r_T9); 169 opReg(cUnit, kOpBlx, r_T9); 225 opReg(cUnit, kOpBlx, r_T9); 658 opReg(cUnit, kOpBlx, r_T9); 816 opReg(cUnit, kOpBlx, r_T9); [all...] |
/art/compiler/dex/quick/arm/ |
codegen_arm.h | 147 LIR* OpReg(OpKind op, int r_dest_src);
|
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);
|
utility_arm.cc | 220 LIR* ArmMir2Lir::OpReg(OpKind op, int r_dest_src) { [all...] |
/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);
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
Factory.cpp | 179 static ArmLIR *opReg(CompilationUnit *cUnit, OpKind op, int rDestSrc) 187 ALOGE("Jit: bad case in opReg");
|
/art/compiler/dex/quick/ |
gen_common.cc | 837 LIR* call_inst = OpReg(kOpBlx, r_tgt); // .eq, helper(Method*, string_idx) [all...] |
gen_invoke.cc | 51 call_inst = OpReg(op, r_tgt); [all...] |
mir_to_lir.h | [all...] |
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.cpp | 332 opReg(cUnit, kOpBlx, r7);
|
/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...] |
/dalvik/vm/compiler/codegen/mips/Mips32/ |
Factory.cpp | 186 static MipsLIR *opReg(CompilationUnit *cUnit, OpKind op, int rDestSrc)
|
/external/llvm/lib/Target/Hexagon/ |
HexagonHardwareLoops.cpp | 920 unsigned OPReg = OPO.getReg(); 922 for (use_nodbg_iterator J = MRI->use_nodbg_begin(OPReg); [all...] |