-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
272 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#include "common.h" | ||
|
||
v128 vnor_v(v128 a, v128 b) { | ||
v128 vorn_v(v128 a, v128 b) { | ||
v128 dst; | ||
#include "vnor_v.h" | ||
#include "vorn_v.h" | ||
return dst; | ||
} | ||
|
||
void test() { FUZZ2(vnor_v); } | ||
void test() { FUZZ2(vorn_v); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvabsd_b(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvabsd_b.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvabsd_b); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvabsd_bu(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvabsd_bu.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvabsd_bu); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvabsd_d(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvabsd_d.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvabsd_d); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvabsd_du(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvabsd_du.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvabsd_du); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvabsd_h(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvabsd_h.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvabsd_h); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvabsd_hu(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvabsd_hu.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvabsd_hu); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvabsd_w(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvabsd_w.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvabsd_w); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvabsd_wu(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvabsd_wu.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvabsd_wu); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvadd_q(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvadd_q.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvadd_q); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0;i < 2;i++) { | ||
for (int i = 0; i < 2; i++) { | ||
dst.qword[i] = a.qword[i] + b.qword[i]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvadda_b(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvadda_b.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvadda_b); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvadda_d(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvadda_d.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvadda_d); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvadda_h(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvadda_h.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvadda_h); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvadda_w(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvadda_w.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvadda_w); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvand_v(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvand_v.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvand_v); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#include "common.h" | ||
|
||
v256 xvandi_b(v256 a, int imm) { | ||
v256 dst; | ||
#include "xvandi_b.h" | ||
return dst; | ||
} | ||
|
||
void test() { | ||
XFUZZ1(xvandi_b, 0); | ||
XFUZZ1(xvandi_b, 31); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvandn_v(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvandn_v.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvandn_v); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#include "common.h" | ||
|
||
v256 xvbsll_v(v256 a, int imm) { | ||
v256 dst; | ||
#include "xvbsll_v.h" | ||
return dst; | ||
} | ||
|
||
void test() { | ||
XFUZZ1(xvbsll_v, 0); | ||
XFUZZ1(xvbsll_v, 3); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#include "common.h" | ||
|
||
v256 xvbsrl_v(v256 a, int imm) { | ||
v256 dst; | ||
#include "xvbsrl_v.h" | ||
return dst; | ||
} | ||
|
||
void test() { | ||
XFUZZ1(xvbsrl_v, 0); | ||
XFUZZ1(xvbsrl_v, 3); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvnor_v(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvnor_v.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvnor_v); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#include "common.h" | ||
|
||
v256 xvnori_b(v256 a, int imm) { | ||
v256 dst; | ||
#include "xvnori_b.h" | ||
return dst; | ||
} | ||
|
||
void test() { | ||
XFUZZ1(xvnori_b, 0); | ||
XFUZZ1(xvnori_b, 31); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvor_v(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvor_v.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvor_v); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#include "common.h" | ||
|
||
v256 xvori_b(v256 a, int imm) { | ||
v256 dst; | ||
#include "xvori_b.h" | ||
return dst; | ||
} | ||
|
||
void test() { | ||
XFUZZ1(xvori_b, 0); | ||
XFUZZ1(xvori_b, 31); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#include "common.h" | ||
|
||
v256 xvorn_v(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvorn_v.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvorn_v); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0;i < 2;i++) { | ||
for (int i = 0; i < 2; i++) { | ||
dst.qword[i] = a.qword[i] - b.qword[i]; | ||
} |
Oops, something went wrong.