• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/cddl/dev/dtrace/x86/

Lines Matching refs:opnd_size

2318 #define	LONG_OPND	1	/* w-bit value indicating opnd_size register */
2822 * wbit indicates a byte(0) or opnd_size(1) operation
2903 uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
2905 uint_t wbit; /* opcode wbit, 0 is 8 bit, !0 for opnd_size */
2990 opnd_size = SIZE16;
2993 opnd_size = SIZE32;
2996 opnd_size = SIZE32;
3234 opnd_size = SIZE64;
3236 opnd_size = SIZE16;
3242 opnd_size = SIZE16;
3247 opnd_size = SIZE32;
3284 if (opnd_size == SIZE16)
3285 opnd_size = SIZE32;
3367 opnd_size = SIZE32;
3369 opnd_size = SIZE64;
3528 if (opnd_size == SIZE16)
3529 opnd_size = SIZE32;
3580 if (opnd_size == SIZE16)
3581 opnd_size = SIZE32;
3592 * writing, they only use the opnd_size prefix.
3607 if (opnd_size == SIZE16)
3608 opnd_size = SIZE32;
3635 * In 64 bit mode, some opcodes automatically use opnd_size == SIZE64.
3638 if (dp->it_always64 || (opnd_size == SIZE32 && dp->it_stackop))
3639 opnd_size = SIZE64;
3674 x->d86_mnem[i - 1] = *types[opnd_size];
3675 } else if ((opnd_size == 2) && (opcode_bytes == 3) &&
3683 (void) strlcat(x->d86_mnem, types[opnd_size],
3699 x->d86_opnd_size = opnd_size;
3716 x->d86_opnd_size = opnd_size = SIZE32;
3735 x->d86_opnd_size = opnd_size = SIZE16;
3740 opnd_size = SIZE32;
3742 opnd_size = SIZE64;
3743 x->d86_opnd_size = opnd_size;
3750 x->d86_opnd_size = opnd_size = SIZE16;
3754 opnd_size = SIZE32;
3756 opnd_size = SIZE64;
3757 x->d86_opnd_size = opnd_size;
3763 x->d86_opnd_size = opnd_size = SIZE16;
3782 OPSIZE(opnd_size, opcode2 == 0x9), 1);
3854 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, opcode2 == 1), 0);
3864 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, wbit), 0);
3877 dtrace_imm_opnd(x, wbit, OPSIZE64(opnd_size, wbit), 0);
4467 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, wbit), 0);
4546 dtrace_disp_opnd(x, wbit, OPSIZE(opnd_size, LONG_OPND), 0);
4568 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, LONG_OPND), 1);
4588 dtrace_imm_opnd(x, wbit, OPSIZE(opnd_size, LONG_OPND), 0);
4601 switch (opnd_size) {
4673 if (opnd_size == SIZE16)
4675 else if (opnd_size == SIZE32)
4686 if (opnd_size == SIZE16)
4688 else if (opnd_size == SIZE32)
5282 switch (opnd_size) {
5313 if (opnd_size == SIZE64)
5315 else if (opnd_size == SIZE32)