Searched refs:oappend_char_with_style (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-dis.c | 10913 oappend_char_with_style (instr_info *ins, const char c, in oappend_char_with_style() function 10926 oappend_char_with_style (ins, c, dis_style_text); in oappend_char() 10996 oappend_char_with_style (ins, '$', dis_style_immediate); in oappend_immediate() 11011 oappend_char_with_style (ins, '-', dis_style_address_offset); in print_displacement() 11744 oappend_char_with_style (ins, '0' + (1 << scale), in OP_E_memory()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-dis.c | 11033 oappend_char_with_style (instr_info *ins, const char c, in oappend_char_with_style() function 11046 oappend_char_with_style (ins, c, dis_style_text); in oappend_char() 11101 oappend_char_with_style (ins, '$', dis_style_immediate); in oappend_immediate() 11114 oappend_char_with_style (ins, '-', dis_style_address_offset); in print_displacement() 11974 oappend_char_with_style (ins, '0' + (1 << scale), in OP_E_memory()
|