Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/opcodes/
H A Di386-opc.h430 typedef struct i386_opcode_modifier struct
432 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 …]
/dflybsd-src/contrib/binutils-2.34/opcodes/
H A Di386-opc.h649 typedef struct i386_opcode_modifier struct
651 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 …]
/dflybsd-src/contrib/binutils-2.27/opcodes/
H A Di386-opc.h578 typedef struct i386_opcode_modifier struct
580 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 …]