Searched refs:macro_build (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c3355 macro_build (expressionS *ep, const char *name, const char *fmt, ...)
3755 macro_build (NULL, "jalr", "d,s", RA, PIC_CALL_REG);
3836 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, breg);
3846 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, AT, breg);
3847 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT);
3864 macro_build (&imm_expr, unsignedp ? "sltiu" : "slti", "t,r,j",
3869 macro_build (NULL, unsignedp ? "sltu" : "slt", "d,v,t", AT, reg, AT);
3987 macro_build (ep, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16);
3994 macro_build (ep, "ori", "t,r,i", reg, 0, BFD_RELOC_LO16);
4000 macro_build (e
3348 macro_build (expressionS *ep, const char *name, const char *fmt, ...) function
[all...]

Completed in 58 milliseconds