HomeSort by: relevance | last modified time | path
    Searched defs:regmem (Results 1 - 6 of 6) 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.old/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/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/binutils/dist/gas/config/
tc-i386.c 110 unsigned int regmem; /* codes register or memory operand */ member in struct:__anon10013
112 unsigned int mode; /* how to interpret regmem & reg */
3804 x->rm.mode, x->rm.reg, x->rm.regmem);
4331 xchg = i.rm.regmem;
4332 i.rm.regmem = i.rm.reg;
4368 xchg = i.rm.regmem | 8;
4369 i.rm.regmem = ~register_specifier & 0xf;
4370 gas_assert (!(i.rm.regmem & 8));
4371 i.vex.register_specifier += xchg - i.rm.regmem;
9686 || t->opcode_modifier.regmem)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 110 unsigned int regmem; /* codes register or memory operand */ member in struct:__anon11485
112 unsigned int mode; /* how to interpret regmem & reg */
3750 x->rm.mode, x->rm.reg, x->rm.regmem);
4257 xchg = i.rm.regmem;
4258 i.rm.regmem = i.rm.reg;
4294 xchg = i.rm.regmem | 8;
4295 i.rm.regmem = ~register_specifier & 0xf;
4296 gas_assert (!(i.rm.regmem & 8));
4297 i.vex.register_specifier += xchg - i.rm.regmem;
9520 || t->opcode_modifier.regmem)
    [all...]

Completed in 37 milliseconds