Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-18 | target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder | Paolo Bonzini | 1 | -0/+59 |
2022-10-18 | target/i386: validate SSE prefixes directly in the decoding table | Paolo Bonzini | 1 | -0/+37 |
2022-10-18 | target/i386: validate VEX prefixes via the instructions' exception classes | Paolo Bonzini | 1 | -1/+163 |
2022-10-18 | target/i386: add CPUID feature checks to new decoder | Paolo Bonzini | 1 | -0/+55 |
2022-10-18 | target/i386: add ALU load/writeback core | Paolo Bonzini | 1 | -1/+32 |
2022-10-18 | target/i386: add core of new i386 decoder | Paolo Bonzini | 1 | -0/+748 |