Searched refs:scratchbuf (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-dis.c | 3066 static char scratchbuf[100]; variable 13601 sprintf (scratchbuf, "%%st(%d)", modrm.rm); in OP_STi() 13602 oappend_maybe_intel (scratchbuf); in OP_STi() 14978 print_displacement (scratchbuf, disp); in OP_E_memory() 14980 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 14981 oappend (scratchbuf); in OP_E_memory() 15029 sprintf (scratchbuf, "%d", 1 << scale); in OP_E_memory() 15030 oappend (scratchbuf); in OP_E_memory() 15049 print_displacement (scratchbuf, disp); in OP_E_memory() 15051 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() [all …]
|