Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/opcodes/
Di386-dis.c52 static void print_operand_value (char *, int, bfd_vma);
4718 print_operand_value (char *buf, int hex, bfd_vma disp) in print_operand_value() function
5028 print_operand_value (scratchbuf, 1, disp); in OP_E()
5103 print_operand_value (scratchbuf, 1, disp); in OP_E()
5177 print_operand_value (scratchbuf, 1, disp & 0xffff); in OP_E()
5476 print_operand_value (scratchbuf + 1, 1, op); in OP_I()
5527 print_operand_value (scratchbuf + 1, 1, op); in OP_I64()
5577 print_operand_value (scratchbuf + 1, 1, op); in OP_sI()
5621 print_operand_value (scratchbuf, 1, disp); in OP_J()
5680 print_operand_value (scratchbuf, 1, off); in OP_OFF()
[all …]
DChangeLog199 (OP_E): Call print_displacement instead of print_operand_value
DChangeLog-00011223 (print_operand_value): New function.