Searched refs:print_operand_value (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/opcodes/ |
H A D | i386-dis.c | 51 static void print_operand_value (char *, int, bfd_vma); 13369 print_operand_value (char *buf, int hex, bfd_vma disp) in print_operand_value() function 14229 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 14302 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 14318 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 14393 print_operand_value (scratchbuf, 1, disp & 0xffff); in OP_E_memory() 14802 print_operand_value (scratchbuf + 1, 1, op); in OP_I() 14819 print_operand_value (scratchbuf + 1, 1, get64 ()); in OP_I64() 14873 print_operand_value (scratchbuf + 1, 1, op); in OP_sI() 14925 print_operand_value (scratchbuf, 1, disp); in OP_J() [all …]
|
/dflybsd-src/contrib/gdb-7/opcodes/ |
H A D | i386-dis.c | 53 static void print_operand_value (char *, int, bfd_vma); 12647 print_operand_value (char *buf, int hex, bfd_vma disp) in print_operand_value() function 13184 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 13255 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 13274 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 13350 print_operand_value (scratchbuf, 1, disp & 0xffff); in OP_E_memory() 13682 print_operand_value (scratchbuf + 1, 1, op); in OP_I() 13736 print_operand_value (scratchbuf + 1, 1, op); in OP_I64() 13790 print_operand_value (scratchbuf + 1, 1, op); in OP_sI() 13836 print_operand_value (scratchbuf, 1, disp); in OP_J() [all …]
|
/dflybsd-src/contrib/binutils-2.27/opcodes/ |
H A D | i386-dis.c | 51 static void print_operand_value (char *, int, bfd_vma); 14705 print_operand_value (char *buf, int hex, bfd_vma disp) in print_operand_value() function 15505 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 15576 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 15592 print_operand_value (scratchbuf, 1, disp); in OP_E_memory() 15665 print_operand_value (scratchbuf, 1, disp & 0xffff); in OP_E_memory() 16049 print_operand_value (scratchbuf + 1, 1, op); in OP_I() 16103 print_operand_value (scratchbuf + 1, 1, op); in OP_I64() 16157 print_operand_value (scratchbuf + 1, 1, op); in OP_sI() 16207 print_operand_value (scratchbuf, 1, disp); in OP_J() [all …]
|