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