Home
last modified time | relevance | path

Searched refs:ENCODED_PSP_OFFSET (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c800 #define ENCODED_PSP_OFFSET(OFFSET) (((OFFSET) + 16) / 4) macro
1854 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_rp_psprel()
1885 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_pfs_psprel()
1916 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_preds_psprel()
2097 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_spill_base()
2120 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_unat_psprel()
2151 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_lc_psprel()
2182 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_fpsr_psprel()
2220 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_priunat_psprel()
2251 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset); in output_bsp_psprel()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20041203 * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.