jpd002
|
81de0708e0
|
Fix GCC10 build.
|
2020-07-21 08:17:33 -04:00 |
|
Jean-Philip Desjardins
|
6326378c2a
|
Second pass on vmap.
Almost all memory access instructions can now use the page table.
|
2019-04-29 22:38:04 -04:00 |
|
Jean-Philip Desjardins
|
c832c60b8d
|
vmap prototype
|
2019-04-29 22:38:03 -04:00 |
|
Clang-Format
|
acf75535ec
|
Clang format
|
2018-04-30 21:01:23 +01:00 |
|
Jean-Philip Desjardins
|
faf2f4873b
|
Remove printf usage.
|
2017-12-23 11:04:06 -05:00 |
|
Mahmood(Thunder07)
|
97c229ec98
|
Cleanup
Silence:"warning: '0' flag ignored with precision and ‘%X’ gnu_printf format"
|
2017-05-29 06:01:32 +01:00 |
|
Jean-Philip Desjardins
|
db87d5a177
|
Properly mask address when storing a quadword.
|
2015-06-08 02:41:25 -04:00 |
|
Jean-Philip Desjardins
|
f4a78b18a0
|
Read quadwords from unaligned addresses properly.
|
2014-06-30 22:38:36 -04:00 |
|
jpd002
|
f2686663af
|
Made memory utils proxies normal "C" functions to accommodate AOT compilation.
git-svn-id: http://svn.purei.org/purei/trunk@1097 b36208d7-6611-0410-8bec-b1987f11c4a2
|
2013-04-14 06:33:04 +00:00 |
|
jpd002
|
42c704aca2
|
Changed 64-bits and 128-bits memory access instructions to use new 64-bits and 128-bits params/return values now supported in Jitter.
git-svn-id: http://svn.purei.org/purei/trunk@843 b36208d7-6611-0410-8bec-b1987f11c4a2
|
2012-01-08 06:20:22 +00:00 |
|
jpd002
|
5f31206020
|
Got rid of CCacheBlock.
Cleaned up a lot of code.
git-svn-id: http://svn.purei.org/purei/trunk@293 b36208d7-6611-0410-8bec-b1987f11c4a2
|
2008-04-09 02:52:38 +00:00 |
|