Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/gas/config/
HDtc-mips.c3814 int treg, int breg, int dbl) in macro_build_ldst_constoffset() argument
3829 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, breg); in macro_build_ldst_constoffset()
3840 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT); in macro_build_ldst_constoffset()
4551 int treg, sreg, dreg, breg; in macro() local
4572 treg = (ip->insn_opcode >> 16) & 0x1f; in macro()
4627 macro_build (&imm_expr, s, "t,r,j", treg, sreg, BFD_RELOC_LO16); in macro()
4632 macro_build (NULL, s2, "d,v,t", treg, sreg, AT); in macro()
4656 macro_build (&imm_expr, s, "t,r,i", treg, sreg, BFD_RELOC_LO16); in macro()
4660 treg, sreg, BFD_RELOC_LO16); in macro()
4661 macro_build (NULL, "nor", "d,v,t", treg, treg, 0); in macro()
[all …]
HDtc-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);
/NextBSD/sys/dev/sound/pci/
HDt4dwave.c182 int i, j, treg, trw; in tr_rdcd() local
186 treg=SPA_REG_CODECRD; in tr_rdcd()
191 treg=TDX_REG_CODECWR; in tr_rdcd()
193 treg=TDX_REG_CODECRD; in tr_rdcd()
197 treg=TDX_REG_CODECRD; in tr_rdcd()
201 treg=(regno & 0x100)? TNX_REG_CODEC2RD : TNX_REG_CODEC1RD; in tr_rdcd()
217 j = tr_rd(tr, treg, 4); in tr_rdcd()
227 tr_wr(tr, treg, regno | trw, 4); in tr_rdcd()
230 j=tr_rd(tr, treg, 4); in tr_rdcd()
241 int i, j, treg, trw; in tr_wrcd() local
[all …]
/NextBSD/sys/arm/ti/am335x/
HDtps65217x.h79 unsigned int treg:1; member
HDam335x_pmic.c185 device_printf(dev, " Thermal regulation: %s\n", i_a[reg0.treg]); in am335x_pmic_dump_chgconfig()
/NextBSD/sys/dev/ata/chipsets/
HData-siliconimage.c215 int treg = 0x54 + ((devno < 3) ? (devno << 1) : 7); in ata_cmd_setmode() local
238 pci_write_config(parent, treg, piotimings[ata_mode2idx(piomode)], 1); in ata_cmd_setmode()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_cg.c1410 int reg, treg; in dt_cg_xlate_member() local
1430 treg = mnp->dn_membexpr->dn_reg; in dt_cg_xlate_member()
1447 instr = DIF_INSTR_STORE(DIF_OP_STB, treg, reg); in dt_cg_xlate_member()
1450 instr = DIF_INSTR_STORE(DIF_OP_STH, treg, reg); in dt_cg_xlate_member()
1453 instr = DIF_INSTR_STORE(DIF_OP_STW, treg, reg); in dt_cg_xlate_member()
1456 instr = DIF_INSTR_STORE(DIF_OP_STX, treg, reg); in dt_cg_xlate_member()
1473 instr = DIF_INSTR_COPYS(treg, szreg, reg); in dt_cg_xlate_member()
1487 DIF_REG_R0, treg); in dt_cg_xlate_member()
1501 dt_regset_free(drp, treg); in dt_cg_xlate_member()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c14367 rtx treg; in rs6000_emit_prologue() local
14394 treg = gen_rtx_REG (SImode, 11); in rs6000_emit_prologue()
14395 emit_move_insn (treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
14468 rtx newval = gen_rtx_PLUS (Pmode, sp_reg_rtx, treg); in rs6000_emit_prologue()
14474 treg, GEN_INT (-info->total_size)); in rs6000_emit_prologue()
/NextBSD/contrib/binutils/gas/
HDChangeLog-0001493 "la $treg,foo-bar($breg)". In load/store handling
494 (label ld_st) support "<op> $treg,<sym>-<local_sym>($breg)"