Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp145 uint32_t fpr_offset = CalculateFprOffset(reg_info); in ReadRegister() local
146 assert(fpr_offset < sizeof m_fpr); in ReadRegister()
147 uint8_t *src = (uint8_t *)&m_fpr + fpr_offset; in ReadRegister()
188 uint32_t fpr_offset = CalculateFprOffset(reg_info); in WriteRegister() local
189 assert(fpr_offset < sizeof m_fpr); in WriteRegister()
190 uint8_t *dst = (uint8_t *)&m_fpr + fpr_offset; in WriteRegister()
H A DNativeRegisterContextLinux_ppc64le.cpp184 uint32_t fpr_offset = CalculateFprOffset(reg_info); in ReadRegister() local
185 assert(fpr_offset < sizeof m_fpr_ppc64le); in ReadRegister()
186 uint8_t *src = (uint8_t *)&m_fpr_ppc64le + fpr_offset; in ReadRegister()
283 uint32_t fpr_offset = CalculateFprOffset(reg_info); in WriteRegister() local
284 assert(fpr_offset < GetFPRSize()); in WriteRegister()
285 uint8_t *dst = (uint8_t *)&m_fpr_ppc64le + fpr_offset; in WriteRegister()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Drs6000-tdep.c88 int fpr_offset; /* offset of saved fprs from prev sp */ member
934 fdata->fpr_offset = SIGNED_SHORT (op) + offset; in skip_prologue()
2830 CORE_ADDR fpr_addr = cache->base + fdata.fpr_offset; in rs6000_frame_cache()
H A DChangeLog-19983726 fdata.gpr_offset and fdata.fpr_offset, not fdata.offset.
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.c4189 int fpr_offset; in mips_va_start() local
4234 fpr_offset = gpr_save_area_size + UNITS_PER_FPVALUE - 1; in mips_va_start()
4235 fpr_offset &= ~(UNITS_PER_FPVALUE - 1); in mips_va_start()
4236 if (fpr_offset) in mips_va_start()
4238 build_int_cst (NULL_TREE, -fpr_offset)); in mips_va_start()
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c4740 int fpr_offset; local
4774 fpr_offset = gpr_save_area_size + UNITS_PER_FPVALUE - 1;
4775 fpr_offset &= ~(UNITS_PER_FPVALUE - 1);
4776 if (fpr_offset)
4778 build_int_2 (-fpr_offset, -1));