aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/emit.c.inc
AgeCommit message (Expand)AuthorFilesLines
2022-10-18target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVXPaolo Bonzini1-0/+32
2022-10-18target/i386: reimplement 0x0f 0x60-0x6f, add AVXPaolo Bonzini1-0/+202
2022-10-18target/i386: move scalar 0F 38 and 0F 3A instruction to new decoderPaolo Bonzini1-0/+258
2022-10-18target/i386: validate VEX prefixes via the instructions' exception classesPaolo Bonzini1-3/+34
2022-10-18target/i386: add ALU load/writeback corePaolo Bonzini1-0/+155
2022-10-18target/i386: add core of new i386 decoderPaolo Bonzini1-0/+31