├── README.md ├── psvgxp ├── BitsetUtils.hpp ├── BruteForceTests.cpp ├── BruteForceTests.h ├── Disassembler.cpp ├── Disassembler.h ├── GxpParser.cpp ├── GxpParser.h ├── InstructionEncoders.cpp ├── InstructionEncoders.h ├── Math.cpp ├── Math.h ├── SceGxmTypes.h ├── Utils.cpp ├── Utils.h └── psvgxp.cpp └── psvgxp_encgen ├── grammar.json └── psvgxp_encgen.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/README.md -------------------------------------------------------------------------------- /psvgxp/BitsetUtils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/BitsetUtils.hpp -------------------------------------------------------------------------------- /psvgxp/BruteForceTests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/BruteForceTests.cpp -------------------------------------------------------------------------------- /psvgxp/BruteForceTests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/BruteForceTests.h -------------------------------------------------------------------------------- /psvgxp/Disassembler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/Disassembler.cpp -------------------------------------------------------------------------------- /psvgxp/Disassembler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/Disassembler.h -------------------------------------------------------------------------------- /psvgxp/GxpParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/GxpParser.cpp -------------------------------------------------------------------------------- /psvgxp/GxpParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/GxpParser.h -------------------------------------------------------------------------------- /psvgxp/InstructionEncoders.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/InstructionEncoders.cpp -------------------------------------------------------------------------------- /psvgxp/InstructionEncoders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/InstructionEncoders.h -------------------------------------------------------------------------------- /psvgxp/Math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/Math.cpp -------------------------------------------------------------------------------- /psvgxp/Math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/Math.h -------------------------------------------------------------------------------- /psvgxp/SceGxmTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/SceGxmTypes.h -------------------------------------------------------------------------------- /psvgxp/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/Utils.cpp -------------------------------------------------------------------------------- /psvgxp/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/Utils.h -------------------------------------------------------------------------------- /psvgxp/psvgxp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp/psvgxp.cpp -------------------------------------------------------------------------------- /psvgxp_encgen/grammar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp_encgen/grammar.json -------------------------------------------------------------------------------- /psvgxp_encgen/psvgxp_encgen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/motoharu-gosuto/psvgxp/HEAD/psvgxp_encgen/psvgxp_encgen.cpp --------------------------------------------------------------------------------