Lines Matching defs:i386_opcode_modifier
760 typedef struct i386_opcode_modifier struct
762 unsigned int d:1;
763 unsigned int w:1;
764 unsigned int load:1;
765 unsigned int modrm:1;
766 unsigned int jump:3;
767 unsigned int floatmf:1;
768 unsigned int size:2;
769 unsigned int checkoperandsize:1;
770 unsigned int operandconstraint:4;
771 unsigned int mnemonicsize:2;
772 unsigned int no_bsuf:1;
773 unsigned int no_wsuf:1;
774 unsigned int no_lsuf:1;
775 unsigned int no_ssuf:1;
776 unsigned int no_qsuf:1;
777 unsigned int fwait:1;
778 unsigned int isstring:2;
779 unsigned int regmem:1;
803 } i386_opcode_modifier; argument