Home
last modified time | relevance | path

Searched defs:high_reg (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dvmap_table.h67 bool high_reg = (kind == kLongHiVReg) || (kind == kDoubleHiVReg); in IsInContext() local
/art/compiler/dex/quick/
Dralloc_util.cc421 RegStorage high_reg = AllocTemp(); in AllocTempWide() local
506 RegStorage high_reg = FindLiveReg(reg_pool_->core_regs_, s_reg + 1); in AllocLiveReg() local
1324 int high_reg = promotion_map_[p_map_idx+1].fp_reg; in DoPromotion() local
1336 int high_reg = promotion_map_[p_map_idx+1].core_reg; in DoPromotion() local
Dmir_to_lir.h210 #define ENCODE_REG_PAIR(low_reg, high_reg) ((low_reg & 0xff) | ((high_reg & 0xff) << 8)) argument
211 #define DECODE_REG_PAIR(both_regs, low_reg, high_reg) \ argument
Dgen_invoke.cc439 int high_reg = promotion_map_[lowreg_index + 1].fp_reg; in FlushIns() local
/art/compiler/dex/
Dreg_storage.h113 constexpr RegStorage(RegStorageKind rs_kind, int low_reg, int high_reg) in RegStorage()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc766 int high_reg = promotion_map_[p_map_idx+1].fp_reg; in AllocPreservedDouble() local
Dint_arm.cc165 RegStorage high_reg = rl_src1.reg.GetHigh(); in GenFusedLongCmpImmBranch() local
885 RegStorage high_reg = AllocTemp(); in GenInlinedCas() local
/art/compiler/dex/quick/x86/
Dint_x86.cc475 RegStorage high_reg = rl_src1.reg.GetHigh(); in GenFusedLongCmpImmBranch() local