aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode/evex.rs
AgeCommit message (Collapse)Author
2021-07-01reallocate OperandCode, convert disparate registers to arrayiximeow
also remove redundant assignments of operand_count and some OperandSpec, bulk-assign all registers and operands on entry to `read_instr`. this all, taken together, shaves off about 7 cycles per decode.
2021-06-27protected-mode avx512iximeow