about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/arm64_printer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)Yang Liu2024-11-251-0/+4
* [ARM64_DYNAREC] Use YIELD instead of WFE (#2066)Yang Liu2024-11-241-0/+12
* [DYNAREC]: fix BICS encoding (#1783)JunChi10222024-09-011-0/+8
* [ARM64_DYNAREC] Fixed printer for DUP opcodeptitSeb2024-06-281-1/+1
* [ARM64_DYNAREC] Minor fix on printer for SMOV/UMOVptitSeb2024-06-241-6/+4
* [ARM64_DYNAREC] Fixed printer for MOVI_64ptitSeb2024-06-231-2/+2
* [ARM64_DYNAREC] Added AVX.66.0F3A 02/08-09/0E/14/20/40/4A-4B opcodesptitSeb2024-06-031-0/+13
* [ARM64_DYNAREC] Added AVX.66.0F38 17/20-25/29/37-40/45-47/78-79/99/AA/AE-AF/B...ptitSeb2024-06-031-0/+8
* [ARM64_DYNAREC] Added AVX.66.0F38 08-0A/1C-1E/30-35/58/59/90/92/A8/A9/B8/B9 o...ptitSeb2024-06-021-0/+30
* [ARM64_DYNBAREC] Added AVX.66.0F38 2C-2F opcodesptitSeb2024-05-301-0/+6
* [ARM64_PRINTER] Added SHL printerptitSeb2024-04-221-0/+11
* [ARM64_PRINTER] Fix some case of DecodeBit not working for 64bits valuesptitSeb2024-04-201-3/+5
* [ARM64_DYNAREC] Fixed printer for MVN with shiftptitSeb2024-03-101-2/+2
* [ARM64_DYNAREC] Added UDF printerptitSeb2024-01-301-0/+5
* [ARM64_DYNAREC] More work on LOCK prefixed opcodes (Atomic still disabled)ptitSeb2023-12-031-0/+10
* [ARM64_DYNAREC] Added full support for SHA cpu extension, using SHA1/SHA2 ext...ptitSeb2023-11-211-0/+57
* [ARM64_DYNAREC] Added 66 0F 3A 40 opcode (with tests)ptitSeb2023-11-061-0/+14
* [ARM64_DYNAREC] Added 66 0F 3A 60..63 opcodesptitSeb2023-10-301-2/+12
* [ARM64_DYNAREC] Added LDR/STR SIMD printerptitSeb2023-10-271-1/+24
* [ARM64_DYNAREC] Fixes STUR print opcodeptitSeb2023-10-261-5/+5
* [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensionsptitSeb2023-10-181-1/+25
* [ARM64_DYNAREC] Added code generation for Atomic ARM v8.1 extension for most ...ptitSeb2023-10-161-1/+49
* [ARM64_DYNAREC] Added 0F 38 08/09/0A opcodewannacu2023-08-311-0/+16
* [ARM64_DYNAREC] Added (66) 0F 2A/2C/2D opcodeswannacu2023-08-251-0/+8
* [ARM64_DYNAREC] Added 0F D1/D2 opcodewannacu2023-08-111-2/+13
* [ARM64] Added printer for FPRINTXwannacu2023-08-041-1/+13
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [DYNAREC] Fix push rsp instruction (#875)Alexandre Julliard2023-06-281-0/+1
|/
* [ARM64_DYNAREC] Fixed 66 0F 3A 08/09/0A/0B opcodesptitSeb2023-04-081-0/+52
* [ARM64_DYNAREC] Handling of FASTROUND=0 for F2 0F E6 opcodeptitSeb2023-04-071-0/+14
* [ARM64_DYNAREC] Fixes to 66 0F E1/E2 opcodesptitSeb2023-04-061-8/+36
* [ARM64_DYNAREC] Fixed/improved printerptitSeb2023-04-061-4/+21
* [ARM64_DYNAREC] Use STUR/LDUR when possible, plus some other small improvmentsptitSeb2023-03-131-2/+49
* [DYNAREC] Optimized DB /7 opcodeptitSeb2023-02-191-3/+3
* [DYNAREC] Fixed RCR and RCL opcodesptitSeb2022-11-161-1/+1
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-301-0/+11
* More work on test17, and handling -NAN on divsdptitSeb2022-04-011-1/+1
* [ARM64] Added printer for STRB Reg, [Reg, Reg]ptitSeb2022-03-051-0/+9
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-0/+1353