Searched refs:dtrace_imm_opnd (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/dev/i386/ |
| H A D | dis_tables.c | 2515 dtrace_imm_opnd(dis86_t *x, int wbit, int size, int opindex) in dtrace_imm_opnd() function 2583 dtrace_imm_opnd(x, wbit, size, opindex); in dtrace_disp_opnd() 2704 dtrace_imm_opnd(x, WORD_OPND, 2, opindex); in dtrace_get_operand() 2706 dtrace_imm_opnd(x, BYTE_OPND, 1, opindex); in dtrace_get_operand() 2751 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand() 2868 dtrace_imm_opnd(x, wbit, immsize, 0); \ 2879 dtrace_imm_opnd(x, wbit, immsize, 1); \ 2880 dtrace_imm_opnd(x, wbit, immsize, 0); \ 2890 dtrace_imm_opnd(x, wbit, immsize, 1); \ 2891 dtrace_imm_opnd(x, wbit, immsize, 0); \ [all …]
|