Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mips.c2925 macro_build (expressionS *ep, const char *name, const char *fmt, ...) in macro_build() function
3302 macro_build (NULL, "jalr", "d,s", RA, PIC_CALL_REG); in macro_build_jalr()
3383 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, breg); in macro_build_ldst_constoffset()
3393 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, AT, breg); in macro_build_ldst_constoffset()
3394 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT); in macro_build_ldst_constoffset()
3411 macro_build (&imm_expr, unsignedp ? "sltiu" : "slti", "t,r,j", in set_at()
3416 macro_build (NULL, unsignedp ? "sltu" : "slt", "d,v,t", AT, reg, AT); in set_at()
3534 macro_build (ep, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16); in load_register()
3541 macro_build (ep, "ori", "t,r,i", reg, 0, BFD_RELOC_LO16); in load_register()
3547 macro_build (ep, "lui", "t,u", reg, BFD_RELOC_HI16); in load_register()
[all …]