Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-18 | target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX | Paolo Bonzini | 1 | -0/+32 |
2022-10-18 | target/i386: reimplement 0x0f 0x60-0x6f, add AVX | Paolo Bonzini | 1 | -0/+202 |
2022-10-18 | target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder | Paolo Bonzini | 1 | -0/+258 |
2022-10-18 | target/i386: validate VEX prefixes via the instructions' exception classes | Paolo Bonzini | 1 | -3/+34 |
2022-10-18 | target/i386: add ALU load/writeback core | Paolo Bonzini | 1 | -0/+155 |
2022-10-18 | target/i386: add core of new i386 decoder | Paolo Bonzini | 1 | -0/+31 |