Home | History | Annotate | Download | only in disassembler

Lines Matching refs:rex64

1079   uint8_t rex64 = supports_rex_ ? (rex | 0x40) : rex;
1111 DumpBaseReg(address, rex64, base);
1117 DumpIndexReg(address, rex64, index);
1149 DumpBaseReg(address, rex64, rm);