| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-17 | write `apply_disp_scale` in a mode-agnostic way | iximeow | |
| `apply_disp_scale` forgot that `wrapping_mul` exists, so we don't need to explicitly write the size of value that `mem_size` should be cast to, in casting to/from a signed integer. taken with `.into()`, we don't need per-architecture stubs to make evex decoding work. | |||
| 2021-12-16 | displacements are stored as unsigned, but are functionally signed ints | iximeow | |
| so multiplying to expand EVEX compressed offsets can overflow, and that needs to be okay. | |||
| 2021-07-04 | add real-mode decoder | iximeow | |
