Fixing totally broken vpkd3d128 and adding new pack instructions.

This commit is contained in:
Ben Vanik
2014-11-02 21:49:39 -08:00
parent 32f42cd5ae
commit 96c203699d
21 changed files with 643 additions and 126 deletions

View File

@@ -27,7 +27,7 @@ TEST_CASE("PACK_D3DCOLOR", "[instr]") {
});
test.Run([](PPCContext* ctx) {
ctx->v[4] =
vec128i(0x3F800050, 0x3F800060, 0x3F800070, 0x3F800080);
vec128i(0x40400050, 0x40400060, 0x40400070, 0x40400080);
},
[](PPCContext* ctx) {
auto result = ctx->v[3];