| D | tc-mips.c | 3348 macro_build (expressionS *ep, const char *name, const char *fmt, ...) in macro_build() function 3748 macro_build (NULL, "jalr", "d,s", RA, PIC_CALL_REG); in macro_build_jalr() 3829 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, breg); in macro_build_ldst_constoffset() 3839 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, AT, breg); in macro_build_ldst_constoffset() 3840 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT); in macro_build_ldst_constoffset() 3857 macro_build (&imm_expr, unsignedp ? "sltiu" : "slti", "t,r,j", in set_at() 3862 macro_build (NULL, unsignedp ? "sltu" : "slt", "d,v,t", AT, reg, AT); in set_at() 3980 macro_build (ep, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16); in load_register() 3987 macro_build (ep, "ori", "t,r,i", reg, 0, BFD_RELOC_LO16); in load_register() 3993 macro_build (ep, "lui", "t,u", reg, BFD_RELOC_HI16); in load_register() [all …]
|