Searched refs:fp_reg (Results 1 – 6 of 6) sorted by relevance
766 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()
316 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()
416 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()
282 StringAppendF(&buf, " : s%d", RegStorage::RegNum(v_reg_map.fp_reg)); in DumpPromotionMap()
482 uint8_t fp_reg; member
373 int fp_reg = RegStorage::RegNum(operand); in BuildInsnString() local374 buf += StringPrintf("xmm%d", fp_reg); in BuildInsnString()