Searched defs:i386_opcode_modifier (Results 1 – 2 of 2) sorted by relevance
716 typedef struct i386_opcode_modifier struct718 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;[all …]
760 typedef struct i386_opcode_modifier struct762 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;[all …]