Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c51 static void oappend (instr_info *, const char *);
9615 oappend (&ins, "{"); in print_insn()
9617 oappend (&ins, "}"); in print_insn()
9620 oappend (&ins, "{z}"); in print_insn()
9628 oappend (&ins, "/(bad)"); in print_insn()
9642 oappend (&ins, names_rounding[ins.vex.ll]); in print_insn()
9643 oappend (&ins, "bad}"); in print_insn()
10419 oappend (ins, "{bad}"); in putop()
10514 oappend (ins, "{bad}"); in putop()
10698 oappend (ins, "{bad}"); in putop()
[all …]
H A DChangeLog-9899375 (oappend): Add const to s.
385 (OP_3DNowSuffix): Set obufp and use oappend rather than
431 oappend repz if uses_f3_prefix. Add code to handle new groups for
H A DChangeLog-2008105 (oappend): Use stpcpy.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c9242 oappend (instr_info *ins, const char *s) in oappend() function
9616 oappend (&ins, "{"); in print_insn()
9618 oappend (&ins, "}"); in print_insn()
9621 oappend (&ins, "{z}"); in print_insn()
9625 oappend (&ins, "{bad}"); in print_insn()
9644 oappend (&ins, "/(bad)"); in print_insn()
9658 oappend (&ins, names_rounding[ins.vex.ll]); in print_insn()
9659 oappend (&ins, "bad}"); in print_insn()
10468 oappend (ins, "{bad}"); in putop()
10604 oappend (ins, "{bad}"); in putop()
[all …]
H A DChangeLog-9899375 (oappend): Add const to s.
385 (OP_3DNowSuffix): Set obufp and use oappend rather than
431 oappend repz if uses_f3_prefix. Add code to handle new groups for
H A DChangeLog-2008105 (oappend): Use stpcpy.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-9899375 (oappend): Add const to s.
385 (OP_3DNowSuffix): Set obufp and use oappend rather than
431 oappend repz if uses_f3_prefix. Add code to handle new groups for
H A DChangeLog-2008105 (oappend): Use stpcpy.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-9899375 (oappend): Add const to s.
385 (OP_3DNowSuffix): Set obufp and use oappend rather than
431 oappend repz if uses_f3_prefix. Add code to handle new groups for
H A DChangeLog-2008105 (oappend): Use stpcpy.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19901911 instead of stuffing things in buffers (oappend, etc).
2016 (oappend): Make it "static void" and declare at top of file.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19901911 instead of stuffing things in buffers (oappend, etc).
2016 (oappend): Make it "static void" and declare at top of file.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git121696 oappend (ins, " ");
121697 oappend (ins, " ");
147239 While there also switch to using oappend() in 'XH' macro processing.