summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbex64.h
Commit message (Collapse)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-64/+64
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
|
* Allow full build on android: Vas Crabb2016-05-311-3/+8
| | | | | | * rename si_status to si_status_val in n64 as si_status is a preprocessor macro on Android * rename PAGE_MASK to page_mask in samcoupe to avoid clash with macro (it's a local anyway) * abuse namespaces to get around the conflict between our x86emit::REG_Rn and Android's ::REG_Rn in DRC
* UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] Ville Linde2016-05-201-0/+1
|
* UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer ↵ Ville Linde2016-04-031-0/+2
| | | | and floating-point registers. [Ville Linde]
* override part 2 (nw) Miodrag Milanovic2015-12-051-6/+6
|
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
|
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+345