Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/i386: implement FMA instructions | Paolo Bonzini | 2022-10-22 | 1 | -0/+1 |
* | target/i386: implement F16C instructions | Paolo Bonzini | 2022-10-20 | 1 | -0/+2 |
* | target/i386: move 3DNow to the new decoder | Paolo Bonzini | 2022-10-18 | 1 | -0/+1 |
* | target/i386: reimplement 0x0f 0x38, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+6 |
* | target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVX | Paolo Bonzini | 2022-10-18 | 1 | -0/+1 |
* | target/i386: validate SSE prefixes directly in the decoding table | Paolo Bonzini | 2022-10-18 | 1 | -0/+1 |
* | target/i386: validate VEX prefixes via the instructions' exception classes | Paolo Bonzini | 2022-10-18 | 1 | -0/+32 |
* | target/i386: add CPUID feature checks to new decoder | Paolo Bonzini | 2022-10-18 | 1 | -0/+20 |
* | target/i386: add ALU load/writeback core | Paolo Bonzini | 2022-10-18 | 1 | -0/+7 |
* | target/i386: add core of new i386 decoder | Paolo Bonzini | 2022-10-18 | 1 | -0/+181 |