Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Di386-dis.c63 static void print_operand_value (char *, int, bfd_vma);
2940 print_operand_value (char *buf, int hex, bfd_vma disp) in print_operand_value() function
3112 print_operand_value (scratchbuf, !riprel, disp); in OP_E()
3203 print_operand_value (scratchbuf, 0, disp); in OP_E()
3223 print_operand_value (scratchbuf, 1, disp); in OP_E()
3256 print_operand_value (scratchbuf, 0, disp); in OP_E()
3548 print_operand_value (scratchbuf + 1, 1, op); in OP_I()
3599 print_operand_value (scratchbuf + 1, 1, op); in OP_I64()
3649 print_operand_value (scratchbuf + 1, 1, op); in OP_sI()
3685 print_operand_value (scratchbuf, 1, disp); in OP_J()
[all …]
H A DChangeLog-00011223 (print_operand_value): New function.
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Di386-dis.c59 static void print_operand_value (char *, int, bfd_vma);
3713 print_operand_value (char *buf, int hex, bfd_vma disp) in print_operand_value() function
3958 print_operand_value (scratchbuf, !riprel, disp); in OP_E()
4010 print_operand_value (scratchbuf, mod != 1, disp); in OP_E()
4029 print_operand_value (scratchbuf, 1, disp); in OP_E()
4062 print_operand_value (scratchbuf, 0, disp); in OP_E()
4085 print_operand_value (scratchbuf, mod != 1, disp); in OP_E()
4102 print_operand_value (scratchbuf, 1, disp & 0xffff); in OP_E()
4397 print_operand_value (scratchbuf + 1, 1, op); in OP_I()
4448 print_operand_value (scratchbuf + 1, 1, op); in OP_I64()
[all …]
H A DChangeLog-200584 (print_operand_value): Likewise.
H A DChangeLog-00011223 (print_operand_value): New function.