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

  /art/compiler/dex/quick/arm/
call_arm.cc 29 int v_reg = mir_graph_->SRegToVReg(s_reg); local
30 return v_reg - cu_->num_regs;
86 int v_reg = mir_graph_->SRegToVReg(mir->ssa_rep->uses[i]); local
87 int InPosition = v_reg - first_in;
target_arm.cc 597 void ArmMir2Lir::MarkPreservedSingle(int v_reg, int reg) {
606 fp_vmap_table_[reg] = v_reg;
629 int v_reg = mir_graph_->SRegToVReg(info1->s_reg); local
630 StoreBaseDispWide(rARM_SP, VRegOffset(v_reg), info1->reg, info1->partner);
638 int v_reg = mir_graph_->SRegToVReg(info->s_reg); local
639 StoreBaseDisp(rARM_SP, VRegOffset(v_reg), reg, kWord);
  /art/compiler/dex/quick/mips/
target_mips.cc 328 int v_reg = mir_graph_->SRegToVReg(info1->s_reg); local
329 StoreBaseDispWide(rMIPS_SP, VRegOffset(v_reg), info1->reg, info1->partner);
337 int v_reg = mir_graph_->SRegToVReg(info->s_reg); local
338 StoreBaseDisp(rMIPS_SP, VRegOffset(v_reg), reg, kWord);
  /art/compiler/dex/quick/x86/
target_x86.cc 309 void X86Mir2Lir::MarkPreservedSingle(int v_reg, int reg) {
332 int v_reg = mir_graph_->SRegToVReg(info1->s_reg); local
333 StoreBaseDispWide(rX86_SP, VRegOffset(v_reg), info1->reg, info1->partner);
341 int v_reg = mir_graph_->SRegToVReg(info->s_reg); local
342 StoreBaseDisp(rX86_SP, VRegOffset(v_reg), reg, kWord);
  /art/compiler/dex/
ssa_transformation.cc 592 int v_reg = SRegToVReg(ssa_reg); local
604 int ssa_reg = pred_bb->data_flow_info->vreg_to_ssa_map[v_reg];
  /art/compiler/dex/quick/
ralloc_util.cc 120 * v_reg numbers to distinguish them and can have an arbitrary
127 int v_reg = mir_graph_->SRegToVReg(s_reg); local
128 if (v_reg >= 0) {
129 DCHECK_LT(v_reg, cu_->num_dalvik_registers);
130 return v_reg;
132 int pos = std::abs(v_reg) - std::abs(SSA_METHOD_BASEREG);
140 int v_reg = mir_graph_->SRegToVReg(s_reg); local
144 core_vmap_table_.push_back(reg << VREG_NUM_WIDTH | (v_reg & ((1 << VREG_NUM_WIDTH) - 1)));
166 int v_reg = mir_graph_->SRegToVReg(s_reg); local
168 MarkPreservedSingle(v_reg, reg)
202 int v_reg = mir_graph_->SRegToVReg(s_reg); local
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 57 int v_reg = mir_graph_->SRegToVReg(s_reg); local
58 ::llvm::Value* table_slot = irb_->getInt32(v_reg);
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 4546 UInt opc2, v_reg, r_idx, r_base; local
    [all...]

Completed in 201 milliseconds