about summary refs log tree commit diff stats
path: root/src/emu/x64runf0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+0
* Added F0 F7 /2 opcode ([ARM64_DYNAREC] too)ptitSeb2025-03-071-0/+36
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-6/+6
* [INTERPRETER][COSIM] Better flags for btx opcode familly when running cosimptitSeb2024-12-111-0/+36
* Fixes (#1659)rajdakin2024-07-091-4/+4
* [INTERP] Rework on the 16b emulation for LA64 (#1547)Yang Liu2024-06-011-12/+31
* [INTERPRETER] Fixed CMPXCHG16B opcode for la64 (#1506)Yang Liu2024-05-201-1/+1
* [INTERPRETER] Added unaligned handling for 32bits F0 83 /0 opcodeptitSeb2024-05-191-1/+5
* [INTERPRETER] Added 1 unligned case for F0 83 groupptitSeb2024-05-131-1/+5
* [INTERPRETER] Added aligned path to F0 0F C7 opcodeptitSeb2024-04-031-0/+37
* [RV64_INTERP] Comply CMPXCHG16B with dynarec (#1288)Yang Liu2024-02-271-2/+18
* [INTERPRETER] Added a few unaligned path for some F0 math opcodesptitSeb2024-02-171-3/+23
* Better handling of 26/2E/36/3E prefix on F0 prefixed opcode ([ARM64_DYNAREC] ...ptitSeb2024-02-171-1/+2
* [INTERPRETER] Add code for unaligned 32bits F0 87 opcodeptitSeb2024-01-271-1/+12
* [INTERPRETER] Added support for unaligned F0 0F BA /5 opcodeptitSeb2024-01-061-11/+25
* [INTERPRETER] Small cosmetic changes to some F0 prefixed opcodesptitSeb2023-11-131-7/+9
* Allow unaligned lock xchg with rex.wptitSeb2023-11-091-1/+12
* [ARM64] More unaligned improvmentsptitSeb2023-10-221-10/+25
* Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe...ptitSeb2023-09-261-0/+2
* Use my_conect directly on InterpreterptitSeb2023-07-301-50/+50
* [32BITS] Various small fixes in 32bits interpreterptitSeb2023-06-181-4/+5
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-311-1/+1
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-20/+53
* [DYNAREC] Some renaming for the sake of consistancyptitSeb2023-03-121-1/+1
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+3
* Various small fixes on InterpretorptitSeb2023-02-161-10/+11
* Added F0 FE /1 and /2 opcodes ([DYNAREC] too) (for #505)ptitSeb2023-02-021-0/+33
* Added F0 86 ocpode ([DYNAREC] too) (for #406)ptitSeb2022-09-151-0/+29
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-8/+8
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-0/+23
* Various small fixes and warning removalptitSeb2022-04-111-1/+1
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-85/+85
* Added F0 0F C0 opcode (for #210)ptitSeb2022-02-061-0/+17
* Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)BptitSeb2022-01-061-54/+60
* Added F0 0F BA opcodes (for #21)ptitSeb2021-07-091-0/+181
* Added F0 80 opcode ([DYNAREC] too)ptitSeb2021-07-051-1/+31
* Fixed issue with LOCK REX.W XADD opcodeptitSeb2021-06-131-1/+1
* Small fixes to interpretorptitSeb2021-06-061-2/+9
* Various small mprovments to interpretorptitSeb2021-06-011-14/+32
* Handling F0 66 prefix same as 66 F0ptitSeb2021-05-301-0/+3
* Added special case for unaligned LOCK INC QWord ptr[ED]ptitSeb2021-04-211-3/+13
* Added special case for unaligned LOCK DEC QWord ptr[ED]ptitSeb2021-04-211-3/+13
* First passrajdakin2021-04-141-2/+2
* Added A0/A2 opcodes ([DYNAREC] too)ptitSeb2021-04-111-4/+13
* Added F0 87 opcode ([DYNAREC] too)ptitSeb2021-04-091-1/+44
* Added unligned case for lock inc dword ptr[xx]ptitSeb2021-04-091-3/+14
* Added F0 0F AB/B3 opcodesptitSeb2021-04-081-0/+137
* Added F0 FF opcodesptitSeb2021-04-011-0/+61
* Cosmetic change for F0 0F B1 opcodeptitSeb2021-03-291-1/+2
* Added a small batch of opcodesptitSeb2021-03-261-0/+63