Home
last modified time | relevance | path

Searched refs:print_operand_value (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Di386-dis.c51 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 …]
DChangeLog-200584 (print_operand_value): Likewise.
DChangeLog-20071419 (OP_E): Call print_displacement instead of print_operand_value
DChangeLog-00011223 (print_operand_value): New function.