summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/x86emit.h
Commit message (Collapse)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1752/+1752
| | | | | 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
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ Miodrag Milanovic2016-10-221-3/+3
| | | | utf16_char, unicode_char (nw)
* x86emit: emitters for movdqa/movdqu (nw) Ville Linde2016-05-231-0/+4
|
* x86emit: fix REX order with all SSE prefixes (nw) Ville Linde2016-04-021-5/+10
|
* x86emit: SSE prefix comes before REX on MOVQ (nw) Ville Linde2016-04-021-4/+4
|
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+3188