[OpenGOAL] Support for 128-bit arguments and return values (WIP) (#510)

* xmm call and return working, needs some careful double checking and tests

* clean up and test
This commit is contained in:
water111
2021-05-20 20:12:49 -04:00
committed by GitHub
parent 62877ed4f3
commit 663b5c7899
21 changed files with 365 additions and 111 deletions
@@ -156,3 +156,6 @@
- Support 128-bit bitfields inside of static structure
- Support 128-bit bitfield constants
- Support dynamic construction of 128-bit bitfield values
## V0.8 New Calling Convention for 128-bit
- 128-bit values may now be used in function arguments and return values.