Home
last modified time | relevance | path

Searched defs:i386_opcode_modifier (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h716 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;
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h760 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;
[all …]