about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed AVX.66.0F38 90-93 opcodes (certain special cases)ptitSeb2024-06-241-2/+2
* [TRACE] Print offset in function in hexptitSeb2024-06-231-1/+1
* Small improvment to 0F BC/BD opcodes ([ARM64_DYNAREC] too)ptitSeb2024-06-231-2/+2
* Added 66 F2/F3 A4 opcode ({DYNAREC] too)ptitSeb2024-06-221-1/+14
* [COSIM] Imprroved F2 0F prefixed opcodesptitSeb2024-06-222-25/+26
* [COSIM] Improved handling of AVX.66.0F38 3E/2F opcodesptitSeb2024-06-221-6/+16
* [TRACE] Cosmetic change on ymm printoutptitSeb2024-06-181-1/+1
* [COSIM] Some improvment to avoid segfault in edge casesptitSeb2024-06-173-4/+4
* More work on RDTSC emulationptitSeb2024-06-131-1/+1
* [INTERPRETER] Added AVX.0F 77 256bits opcodeptitSeb2024-06-111-2/+8
* [COSIM] Fixed 66 48 xx type of opcodesptitSeb2024-06-091-2/+5
* Remove a warning on known unhandled arch_prctl commandsptitSeb2024-06-081-0/+13
* [INTERPRETER] Fixed AVX.66.0F 50 opcode not handling vex.lptitSeb2024-06-081-0/+5
* [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY...ptitSeb2024-06-064-1/+138
* [INTERPRETER] Fixed VCMP opcode familly, that needs more cases on than con-ve...ptitSeb2024-06-054-55/+116
* [INTERPRETER] Fixed name in comment of an opcodeptitSeb2024-06-031-2/+2
* [INTERPRETER] Fixed name in comment of an opcodeptitSeb2024-06-031-1/+1
* [COSIM] Added more helpers to avoid segfault on rare casesptitSeb2024-06-034-8/+11
* [INTERPRETER] Fixed VZEROUPPER opcodeptitSeb2024-06-031-1/+1
* [INTERPRETER] Added missing FMA opcodes, and fixed some existing onesptitSeb2024-06-021-12/+156
* [INTERPRETER] Fixed opcode name in commentptitSeb2024-06-021-3/+3
* [COSIM] Fixed YMM handling in cosim, seems to work better nowptitSeb2024-06-023-1/+16
* [INTERPRETER] Small cosmetic changes on raz of ymmptitSeb2024-06-021-9/+9
* [COSIM] Improved reliability with AVX (but there is still something wrong there)ptitSeb2024-06-022-14/+15
* [INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2)ptitSeb2024-06-021-0/+447
* [COSIM] Fixed issue with YMM printing on differenceptitSeb2024-06-021-1/+1
* [INTERPRETER] Small fixes for some rare case of AES with serc==destptitSeb2024-06-021-19/+19
* [INTERP] Rework on the 16b emulation for LA64 (#1547)Yang Liu2024-06-011-12/+31
* [ARM64_DYNAREC] Added AVX.F3.0F 10-12/16/2A/2C/2D/58-5F opcodes, plus a few o...ptitSeb2024-06-011-2/+2
* [ARM64_DYNAREC] Added AVX.F2.0F 10-12/2A/2C/2D opcodesptitSeb2024-06-011-2/+2
* [ARM64_DYNAREC] Added a few 67 prefixed opcodesptitSeb2024-06-011-0/+6
* [INTERPRETER] Added BMI1, BMI2 and ADX extensionsptitSeb2024-05-3115-19/+900
* [ARM64_DYNAREC] Added AVX.66.0F3A 15/16/17 opcodesptitSeb2024-05-301-1/+0
* [ARM64_DYNAREC] Added AVX.66.0F3A 18 opcodeptitSeb2024-05-301-1/+1
* [ARM64_DYNAREC] Added a fisrt 128bits only AVX opcodeptitSeb2024-05-302-3/+1
* [INTERPRETER] Last batch of avx/avx2 opcodeptitSeb2024-05-296-13/+451
* [INTERPRETER] Added more avx/avx2 opcodes, and fixed vpxorptitSeb2024-05-295-111/+821
* [INTERPRETER] Moar avx/avx2 opcodesptitSeb2024-05-293-13/+599
* [INTERPRETER] yet more avx/avx2 opcodesptitSeb2024-05-294-7/+555
* [INTERPRETER] and a bit more avx/avx2 opcodesptitSeb2024-05-282-0/+108
* [INTERPRETER] still more avx/avx2 opcodesptitSeb2024-05-282-5/+203
* [INTERPRETER] more and more avx/avx2 opcodesptitSeb2024-05-286-11/+321
* [INTERPRETER] Even more avx/avx2 opcodes, all the mov and moreptitSeb2024-05-287-6/+428
* [INTERPRETER] Even more avx/avx2 opcodes, and a fix for android buildsptitSeb2024-05-286-4/+285
* [INTERPRETER] More avx/avx2 opcodesptitSeb2024-05-286-6/+532
* [INTERPRETER] More avx, avx2 and vaes opcodesptitSeb2024-05-288-45/+1067
* Fixed a warningptitSeb2024-05-271-1/+1
* Correct hadnlign of upper 32bits value of mask for xsave/xrstorptitSeb2024-05-271-2/+4
* [INTERPRETER] Added more avx opcodesptitSeb2024-05-275-3/+227
* [INTERPRETER] Some fixes when opcode use with same reg as src and destptitSeb2024-05-272-0/+12