Skip to content

Commit

Permalink
Enable tests and update golden file for new instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-conway authored and tbodt committed Aug 13, 2022
1 parent 2c25f7e commit 603fdbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions tests/e2e/qemu/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4364,6 +4364,10 @@ paddq : a=456723c698694873 b=1f297ccd58bad7ab r=6490a093f124201e
paddq : a=007c62c2085427f8 b=0f76255a085427f8 r=0ff2881c10a84ff0
paddq : a=dc515cff944a58ec456723c698694873 b=41f21efba9e3e1461f297ccd58bad7ab r=1e437bfb3e2e3a326490a093f124201e
paddq : a=231be9e8cde7438d007c62c2085427f8 b=c233e9e8c4c9439a0f76255a085427f8 r=e54fd3d192b087270ff2881c10a84ff0
pmullw : a=456723c698694873 b=1f297ccd58bad7ab r=967f8d8ed44af9d1
pmullw : a=007c62c2085427f8 b=0f76255a085427f8 r=7d28c2345b908040
pmullw : a=dc515cff944a58ec456723c698694873 b=41f21efba9e3e1461f297ccd58bad7ab r=d5921005579ebc88967f8d8ed44af9d1
pmullw : a=231be9e8cde7438d007c62c2085427f8 b=c233e9e8c4c9439a0f76255a085427f8 r=74612240865f89d27d28c2345b908040
pminub : a=dc515cff944a58ec456723c698694873 b=41f21efba9e3e1461f297ccd58bad7ab r=41511efb944a58461f2923c658694873
pminub : a=231be9e8cde7438d007c62c2085427f8 b=c233e9e8c4c9439a0f76255a085427f8 r=231be9e8c4c9438d0076255a085427f8
pand : a=456723c698694873 b=1f297ccd58bad7ab r=052120c418284023
Expand All @@ -4374,6 +4378,10 @@ pmaxub : a=dc515cff944a58ec456723c698694873 b=41f21efba9e3e1461f297ccd58bad7ab
pmaxub : a=231be9e8cde7438d007c62c2085427f8 b=c233e9e8c4c9439a0f76255a085427f8 r=c233e9e8cde7439a0f7c62c2085427f8
pandn : a=dc515cff944a58ec456723c698694873 b=41f21efba9e3e1461f297ccd58bad7ab r=01a2020029a1a1021a085c0940929788
pandn : a=231be9e8cde7438d007c62c2085427f8 b=c233e9e8c4c9439a0f76255a085427f8 r=c0200000000800120f02051800000000
pmulhw : a=456723c698694873 b=1f297ccd58bad7ab r=08721170dc18f495
pmulhw : a=007c62c2085427f8 b=0f76255a085427f8 r=00070e680045063d
pmulhw : a=dc515cff944a58ec456723c698694873 b=41f21efba9e3e1461f297ccd58bad7ab r=f6ce0b41243bf55308721170dc18f495
pmulhw : a=231be9e8cde7438d007c62c2085427f8 b=c233e9e8c4c9439a0f76255a085427f8 r=f78601e80b9611d600070e680045063d
por : a=dc515cff944a58ec456723c698694873 b=41f21efba9e3e1461f297ccd58bad7ab r=ddf35effbdebf9ee5f6f7fcfd8fbdffb
por : a=231be9e8cde7438d007c62c2085427f8 b=c233e9e8c4c9439a0f76255a085427f8 r=e33be9e8cdef439f0f7e67da085427f8
pxor : a=456723c698694873 b=1f297ccd58bad7ab r=5a4e5f0bc0d39fd8
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/qemu/qemu-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,7 @@ void test_sse(void)
SSE_OP2(pcmpeqd);

MMX_OP2(paddq);
// MMX_OP2(pmullw);
MMX_OP2(pmullw);
// MMX_OP2(psubusb);
// MMX_OP2(psubusw);
SSE_OP2(pminub);
Expand All @@ -2453,7 +2453,7 @@ void test_sse(void)
SSE_OP2(pandn);

// MMX_OP2(pmulhuw);
// MMX_OP2(pmulhw);
MMX_OP2(pmulhw);

// MMX_OP2(psubsb);
// MMX_OP2(psubsw);
Expand Down

0 comments on commit 603fdbf

Please sign in to comment.