about summary refs log tree commit diff stats
path: root/src/dynarec/arm64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so ↵ptitSeb2022-07-0319-267/+306
| | | | MOV to/from them use a Memory Barrier automaticaly
* [DYNAREC] Added BRK emitter, to help debuggingptitSeb2022-06-251-0/+4
|
* [DYNAREC] Fixed some complex x87 opcode, like FSINCOS (fixed bad camera in ↵ptitSeb2022-06-191-1/+14
| | | | Unigine Heaven linux version)
* [DYNAREC] added 67 8B opcodeptitSeb2022-06-111-0/+12
|
* Added 67 83 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-0/+78
|
* [DYNAREC] Fixed (or least avoid SIGILL) for DD /1 opcodeptitSeb2022-06-111-0/+5
|
* Added 67 C7 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-1/+17
|
* Fixed a regression with last dynarec refactor (for #318)ptitSeb2022-06-051-0/+2
|
* [DYNAREC] Fixed regression on 66 C1 /7 opcodeptitSeb2022-05-281-1/+1
|
* [DYNAREC] Various small fixes and improvments to a few opcodesptitSeb2022-05-265-52/+47
|
* [DYNAREC] Fix an issue with LOCK ADD Ew, Iw opcodeptitSeb2022-05-261-3/+3
|
* Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)ptitSeb2022-05-031-1/+42
|
* [DYNAREC] Fixed some issue with XMM cache and Native calls (fixed Zoom title ↵ptitSeb2022-04-251-8/+8
| | | | bitmap distortion)
* Small fixes for a few sse opcodesptitSeb2022-04-253-11/+11
|
* [DYNAREC] A small optim of FCOMI macro when OF, AF or SF are neededptitSeb2022-04-251-11/+12
|
* [DYNAREC] Ignore 36 prefix for 66 prefixed opcodes (for #290)ptitSeb2022-04-231-1/+1
|
* [DYNAREC] No need to save op1 and op2 for defered flag computation on logic ↵ptitSeb2022-04-181-36/+3
| | | | operations
* [DYNAREC] Simpler writing for this testptitSeb2022-04-181-1/+1
|
* [DYNAREC] Added F0 21 opcodeptitSeb2022-04-171-0/+20
|
* [DYNAREC] Added 66 0F 3A DF opcodeptitSeb2022-04-173-20/+62
|
* [DYNAREC] Added 66 0F 51 opcodeptitSeb2022-04-171-1/+20
|
* [DYNAREC] Better handling of opcodes with 66 F0 prefixesptitSeb2022-04-174-276/+335
|
* [DYNAREC] Added 0F AE /7 opcodeptitSeb2022-04-173-0/+15
|
* [DYNAREC] Added 66 0F 3A 20 opcodeptitSeb2022-04-171-1/+10
|
* [DYNAREC] Added 66 F0 FF and F0 08 opcodesptitSeb2022-04-171-0/+76
|
* [DYNAREC] Added F8/F9 opcodesptitSeb2022-04-171-0/+12
|
* Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)ptitSeb2022-04-162-12/+64
|
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-1/+1
|
* [DYNAREC] Fixed some issue with RIP optimisations (Fixed Doom)ptitSeb2022-04-102-1/+6
|
* [DYNAREC] Fixed a warningptitSeb2022-04-101-2/+2
|
* [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-0925-1130/+2307
|
* Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)ptitSeb2022-04-061-0/+19
|
* More work on test17, and handling -NAN on divsdptitSeb2022-04-013-10/+22
|
* Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ↵ptitSeb2022-04-014-38/+77
| | | | ([DYNAREC] too)
* More cases to test17, and added -NAN generation to divpd ([DYNAREC] too)ptitSeb2022-03-311-2/+15
|
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing ↵ptitSeb2022-03-311-2/+15
| | | | BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable)
* Improved test17 ([DYNAREC] Added 66 0F 38 16 opcode, fixed 66 0F 38 24/34 ↵ptitSeb2022-03-301-3/+16
| | | | opcodes)
* Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260)ptitSeb2022-03-291-0/+47
|
* [DYNAREC] Fixed F0 0F B0 opcodeptitSeb2022-03-261-0/+1
|
* [DYNAREC] Added F0 0F B0 opcodeptitSeb2022-03-251-0/+43
|
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-051-0/+23
|
* [DYNAREC] Added 64 0F B6 and 64 3B opcodesptitSeb2022-03-051-0/+31
|
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-051-1/+31
|
* [DYNAREC] Fixed GetEBO macroptitSeb2022-03-051-1/+2
|
* [ARM64] Added printer for STRB Reg, [Reg, Reg]ptitSeb2022-03-051-0/+9
|
* [DYNAREC] Fixed F3 0F E6 opcode (help Factorio)ptitSeb2022-03-031-1/+8
|
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-031-1/+18
|
* [DYNAREC] And yet more multiarch changesptitSeb2022-02-271-0/+8
|
* [DYNAREC] Even more work on multiarchptitSeb2022-02-272-147/+1
|
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-2738-0/+21944
architecture