Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c3348 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 …]
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-0203834 (macro_build): Handle +A, +B, +C, +E, +F, +G, and +H format operands.
1496 (macro_build,macro,mips_ip): Use mips_opts.arch.
2616 (macro_build): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2. Add
2721 (macro_build): Update append_insn calls.
3005 (macro_build): Handle "K" operand.
3386 (macro_build, mips_ip): Likewise.
4060 (macro_build): Check for MIPS16 capability, not for actual MIPS16 code
5199 * config/tc-mips.c (macro_build): Handle MIPS16 insns.
5587 (macro_build): Note in comment that use of MDMX in macros is
5615 (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
[all …]
DChangeLog-20061307 (macro_build): Update comment.
1316 * config/tc-mips.c (macro_build): Use INSERT_OPERAND wherew
1517 * config/tc-mips.c (macro_build): Test for currently active
1585 (macro_build): Handle SmartMIPS instructions.
1635 * config/tc-mips.c (macro_build): Add case 'k' to handle cache
DChangeLog-0001226 * config/tc-mips.c (macro_build): Replace BFD_RELOC_MIPS_GPREL
863 (macro_build): Likewise. Add handling for some NewABI relocations.
1348 (macro_build): Use BFD_RELOC_16_PCREL_S2 only for embedded
1605 (macro_build): Remove OPCODE_IS_MEMBER's gp32 argument.
1607 (macro2): Use move_register rather than macro_build for moves.
1657 * config/tc-mips.c (macro_build): Replace magic constants by defines.
1714 (macro_build): Use HAVE_32BIT_GPRS rather than mips_gp32 to select
2071 (macro_build): Ditto.
3942 * config/tc-mips.c (macro_build): Add new 'U' and 'J' operand
7109 (macro_build): Allow for code in sections other than .text.
[all …]
DChangeLog-9295510 macro_build, mips_ip, md_parse_option). Adding suitable
1496 * config/tc-mips.c (macro_build): Skip insns with an inappropriate
2171 (macro_build) [!USE_STDARG]: Don't use variadic prototype.
4144 * config/tc-mips.c (macro_build): Accept BFD_RELOC_PCREL* without
6420 * config/tc-mips.c (macro_build): Permit BFD_RELOC_PCREL_LO16 for
6423 (load_register): Pass reloc type to macro_build for 'u'.
6452 macro_build for nori case.
8229 (append_insn, macro_build, macro_build_lui): Take place
8232 (macro_build): Changed assertion for 'i', 'j', 'o' case.
8556 (macro_build): Ignore macros while searching for insn. For cases
[all …]
DChangeLog-9697199 * config/tc-mips.c (macro_build): Use the membership field
1220 * config/tc-mips.c (macro_build): Restore check of fmt argument.
1235 * config/tc-mips.c (macro_build): Refine code to check if an
1446 * config/tc-mips.c (macro_build,mips_ip): Move the INSN_ISA field
4915 macro_build, cast it to int first.
5421 * config/tc-mips.c (macro): Add missing arguments to macro_build
5519 (macro_build): Permit GOT/CALL_HI/LO relocs.
DChangeLog-9899163 * config/tc-mips.c (macro_build): Use OPCODE_IS_MEMBER.
191 mips_emit_delays,macro_build,load_register,load_addresss,
2057 (hilo_interlocks, gpr_interlocks, append_insn, macro_build, macro,
3814 * config/tc-mips.c (macro_build, validate_mips_insn): Implement
4456 * config/tc-mips.c (macro_build): Handle operand type 'C'.
DChangeLog922 (macro_build): Add case '2'.