about summary refs log tree commit diff stats
path: root/src/emu/x64run0f.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ...ptitSeb2022-04-011-2/+12
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-1/+1
* Added 0F 3A 0F opcodeptitSeb2022-02-111-0/+27
* Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)BptitSeb2022-01-061-24/+30
* Handled privilieged instruction (as handled by wine64) as privilegde and gene...ptitSeb2021-07-281-0/+17
* Added dummy 0F 09 opcode ([DYNAREC] too) (for #34)ptitSeb2021-07-071-0/+3
* Added 0F D7 opcode ([DYNAREC] too) (for #32)ptitSeb2021-07-061-0/+9
* Added 0F C3 opcode ([DYNAREC] too) (for #20)ptitSeb2021-07-051-2/+14
* Small optim on interpreted 0F 10/11 opcodesptitSeb2021-07-051-2/+2
* Fixed BT/BTC/BTR/BTS opcodes ([DYNAREC] too)ptitSeb2021-06-051-27/+16
* Various small mprovments to interpretorptitSeb2021-06-011-5/+13
* Added 0F 0D /1 opcode ([DYNAREC] too)ptitSeb2021-05-281-0/+12
* Small fixed to 0F 50 opcodeptitSeb2021-05-171-1/+1
* Added 0F 0B UD2 opcodeptitSeb2021-04-241-0/+4
* Fixed 0F E3 opcodeptitSeb2021-04-111-6/+3
* Added 0F DE opcodeptitSeb2021-04-111-1/+7
* Added 0F DA ocode ([DYNAREC] too)ptitSeb2021-04-071-1/+7
* Added 0F E0 opcode ([DYNAREC] too)ptitSeb2021-04-021-1/+7
* Added 0F E7 opcode ([DYNAREC] too)ptitSeb2021-04-021-1/+9
* Try to add 0F AE /7 CLFLUSH opcodeptitSeb2021-04-011-0/+5
* Added 0F 31 opcode ([DYNAREC] too)ptitSeb2021-04-011-0/+6
* Fixed 0F 7E opcode, plus a few other small changesptitSeb2021-04-011-16/+19
* Added 0F 38 00/04/0B/1C/1D/1E opcodesptitSeb2021-03-311-0/+63
* Added 0F 70/C4/C5/F6 opcodesptitSeb2021-03-301-2/+33
* Added 0F 71/72/73 opcodesptitSeb2021-03-301-0/+74
* Try to sistematicaly erase upper RAX on cmpxchg opcodeptitSeb2021-03-291-2/+1
* Added 0F 18 opcodeptitSeb2021-03-261-0/+16
* Added 0F 6E opcodeptitSeb2021-03-261-0/+9
* Renamed arm64_lock_helper to arm64_lockptitSeb2021-03-201-1/+1
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-1/+1
* Added a few more SSE opcodesptitSeb2021-03-131-0/+6
* Added a bunch of SSE2 opcodesptitSeb2021-03-121-2/+101
* Added a large number of CPU opcodesptitSeb2021-03-121-4/+92
* Added and fixed many opcodesptitSeb2021-03-101-11/+176
* Added a bunch of various opcodesptitSeb2021-03-101-0/+28
* Added REX 0F BA opcodesptitSeb2021-03-091-0/+97
* Added REX 0F 5A..5F opcodesptitSeb2021-03-091-1/+48
* Added REX 0F C8..CF BSWAP opcodesptitSeb2021-03-091-0/+15
* Added 0F AE /2 and /3 opcodesptitSeb2021-03-081-0/+6
* More 0F and 66 0F opcodesptitSeb2021-03-081-0/+44
* Added a gew more various opcodesptitSeb2021-03-081-0/+71
* Added a few SSE opcodesptitSeb2021-03-071-0/+19
* Added another batch of MMX opcodes (mmx test is ok)ptitSeb2021-03-071-1/+131
* Added a new batch of MMX opcodesptitSeb2021-03-071-3/+153
* Added some MMX opcodes and fixed 66 0F 7E MOVQptitSeb2021-03-071-0/+87
* Added another batch of MMX opcodesptitSeb2021-03-071-0/+42
* Added 0F EC opcodeptitSeb2021-03-071-0/+10
* Added a bunch of MMX and SSE opcodesptitSeb2021-03-071-1/+45
* Fixed mod/rm relative computation when opcode have trailing bytesptitSeb2021-03-061-11/+11
* Added 0F 11 MOVUPS opcodeptitSeb2021-03-061-0/+7