mirror of
https://github.com/open-goal/jak-project
synced 2026-05-28 00:16:20 -04:00
Support 128-bit variables (#336)
* wip 128 bit support * add a few more files to offline test
This commit is contained in:
@@ -2618,8 +2618,10 @@ TEST_F(FormRegressionTest, QMemCpy) {
|
||||
" (+! v1-1 -1)\n"
|
||||
" (&+! a0-1 -16)\n"
|
||||
" (&+! a1-1 -16)\n"
|
||||
" (.lq a2-3 0 a1-1)\n"
|
||||
" (.sq a2-3 0 a0-1)\n"
|
||||
" (set!\n"
|
||||
" (-> (the-as (pointer uint128) a0-1))\n"
|
||||
" (-> (the-as (pointer uint128) a1-1))\n"
|
||||
" )\n"
|
||||
" )\n"
|
||||
" )\n"
|
||||
" v0-0\n"
|
||||
|
||||
Reference in New Issue
Block a user