jak-project/goalc/emitter
water111 a80b331c27
[Compiler] In-progress support for vector float (AVX) (#171)
* begin work on vf support

* split reg kind into reg hw kind and class, use class for ireg

* try test

* clang format

* add some more ops and some example functions

* better lvf on statics

* add documentation
2020-12-30 15:33:51 -05:00
..
CodeTester.cpp Add a bunch of #ifdefs to keep things working as expected on linux 2020-09-03 22:24:50 -04:00
CodeTester.h Merge pull request #41 from xTVaser/pragma-once 2020-09-14 20:31:41 -04:00
IGen.h [Compiler] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -05:00
Instruction.h [Compiler] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -05:00
ObjectFileData.cpp Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
ObjectFileData.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
ObjectGenerator.cpp [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
ObjectGenerator.h [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
Register.cpp [Compiler] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -05:00
Register.h [Compiler] In-progress support for vector float (AVX) (#171) 2020-12-30 15:33:51 -05:00