D | tc-mips.c | 109 #define AT mips_opts.at macro 4894 if (AT && type == OP_REG_GP && regno == AT) in check_regno() 6049 if (AT == ATREG) in check_completed_insn() 6052 as_warn (_("used $%u with \".set at=$%u\""), AT, AT); in check_completed_insn() 7274 (AT, in append_insn() 7305 RELAX_MICROMIPS_ENCODE (type, AT, uncond, compact, al, in append_insn() 8767 macro_build_lui (ep, AT); in macro_build_ldst_constoffset() 8768 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, AT, breg); in macro_build_ldst_constoffset() 8769 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT); in macro_build_ldst_constoffset() 8786 AT, reg, BFD_RELOC_LO16); in set_at() [all …]
|