1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00
CLK/InstructionSets/x86
Thomas Harte 1725894fe9 Eliminate redundant CMPSD, CDQ, CWDE.
Also removes IBTS for now, as I'm unclear where it should sit in the opcode map.
2022-03-12 12:24:44 -05:00
..
Documentation Add SMSW. 2022-03-12 12:23:48 -05:00
DataPointerResolver.hpp
Decoder.cpp Eliminate redundant CMPSD, CDQ, CWDE. 2022-03-12 12:24:44 -05:00
Decoder.hpp Switch to common test. 2022-03-11 09:48:02 -05:00
Instruction.hpp Eliminate redundant CMPSD, CDQ, CWDE. 2022-03-12 12:24:44 -05:00
Model.hpp