Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c49 static void oappend_with_style (instr_info *, const char *,
9260 oappend_with_style (ins, s + ins->intel_syntax, dis_style_register); in oappend_register()
10894 oappend_with_style (instr_info *ins, const char *s, in oappend_with_style() function
10906 oappend_with_style (ins, s, dis_style_text); in oappend()
10980 oappend_with_style (ins, "0x", style); in print_operand_value()
10987 oappend_with_style (ins, tmp + i, style); in print_operand_value()
11020 oappend_with_style (ins, "0x8000000000000000", in print_displacement()
11024 oappend_with_style (ins, "0x80000000", in print_displacement()
11028 oappend_with_style (ins, "0x8000", in print_displacement()
11036 oappend_with_style (ins, "0x", dis_style_address_offset); in print_displacement()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c46 static void oappend_with_style (instr_info *, const char *,
9244 oappend_with_style (ins, s, dis_style_text); in oappend()
9253 oappend_with_style (ins, s + ins->intel_syntax, dis_style_register); in oappend_register()
11022 oappend_with_style (instr_info *ins, const char *s, in oappend_with_style() function
11092 oappend_with_style (ins, tmp, style); in print_operand_value()
11123 oappend_with_style (ins, "0x8000000000000000", in print_displacement()
11127 oappend_with_style (ins, "0x80000000", in print_displacement()
11131 oappend_with_style (ins, "0x8000", in print_displacement()
11140 oappend_with_style (ins, tmp, dis_style_address_offset); in print_displacement()
11920 oappend_with_style (ins, !addr32flag ? "%rip" : "%eip", in OP_E_memory()
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git117934 fold the final oappend_with_style() calls.