D | tc-mips.c | 109 #define AT mips_opts.at macro 4910 if (AT && type == OP_REG_GP && regno == AT) in check_regno() 6155 if (AT == ATREG) in check_completed_insn() 6158 as_warn (_("used $%u with \".set at=$%u\""), AT, AT); in check_completed_insn() 7381 (AT, in append_insn() 7412 RELAX_MICROMIPS_ENCODE (type, AT, uncond, compact, al, in append_insn() 8872 macro_build_lui (ep, AT); in macro_build_ldst_constoffset() 8873 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, AT, breg); in macro_build_ldst_constoffset() 8874 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT); in macro_build_ldst_constoffset() 8891 AT, reg, BFD_RELOC_LO16); in set_at() [all …]
|