summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/uml.h
Commit message (Expand)AuthorAgeFilesLines
* -misc/dgpix.cpp: Marked Elfin as having unemulated protection. Vas Crabb2025-04-171-3/+25
* Even more recompiler fixes: Vas Crabb2025-04-151-1/+1
* Started moving UML instruction reference to main documentation, fixed more re... Vas Crabb2025-04-121-21/+21
* -cpu/uml.cpp: Rewrote the UML simplification code. Vas Crabb2025-04-081-3/+2
* cpu/drcbearm64.cpp: Added a 64-bit ARMv8 (AArch64) DRC back-end. (#13162) 9871238791132025-01-141-26/+3
* cpu/uml.h: Make uml::instruction::is_param_out a member function and really f... AJR2024-12-291-1/+1
* cpu/uml.h: Fix debug build error: invalid use of member 'm_numparams' in stat... AJR2024-12-291-1/+1
* Fixed more recompiler backend issues: (#13132) 9871238791132024-12-301-0/+2
* Fixed various recompiler issues and added functionality: (#13108) 9871238791132024-12-291-10/+20
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-311-4/+4
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-4/+4
* hopefully shut up MSVC (nw) Vas Crabb2018-03-251-1/+1
* modernise drcuml somewhat (nw) Vas Crabb2018-03-241-6/+1
* hopefully appease GCC (nw) Vas Crabb2018-03-171-2/+3
* use more constexpr and literal classes in UML to give compiler more optimisat... Vas Crabb2018-03-171-112/+110
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-8/+8
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+8
* e132xs: Added mask, sum, cmpi, movi, and ori, nw mooglyguy2017-12-021-8/+8
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-44/+44
* UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] Ville Linde2016-05-201-0/+3
* UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer an... Ville Linde2016-04-031-0/+6
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+661