index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
ops_sse_header.h
Age
Commit message (
Expand
)
Author
2022-10-22
target/i386: implement FMA instructions
Paolo Bonzini
2022-10-20
target/i386: implement F16C instructions
Paolo Bonzini
2022-10-18
target/i386: remove old SSE decoder
Paolo Bonzini
2022-10-18
target/i386: reimplement 0x0f 0x10-0x17, add AVX
Paolo Bonzini
2022-10-18
target/i386: reimplement 0x0f 0x38, add AVX
Paolo Bonzini
2022-10-18
target/i386: reimplement 0x0f 0x3a, add AVX
Paolo Bonzini
2022-10-18
target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes
Paolo Bonzini
2022-10-18
target/i386: Introduce 256-bit vector helpers
Paolo Bonzini
2022-10-18
target/i386: implement additional AVX comparison operators
Paolo Bonzini
2022-10-18
target/i386: provide 3-operand versions of unary scalar helpers
Paolo Bonzini
2022-10-18
target/i386: extend helpers to support VEX.V 3- and 4- operand encodings
Paolo Bonzini
2022-10-18
target/i386: Prepare ops_sse_header.h for 256 bit AVX
Paul Brook
2022-09-19
target/i386: fix INSERTQ implementation
Paolo Bonzini
2022-09-01
target/i386: reimplement AVX comparison helpers
Paul Brook
2022-09-01
target/i386: Add size suffix to vector FP helpers
Paolo Bonzini
2022-02-28
tcg: Remove dh_alias indirection for dh_typecode
Richard Henderson
2021-06-19
tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
Richard Henderson
2020-11-15
x86 tcg cpus: Fix Lesser GPL version number
Chetan Pant
2017-01-10
target-i386: Use ctpop helper
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth