HomeSort by relevance Sort by last modified time
    Searched full:opreg (Results 1 - 25 of 26) sorted by null

1 2

  /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, 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);
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);
fp_mips.cc 205 OpReg(kOpBlx, r_tgt);
target_mips.cc 503 LIR *ret = OpReg(kOpBlx, r_tgt);
525 return OpReg(kOpBlx, 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/qemu/target-i386/
translate.c 2150 int opreg; local
2406 int mod, rm, opreg, disp; local
4273 int modrm, reg, rm, mod, reg_addr, op, opreg, offset_addr, val; local
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.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...]
  /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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /art/compiler/dex/quick/
gen_invoke.cc     [all...]
gen_common.cc     [all...]
mir_to_lir.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 920 unsigned OPReg = OPO.getReg();
922 for (use_nodbg_iterator J = MRI->use_nodbg_begin(OPReg);
    [all...]

Completed in 1449 milliseconds

1 2