Lines Matching defs:i386_opcode_modifier
716 typedef struct i386_opcode_modifier struct
718 unsigned int d:1;
719 unsigned int w:1;
720 unsigned int load:1;
721 unsigned int modrm:1;
722 unsigned int jump:3;
723 unsigned int floatmf:1;
724 unsigned int floatr:1;
725 unsigned int size:2;
726 unsigned int checkregsize:1;
727 unsigned int distinctdest:1;
728 unsigned int mnemonicsize:2;
729 unsigned int anysize:1;
730 unsigned int no_bsuf:1;
731 unsigned int no_wsuf:1;
732 unsigned int no_lsuf:1;
733 unsigned int no_ssuf:1;
734 unsigned int no_qsuf:1;
735 unsigned int no_ldsuf:1;
736 unsigned int fwait:1;
737 unsigned int isstring:2;
738 unsigned int regmem:1;
739 unsigned int bndprefixok:1;
740 unsigned int regkludge:1;
741 unsigned int implicit1stxmm0:1;
742 unsigned int prefixok:3;
743 unsigned int todword:1;
744 unsigned int toqword:1;
745 unsigned int addrprefixopreg:1;
746 unsigned int isprefix:1;
747 unsigned int immext:1;
748 unsigned int norex64:1;
749 unsigned int ugh:1;
773 } i386_opcode_modifier; argument