Home
last modified time | relevance | path

Searched refs:fp_reg (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/arm/
Dtarget_arm.cc766 int high_reg = promotion_map_[p_map_idx+1].fp_reg; in AllocPreservedDouble()
800 promotion_map_[p_map_idx].fp_reg = in AllocPreservedDouble()
803 promotion_map_[p_map_idx+1].fp_reg = in AllocPreservedDouble()
821 promotion_map_[p_map_idx].fp_reg = res.GetReg(); in AllocPreservedSingle()
/art/compiler/dex/quick/
Dralloc_util.cc316 promotion_map_[p_map_idx].fp_reg = reg.GetReg(); in RecordFpPromotion()
1318 int reg_num = curr->fp ? promotion_map_[p_map_idx].fp_reg : promotion_map_[p_map_idx].core_reg; in DoPromotion()
1324 int high_reg = promotion_map_[p_map_idx+1].fp_reg; in DoPromotion()
Dgen_invoke.cc416 OpRegCopy(RegStorage::Solo32(v_map->fp_reg), reg); in FlushIns()
438 int low_reg = promotion_map_[lowreg_index].fp_reg; in FlushIns()
439 int high_reg = promotion_map_[lowreg_index + 1].fp_reg; in FlushIns()
456 RegStorage::Solo32(v_map->fp_reg)); in FlushIns()
Dcodegen_util.cc282 StringAppendF(&buf, " : s%d", RegStorage::RegNum(v_reg_map.fp_reg)); in DumpPromotionMap()
Dmir_to_lir.h482 uint8_t fp_reg; member
/art/compiler/dex/quick/x86/
Dtarget_x86.cc373 int fp_reg = RegStorage::RegNum(operand); in BuildInsnString() local
374 buf += StringPrintf("xmm%d", fp_reg); in BuildInsnString()