Searched refs:print_operand_value (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | i386-dis.c | 53 static void print_operand_value (char *, int, bfd_vma); 3058 print_operand_value (char *buf, int hex, bfd_vma disp) in print_operand_value() function 3243 print_operand_value (scratchbuf, !riprel, disp); in OP_E() 3349 print_operand_value (scratchbuf, mod != 1, disp); in OP_E() 3368 print_operand_value (scratchbuf, 1, disp); in OP_E() 3401 print_operand_value (scratchbuf, 0, disp); in OP_E() 3424 print_operand_value (scratchbuf, mod != 1, disp); in OP_E() 3441 print_operand_value (scratchbuf, 1, disp & 0xffff); in OP_E() 3730 print_operand_value (scratchbuf + 1, 1, op); in OP_I() 3781 print_operand_value (scratchbuf + 1, 1, op); in OP_I64() [all …]
|