diff options
author | iximeow <me@iximeow.net> | 2024-06-16 12:08:41 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-16 12:12:50 -0700 |
commit | fe2917be66f1ac0c138ab6f5628f6b73e7626952 (patch) | |
tree | 2f586fde2dada1aeac8aae983ccf334ed70ba3ba /src/real_mode/evex.rs | |
parent | 214da3dc5cbea216f5a3eb601a46e882bbf69a92 (diff) |
adapting contextualize_intel to use new operand visitor stuff
the reasoning for *why* `visit_operand` is better here lives as doc
comments on `visit_operand` itself: it avoids going from scattered
operand details to `enum Operand` only to deconstruct the enum again.
instead, branch arms can get codegen'd directly against `struct
Instruction` layout.
Diffstat (limited to 'src/real_mode/evex.rs')
0 files changed, 0 insertions, 0 deletions