summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbec.cpp
Commit message (Expand)AuthorAgeFilesLines
* cpu/uml.cpp: Added UML bit field extract instructions. (#14467) Vas Crabb2025-11-061-10/+50
* -Recompiler improvements: Vas Crabb2025-10-031-1/+2
* -Recompiler improvements: Vas Crabb2025-09-301-8/+8
* -cpu/drcbearm64.cpp, cpu/drcbec.cpp: Apply floating point rounding mode to ar... Vas Crabb2025-09-141-2/+16
* -cpu/drcbec.cpp: Improved behaviour for float-to-int conversion. Vas Crabb2025-09-081-44/+80
* Even more recompiler fixes: Vas Crabb2025-04-151-38/+57
* More recompiler fixes: Vas Crabb2025-04-121-121/+139
* Still more recompiler fixes: Vas Crabb2025-04-101-2/+2
* -A few recompiler adjustments: Vas Crabb2025-04-091-12/+4
* cpu/drcbearm64.cpp: General cleanup, no functional changes. Vas Crabb2025-03-161-4/+4
* cpu: Moved DRC backend declarations out of headers and into anonymous namespa... Vas Crabb2025-02-221-133/+184
* cpu/drcbearm64.cpp, src/drcbec.cpp: Fixed off-by-one errors in map variable h... Vas Crabb2025-01-171-1/+1
* DRC cleanup and minor optimisation: [Windy Fairy, Vas Crabb] Vas Crabb2025-01-161-0/+4
* cpu/drcbe*.cpp: Added write byte with explicit mask. Vas Crabb2025-01-151-0/+8
* DRC: Calculate negative and zero flags for shifts/rotates with a zero shift c... 9871238791132025-01-141-42/+14
* cpu/uml.h: Make uml::instruction::is_param_out a member function and really f... AJR2024-12-291-3/+3
* Fixed more recompiler backend issues: (#13132) 9871238791132024-12-301-8/+67
* Fixed various recompiler issues and added functionality: (#13108) 9871238791132024-12-291-47/+132
* cpu/drcbec.cpp, cpu/mips/mips3.cpp: Use 32x32=64-bit multiply inlines AJR2024-11-101-4/+4
* -osd/mac, osd/sdl: Show prescale popup when it hasn't changed due to hitting ... Vas Crabb2024-02-181-9/+9
* eminline.h: Additions AJR2022-09-251-28/+16
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+1
* Fix 64-bit OP_TEST UML instruction for C backend (balrog) balr0g2022-01-011-1/+1
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-10/+4
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-10/+10
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-4/+4
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+2
* DRC: fix regression on OS X [Phil Bennett] arbee2017-03-181-1/+1
* drcbec: fixed long-standing copy/paste error (nw) arbee2017-01-241-1/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-8/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-162/+162
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-2/+2
* UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] Ville Linde2016-05-201-0/+40
* UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer an... Ville Linde2016-04-031-0/+16
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-6/+3
* clang-modernize part 3 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2278