about summary refs log tree commit diff stats
path: root/src/emu/x64runf0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added F0 0F B0 opcodeptitSeb2021-03-261-1/+27
* [DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach so...ptitSeb2021-03-231-1/+1
* Renamed arm64_lock_helper to arm64_lockptitSeb2021-03-201-1/+1
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-69/+107
* Added F0 00..35 opcodesptitSeb2021-03-121-1/+103
* Fixed mod/rm relative computation when opcode have trailing bytesptitSeb2021-03-061-3/+3
* More work on 32bits oprations on F0 prefixptitSeb2021-03-061-12/+27
* Added F0 REX 81/83 opcodesptitSeb2021-03-061-0/+50
* Added F0 REX 0F C1 XADD opcodeptitSeb2021-03-061-2/+36
* Added F0 REX B1 LOCK CMPXCHG opcodeptitSeb2021-03-061-0/+113