Home
last modified time | relevance | path

Searched refs:pspoff (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
Dunwind-ok.d13 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
21 [[:space:]]*X1:spill_psprel\(reg=f2,t=4,pspoff=0x10-0x28\)
22 [[:space:]]*X3:spill_psprel_p\(qp=p4,t=5,reg=f5,pspoff=0x10-0x30\)
45 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
51 [[:space:]]*X1:spill_psprel\(reg=b5,t=10,pspoff=0x10-0x20\)
52 [[:space:]]*X3:spill_psprel_p\(qp=p15,t=11,reg=b1,pspoff=0x10-0x18\)
128 [[:space:]]*P7:spill_base\(pspoff=0x10-0x10\)
201 [[:space:]]*P8:bsp_psprel\(pspoff=0x10-0x18\)
203 [[:space:]]*P8:bspstore_psprel\(pspoff=0x10-0x20\)
205 [[:space:]]*P7:fpsr_psprel\(pspoff=0x10-0x28\)
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dunwind-ia64.c291 #define UNW_DEC_REG_PSPREL(fmt, reg, pspoff, arg) \ argument
293 fmt, reg, 4*(unsigned long)pspoff)
333 #define UNW_DEC_PRIUNAT_PSPREL(fmt, pspoff, arg) \ argument
335 fmt, 4*(unsigned long)pspoff)
348 #define UNW_DEC_SPILL_BASE(fmt, pspoff, arg) \ argument
350 fmt, 4*(unsigned long)pspoff)
385 #define UNW_DEC_SPILL_PSPREL(fmt, t, abreg, pspoff, arg) \ argument
392 fmt, regname, (unsigned long) t, 4*(unsigned long)pspoff); \
430 #define UNW_DEC_SPILL_PSPREL_P(fmt, qp, t, abreg, pspoff, arg) \ argument
437 fmt, qp, (unsigned long) t, regname, 4*(unsigned long)pspoff);\
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.h291 unsigned long pspoff; member
Dtc-ia64.c2367 ptr->r.record.x.where.pspoff = ENCODED_PSP_OFFSET (offset); in output_spill_psprel()
2562 ptr->r.record.x.where.pspoff); in process_one_record()
2577 ptr->r.record.x.t, ptr->r.record.x.where.pspoff); in process_one_record()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20051452 Combine spoff and pspoff into a union. Combine gr and br into a
1455 (unw_x_record): Combine spoff, pspoff, and treg into a union.