Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
Dunwind-ok.d17 [[:space:]]*X2:spill_reg\(t=0,reg=r4,treg=r2\)
18 [[:space:]]*X4:spill_reg_p\(qp=p1,t=1,reg=r7,treg=r31\)
25 [[:space:]]*X2:spill_reg\(t=8,reg=ar\.bsp,treg=r16\)
26 [[:space:]]*X2:spill_reg\(t=9,reg=ar\.bspstore,treg=r17\)
27 [[:space:]]*X2:spill_reg\(t=10,reg=ar\.fpsr,treg=r18\)
28 [[:space:]]*X2:spill_reg\(t=11,reg=ar\.lc,treg=r19\)
29 [[:space:]]*X2:spill_reg\(t=12,reg=ar\.pfs,treg=r20\)
30 [[:space:]]*X2:spill_reg\(t=13,reg=ar\.rnat,treg=r21\)
31 [[:space:]]*X2:spill_reg\(t=14,reg=ar\.unat,treg=r22\)
32 [[:space:]]*X2:spill_reg\(t=15,reg=psp,treg=r23\)
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c1642 int treg, in output_X2_format() argument
1649 bytes[2] = (((y & 1) << 7) | (treg & 0x7f)); in output_X2_format()
1686 int treg, in output_X4_format() argument
1694 bytes[3] = (((y & 1) << 7) | (treg & 0x7f)); in output_X4_format()
4042 unsigned int qp, ab, xy, reg, treg; in dot_spillreg() local
4062 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred); in dot_spillreg()
4064 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep); in dot_spillreg()
Dtc-mips.c8848 int treg, int breg, int dbl) in macro_build_ldst_constoffset() argument
8863 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, breg); in macro_build_ldst_constoffset()
8874 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT); in macro_build_ldst_constoffset()
9589 unsigned int sreg, unsigned int treg) in macro_build_branch_likely() argument
9599 macro_build (&expr1, brneg, fmt, sreg, treg); in macro_build_branch_likely()
9608 macro_build (ep, br, fmt, sreg, treg); in macro_build_branch_likely()
9714 unsigned int sreg, unsigned int treg) in macro_build_branch_rsrt() argument
9744 macro_build_branch_likely (br, brneg, call, ep, "s,t,p", sreg, treg); in macro_build_branch_rsrt()
9746 macro_build (ep, br, "s,t,p", sreg, treg); in macro_build_branch_rsrt()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2013576 values and use it instead of sreg, treg, xreg, etc.
DChangeLog-0001483 "la $treg,foo-bar($breg)". In load/store handling
484 (label ld_st) support "<op> $treg,<sym>-<local_sym>($breg)"
DChangeLog-20051455 (unw_x_record): Combine spoff, pspoff, and treg into a union.