Files
zig/src
Jakub Konka e0167ae0e3 x86_64: allow for any index register in complex SIB encodings
This relieves register pressure, and reduce generated code size
(since now we can use the same index register for both `mov_scale_src`
and `mov_scale_dst` MIR instructions).

Fix lowering of ModRM + SIB encodings where index register is extended
- previously, we would carelessly ignore the fact generating incorrect
encodings.
2022-09-07 22:42:57 +02:00
..
2022-09-07 22:42:56 +02:00
2022-08-25 16:46:32 +03:00
2022-08-19 03:41:13 -07:00
2022-08-19 03:41:13 -07:00
2022-08-19 03:41:13 -07:00
2022-08-19 16:45:15 -07:00
2022-01-07 00:06:06 -05:00
2022-07-30 12:36:11 -07:00