Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.c3737 int treg, int breg, int dbl) in macro_build_ldst_constoffset() argument
3759 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, breg); in macro_build_ldst_constoffset()
3770 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT); in macro_build_ldst_constoffset()
4480 register int treg, sreg, dreg, breg; in macro() local
4501 treg = (ip->insn_opcode >> 16) & 0x1f; in macro()
4558 macro_build (&imm_expr, s, "t,r,j", treg, sreg, BFD_RELOC_LO16); in macro()
4562 macro_build (NULL, s2, "d,v,t", treg, sreg, AT); in macro()
4586 macro_build (&imm_expr, s, "t,r,i", treg, sreg, BFD_RELOC_LO16); in macro()
4590 treg, sreg, BFD_RELOC_LO16); in macro()
4591 macro_build (NULL, "nor", "d,v,t", treg, treg, 0); in macro()
[all …]
H A Dtc-ia64.h268 unsigned short treg; member
H A Dtc-ia64.c1668 output_X2_format (f, ab, reg, x, y, treg, t) in output_X2_format() argument
1671 int x, y, treg;
1678 bytes[2] = (((y & 1) << 7) | (treg & 0x7f));
1709 output_X4_format (f, qp, ab, reg, x, y, treg, t) in output_X4_format() argument
1713 int x, y, treg;
1721 bytes[3] = (((y & 1) << 7) | (treg & 0x7f));
2337 ptr->r.record.x.treg = targ_reg;
2353 ptr->r.record.x.treg = targ_reg;
2515 ptr->r.record.x.treg, ptr->r.record.x.t);
2530 ptr->r.record.x.xy, ptr->r.record.x.treg,
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c3751 int treg, int breg, int dbl) in macro_build_ldst_constoffset() argument
3766 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, breg); in macro_build_ldst_constoffset()
3777 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT); in macro_build_ldst_constoffset()
4488 register int treg, sreg, dreg, breg; in macro() local
4509 treg = (ip->insn_opcode >> 16) & 0x1f; in macro()
4564 macro_build (&imm_expr, s, "t,r,j", treg, sreg, BFD_RELOC_LO16); in macro()
4569 macro_build (NULL, s2, "d,v,t", treg, sreg, AT); in macro()
4593 macro_build (&imm_expr, s, "t,r,i", treg, sreg, BFD_RELOC_LO16); in macro()
4597 treg, sreg, BFD_RELOC_LO16); in macro()
4598 macro_build (NULL, "nor", "d,v,t", treg, treg, 0); in macro()
[all …]
H A Dtc-ia64.c1714 output_X2_format (f, ab, reg, x, y, treg, t) in output_X2_format() argument
1717 int x, y, treg;
1724 bytes[2] = (((y & 1) << 7) | (treg & 0x7f));
1755 output_X4_format (f, qp, ab, reg, x, y, treg, t) in output_X4_format() argument
1759 int x, y, treg;
1767 bytes[3] = (((y & 1) << 7) | (treg & 0x7f));
4196 unsigned int qp, ab, xy, reg, treg; local
4216 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred);
4218 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep);
/openbsd-src/sys/arch/i386/i386/
H A Dlocore.s88 #define CHECK_ASTPENDING(treg) \
89 movl CPUVAR(CURPROC),treg ; \
90 cmpl $0, treg ; \
92 cmpl $0,P_MD_ASTPENDING(treg) ; \
93 CHECK_ASTPENDING(treg) global() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupGadgets.cpp637 unsigned treg = SwapReg1; in fixupInstruction() local
639 SwapReg2 = treg; in fixupInstruction()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.md5447 rtx treg;
5486 treg = gen_reg_rtx (Pmode);
5487 emit_insn (gen_movsi (treg, gen_rtx_LABEL_REF (VOIDmode, table)));
5495 mem = gen_rtx_MEM (SImode, gen_rtx_PLUS (Pmode, scale, treg));
5499 emit_insn (gen_addsi3 (reg3, reg2, treg));
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv.md5851 rtx treg;
5888 treg = gen_reg_rtx (Pmode);
5889 emit_insn (gen_movsi (treg, gen_rtx_LABEL_REF (VOIDmode, table)));
5897 mem = gen_rtx_MEM (SImode, gen_rtx_PLUS (Pmode, scale, treg));
5901 emit_insn (gen_addsi3 (reg3, reg2, treg));
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c14330 rtx treg; in rs6000_emit_prologue() local
14357 treg = gen_rtx_REG (SImode, 11); in rs6000_emit_prologue()
14358 emit_move_insn (treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
14431 rtx newval = gen_rtx_PLUS (Pmode, sp_reg_rtx, treg); in rs6000_emit_prologue()
14437 treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-0001493 "la $treg,foo-bar($breg)". In load/store handling
494 (label ld_st) support "<op> $treg,<sym>-<local_sym>($breg)"
H A DChangeLog-20051457 (unw_x_record): Combine spoff, pspoff, and treg into a union.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-0001493 "la $treg,foo-bar($breg)". In load/store handling
494 (label ld_st) support "<op> $treg,<sym>-<local_sym>($breg)"