Home | History | Annotate | Download | only in x64

Lines Matching refs:x7

737   regop &= 0x7;  // The REX.R bit does not affect the operation.
852 int regop = (modrm_byte >> 3) & 0x7; // reg/op field of modrm byte.
1003 AppendToBuffer("%s st%d", mnem, modrm_byte & 0x7);
1563 int reg = (*data & 0x7) | (rex_b() ? 8 : 0);
1594 int reg = (opcode & 0x7) | (rex_b() ? 8 : 0);