Searched defs:i386_opcode_modifier (Results 1 – 3 of 3) sorted by relevance
430 typedef struct i386_opcode_modifier struct432 unsigned int d:1;433 unsigned int w:1;434 unsigned int s:1;435 unsigned int modrm:1;436 unsigned int shortform:1;437 unsigned int jump:1;438 unsigned int jumpdword:1;439 unsigned int jumpbyte:1;440 unsigned int jumpintersegment:1;[all …]
649 typedef struct i386_opcode_modifier struct651 unsigned int d:1;652 unsigned int w:1;653 unsigned int load:1;654 unsigned int modrm:1;655 unsigned int shortform:1;656 unsigned int jump:3;657 unsigned int floatmf:1;658 unsigned int floatr:1;659 unsigned int size:2;[all …]
578 typedef struct i386_opcode_modifier struct580 unsigned int d:1;581 unsigned int w:1;582 unsigned int s:1;583 unsigned int modrm:1;584 unsigned int shortform:1;585 unsigned int jump:1;586 unsigned int jumpdword:1;587 unsigned int jumpbyte:1;588 unsigned int jumpintersegment:1;[all …]