Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc64 int fp_reg = 0; in SetUpFrame() local
74 for (; fp_reg < 32; fp_reg++) { in SetUpFrame()
75 if (code_gen_->IsFloatingPointCalleeSaveRegister(fp_reg)) { in SetUpFrame()
76 auto location = Location::FpuRegisterLocation(fp_reg); in SetUpFrame()
78 fp_reg++; in SetUpFrame()
H A Dcode_generator_x86_64.cc996 for (FloatRegister fp_reg : non_volatile_xmm_regs) { in BlockNonVolatileXmmRegisters() local
997 locations->AddTemp(Location::FpuRegisterLocation(fp_reg)); in BlockNonVolatileXmmRegisters()
/aosp12/art/runtime/arch/x86/
H A Dcontext_x86.cc56 for (uint32_t fp_reg : HighToLowBits(fp_regs)) { in FillCalleeSaves() local
58 fprs_[2 * fp_reg] = reinterpret_cast<uint32_t*>( in FillCalleeSaves()
60 fprs_[2 * fp_reg + 1] = reinterpret_cast<uint32_t*>( in FillCalleeSaves()
/aosp12/art/runtime/arch/arm/
H A Dcontext_arm.cc54 for (uint32_t fp_reg : HighToLowBits(frame_info.FpSpillMask())) { in FillCalleeSaves() local
55 fprs_[fp_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
/aosp12/art/runtime/arch/x86_64/
H A Dcontext_x86_64.cc55 for (uint32_t fp_reg : HighToLowBits(fp_regs)) { in FillCalleeSaves() local
56 fprs_[fp_reg] = reinterpret_cast<uint64_t*>( in FillCalleeSaves()
/aosp12/art/runtime/arch/arm64/
H A Dcontext_arm64.cc60 for (uint32_t fp_reg : HighToLowBits(frame_info.FpSpillMask())) { in FillCalleeSaves() local
61 fprs_[fp_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
/aosp12/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc152 FloatRegister fp_reg = static_cast<FloatRegister>(XMM0 + itr_float_and_doubles_); in CurrentParamRegister() local
153 return X86_64ManagedRegister::FromXmmRegister(fp_reg); in CurrentParamRegister()
/aosp12/bionic/libc/include/sys/
H A Duser.h178 struct fp_reg {