Searched refs:LONG_OPND (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/dev/i386/ |
| H A D | dis_tables.c | 2324 #define LONG_OPND 1 /* w-bit value indicating opnd_size register */ macro 2528 case LONG_OPND: in dtrace_imm_opnd() 2677 case LONG_OPND: in dtrace_get_operand() 2751 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand() 3230 wbit = LONG_OPND; in dtrace_disx86() 3731 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 3733 wbit = LONG_OPND; in dtrace_disx86() 3750 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 3763 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 3782 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 0); in dtrace_disx86() [all …]
|