Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
Dunwind-ok.d19 [[:space:]]*X1:spill_sprel\(reg=b1,t=2,spoff=0x8\)
20 [[:space:]]*X3:spill_sprel_p\(qp=p2,t=3,reg=b5,spoff=0x10\)
49 [[:space:]]*X1:spill_sprel\(reg=f5,t=8,spoff=0x20\)
50 [[:space:]]*X3:spill_sprel_p\(qp=p31,t=9,reg=f2,spoff=0x18\)
172 [[:space:]]*P7:psp_sprel\(spoff=0x0\)
174 [[:space:]]*P8:bsp_sprel\(spoff=0x8\)
176 [[:space:]]*P8:bspstore_sprel\(spoff=0x10\)
178 [[:space:]]*P8:fpsr_sprel\(spoff=0x18\)
180 [[:space:]]*P8:lc_sprel\(spoff=0x20\)
182 [[:space:]]*P8:pfs_sprel\(spoff=0x28\)
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dunwind-ia64.c287 #define UNW_DEC_REG_SPREL(fmt, reg, spoff, arg) \ argument
289 fmt, reg, 4*(unsigned long)spoff)
337 #define UNW_DEC_PRIUNAT_SPREL(fmt, spoff, arg) \ argument
339 fmt, 4*(unsigned long)spoff)
374 #define UNW_DEC_SPILL_SPREL(fmt, t, abreg, spoff, arg) \ argument
419 #define UNW_DEC_SPILL_SPREL_P(fmt, qp, t, abreg, spoff, arg) \ argument
426 fmt, qp, (unsigned long) t, regname, 4 * (unsigned long)spoff); \
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.h290 unsigned long spoff; member
Dtc-ia64.c2381 ptr->r.record.x.where.spoff = offset / 4; in output_spill_sprel()
2567 ptr->r.record.x.where.spoff); in process_one_record()
2582 ptr->r.record.x.t, ptr->r.record.x.where.spoff); 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.