HomeSort by: relevance | last modified time | path
    Searched defs:RegMem (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 669 /* RegMem is for instructions with a modrm byte where the register
670 destination operand should be encoded in the mod and regmem fields.
671 Normally, it will be encoded in the reg field. We add a RegMem
672 flag to indicate that it should be encoded in the regmem field. */
673 RegMem,
846 unsigned int regmem:1; member in struct:i386_opcode_modifier
1026 set if Reg --> Regmem;
1027 unset if Regmem --> Reg. */
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 657 /* RegMem is for instructions with a modrm byte where the register
658 destination operand should be encoded in the mod and regmem fields.
659 Normally, it will be encoded in the reg field. We add a RegMem
660 flag to indicate that it should be encoded in the regmem field. */
661 RegMem,
833 unsigned int regmem:1; member in struct:i386_opcode_modifier
1013 set if Reg --> Regmem;
1014 unset if Regmem --> Reg. */
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 624 /* RegMem is for instructions with a modrm byte where the register
625 destination operand should be encoded in the mod and regmem fields.
626 Normally, it will be encoded in the reg field. We add a RegMem
627 flag to indicate that it should be encoded in the regmem field. */
628 RegMem,
800 unsigned int regmem:1; member in struct:i386_opcode_modifier
979 set if Reg --> Regmem;
980 unset if Regmem --> Reg. */
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 607 /* RegMem is for instructions with a modrm byte where the register
608 destination operand should be encoded in the mod and regmem fields.
609 Normally, it will be encoded in the reg field. We add a RegMem
610 flag to indicate that it should be encoded in the regmem field. */
611 RegMem,
783 unsigned int regmem:1; member in struct:i386_opcode_modifier
962 set if Reg --> Regmem;
963 unset if Regmem --> Reg. */

Completed in 27 milliseconds