aboutsummaryrefslogtreecommitdiff
path: root/target/i386/ops_sse_header.h
AgeCommit message (Expand)Author
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini
2022-10-18target/i386: remove old SSE decoderPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x10-0x17, add AVXPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x38, add AVXPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x3a, add AVXPaolo Bonzini
2022-10-18target/i386: clarify (un)signedness of immediates from 0F3Ah opcodesPaolo Bonzini
2022-10-18target/i386: Introduce 256-bit vector helpersPaolo Bonzini
2022-10-18target/i386: implement additional AVX comparison operatorsPaolo Bonzini
2022-10-18target/i386: provide 3-operand versions of unary scalar helpersPaolo Bonzini
2022-10-18target/i386: extend helpers to support VEX.V 3- and 4- operand encodingsPaolo Bonzini
2022-10-18target/i386: Prepare ops_sse_header.h for 256 bit AVXPaul Brook
2022-09-19target/i386: fix INSERTQ implementationPaolo Bonzini
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook
2022-09-01target/i386: Add size suffix to vector FP helpersPaolo Bonzini
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant
2017-01-10target-i386: Use ctpop helperRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth