Searched refs:fp_reg (Results 1 – 9 of 9) sorted by relevance
62 int fp_reg = 0; in SetUpFrame() local72 for (; fp_reg < 32; fp_reg++) { in SetUpFrame()73 if (code_gen_->IsFloatingPointCalleeSaveRegister(fp_reg)) { in SetUpFrame()74 auto location = Location::FpuRegisterLocation(fp_reg); in SetUpFrame()76 fp_reg++; in SetUpFrame()
31 size_t fp_reg = 0u; in FixUpArguments() local39 if (fp_reg < kMaxFloatOrDoubleArgumentRegisters) { in FixUpArguments()40 ++fp_reg; in FixUpArguments()
1119 for (FloatRegister fp_reg : non_volatile_xmm_regs) { in BlockNonVolatileXmmRegisters() local1120 locations->AddTemp(Location::FpuRegisterLocation(fp_reg)); in BlockNonVolatileXmmRegisters()
56 for (uint32_t fp_reg : HighToLowBits(fp_regs)) { in FillCalleeSaves() local58 fprs_[2 * fp_reg] = reinterpret_cast<uint32_t*>( in FillCalleeSaves()60 fprs_[2 * fp_reg + 1] = reinterpret_cast<uint32_t*>( in FillCalleeSaves()
54 for (uint32_t fp_reg : HighToLowBits(frame_info.FpSpillMask())) { in FillCalleeSaves() local55 fprs_[fp_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
55 for (uint32_t fp_reg : HighToLowBits(fp_regs)) { in FillCalleeSaves() local56 fprs_[fp_reg] = reinterpret_cast<uint64_t*>( in FillCalleeSaves()
59 for (uint32_t fp_reg : HighToLowBits(frame_info.FpSpillMask())) { in FillCalleeSaves() local60 fprs_[fp_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
61 for (uint32_t fp_reg : HighToLowBits(frame_info.FpSpillMask())) { in FillCalleeSaves() local62 fprs_[fp_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
169 FloatRegister fp_reg = static_cast<FloatRegister>(XMM0 + itr_float_and_doubles_); in CurrentParamRegister() local170 return X86_64ManagedRegister::FromXmmRegister(fp_reg); in CurrentParamRegister()