Lines Matching defs:opnd_size

2314 #define	LONG_OPND	1	/* w-bit value indicating opnd_size register */
2818 * wbit indicates a byte(0) or opnd_size(1) operation
2899 uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
2901 uint_t wbit; /* opcode wbit, 0 is 8 bit, !0 for opnd_size */
2986 opnd_size = SIZE16;
2989 opnd_size = SIZE32;
2992 opnd_size = SIZE32;
3230 opnd_size = SIZE64;
3232 opnd_size = SIZE16;
3238 opnd_size = SIZE16;
3243 opnd_size = SIZE32;
3280 if (opnd_size == SIZE16)
3281 opnd_size = SIZE32;
3361 opnd_size = SIZE32;
3363 opnd_size = SIZE64;
3518 if (opnd_size == SIZE16)
3519 opnd_size = SIZE32;
3570 if (opnd_size == SIZE16)
3571 opnd_size = SIZE32;
3582 * writing, they only use the opnd_size prefix.
3597 if (opnd_size == SIZE16)
3598 opnd_size = SIZE32;
3625 * In 64 bit mode, some opcodes automatically use opnd_size == SIZE64.
3628 if (dp->it_always64 || (opnd_size == SIZE32 && dp->it_stackop))
3629 opnd_size = SIZE64;
3664 x->d86_mnem[i - 1] = *types[opnd_size];
3665 } else if ((opnd_size == 2) && (opcode_bytes == 3) &&
3673 (void) strlcat(x->d86_mnem, types[opnd_size],
3689 x->d86_opnd_size = opnd_size;
3706 x->d86_opnd_size = opnd_size = SIZE32;
3725 x->d86_opnd_size = opnd_size = SIZE16;
3730 opnd_size = SIZE32;
3732 opnd_size = SIZE64;
3733 x->d86_opnd_size = opnd_size;
3740 x->d86_opnd_size = opnd_size = SIZE16;
3744 opnd_size = SIZE32;
3746 opnd_size = SIZE64;
3747 x->d86_opnd_size = opnd_size;
3753 x->d86_opnd_size = opnd_size = SIZE16;
3772 OPSIZE(opnd_size, opcode2 == 0x9), 1);
3844 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, opcode2 == 1), 0);
3854 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, wbit), 0);
3867 dtrace_imm_opnd(x, wbit, OPSIZE64(opnd_size, wbit), 0);
4457 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, wbit), 0);
4536 dtrace_disp_opnd(x, wbit, OPSIZE(opnd_size, LONG_OPND), 0);
4558 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, LONG_OPND), 1);
4578 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, LONG_OPND), 0);
4591 switch (opnd_size) {
4663 if (opnd_size == SIZE16)
4665 else if (opnd_size == SIZE32)
4676 if (opnd_size == SIZE16)
4678 else if (opnd_size == SIZE32)
5272 switch (opnd_size) {
5303 if (opnd_size == SIZE64)
5305 else if (opnd_size == SIZE32)