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

/freebsd-12-stable/contrib/binutils/opcodes/
H A Di386-dis.c52 static void print_operand_value (char *, int, bfd_vma);
4720 print_operand_value (char *buf, int hex, bfd_vma disp) function
5030 print_operand_value (scratchbuf, 1, disp);
5105 print_operand_value (scratchbuf, 1, disp);
5179 print_operand_value (scratchbuf, 1, disp & 0xffff);
5478 print_operand_value (scratchbuf + 1, 1, op);
5529 print_operand_value (scratchbuf + 1, 1, op);
5579 print_operand_value (scratchbuf + 1, 1, op);
5623 print_operand_value (scratchbuf, 1, disp);
5682 print_operand_value (scratchbu
[all...]

Completed in 176 milliseconds