Searched refs:print_operand_value (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-dis.c | 51 static void print_operand_value (char *, int, bfd_vma); 14192 print_operand_value (char *buf, int hex, bfd_vma disp) in print_operand_value() function 14980 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 15051 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 15067 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 15140 print_operand_value (scratchbuf, 1, disp & 0xffff); in OP_E_memory() 15524 print_operand_value (scratchbuf + 1, 1, op); in OP_I() 15578 print_operand_value (scratchbuf + 1, 1, op); in OP_I64() 15632 print_operand_value (scratchbuf + 1, 1, op); in OP_sI() 15678 print_operand_value (scratchbuf, 1, disp); in OP_J() [all …]
|
D | ChangeLog-2005 | 84 (print_operand_value): Likewise.
|
D | ChangeLog-2007 | 1419 (OP_E): Call print_displacement instead of print_operand_value
|
D | ChangeLog-0001 | 1223 (print_operand_value): New function.
|