]> git.proxmox.com Git - mirror_qemu.git/history - target/i386/tcg/decode-new.h
target/i386: implement CMPccXADD
[mirror_qemu.git] / target / i386 / tcg / decode-new.h
2023-12-29 Paolo Bonzinitarget/i386: implement CMPccXADD
2023-12-29 Paolo Bonzinitarget/i386: introduce flags writeback mechanism
2023-12-29 Paolo Bonzinitarget/i386: add X86_SPECIALs for MOVSX and MOVZX
2023-12-29 Paolo Bonzinitarget/i386: rename zext0/zext2 and make them closer...
2023-12-29 Paolo Bonzinitarget/i386: reimplement check for validity of LOCK...
2023-10-30 Stefan HajnocziMerge tag 'pull-hex-20231018' of https://github.com...
2023-10-29 Stefan HajnocziMerge tag 'pull-request-2023-10-27' of https://gitlab...
2023-10-27 Stefan HajnocziMerge tag 'pull-sp-20231025' of https://gitlab.com...
2023-10-27 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-25 Paolo Bonzinitarget/i386: validate VEX.W for AVX instructions
2023-10-25 Paolo Bonzinitarget/i386: group common checks in the decoding phase
2023-10-25 Paolo Bonzinitarget/i386: implement SHA instructions
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-09-11 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-09-07 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-01 Paolo Bonzinitarget/i386: generalize operand size "ph" for use in...
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-26 Stefan HajnocziMerge tag 'pull-aspeed-20221025' of https://github...
2022-10-25 Stefan HajnocziMerge tag 'trivial-branch-for-7.2-pull-request' of...
2022-10-25 Stefan HajnocziMerge tag 'linux-user-for-7.2-pull-request' of https...
2022-10-24 Stefan HajnocziMerge tag 'pull-9p-20221024' of https://github.com...
2022-10-24 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-22 Paolo Bonzinitarget/i386: implement FMA instructions
2022-10-20 Paolo Bonzinitarget/i386: implement F16C instructions
2022-10-18 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-18 Paolo Bonzinitarget/i386: move 3DNow to the new decoder
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x38, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7...
2022-10-18 Paolo Bonzinitarget/i386: validate SSE prefixes directly in the...
2022-10-18 Paolo Bonzinitarget/i386: validate VEX prefixes via the instructions...
2022-10-18 Paolo Bonzinitarget/i386: add CPUID feature checks to new decoder
2022-10-18 Paolo Bonzinitarget/i386: add ALU load/writeback core
2022-10-18 Paolo Bonzinitarget/i386: add core of new i386 decoder