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.cc407 RegStorage high_reg = AllocTemp(); in AllocTempWide() local
491 RegStorage high_reg = FindLiveReg(reg_pool_->core_regs_, s_reg + 1); in AllocLiveReg() local
1456 int high_reg = promotion_map_[p_map_idx+1].fp_reg; in DoPromotion() local
1468 int high_reg = promotion_map_[p_map_idx+1].core_reg; in DoPromotion() local
Dmir_to_lir.h199 #define ENCODE_REG_PAIR(low_reg, high_reg) ((low_reg & 0xff) | ((high_reg & 0xff) << 8)) argument
200 #define DECODE_REG_PAIR(both_regs, low_reg, high_reg) \ argument
/art/compiler/dex/
Dreg_storage.h114 constexpr RegStorage(RegStorageKind rs_kind, int low_reg, int high_reg) in RegStorage()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc845 int high_reg = promotion_map_[p_map_idx+1].fp_reg; in AllocPreservedDouble() local
Dint_arm.cc176 RegStorage high_reg = rl_src1.reg.GetHigh(); in GenFusedLongCmpImmBranch() local
919 RegStorage high_reg = AllocTemp(); in GenInlinedCas() local
/art/compiler/optimizing/
Dregister_allocator.cc796 int high_reg = current->GetHighInterval()->GetRegister(); in TryAllocateFreeReg() local
/art/compiler/dex/quick/x86/
Dint_x86.cc479 RegStorage high_reg = rl_src1.reg.GetHigh(); in GenFusedLongCmpImmBranch() local