-
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
27 changed files
with
141 additions
and
19 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
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 < 4; i++) { | ||
dst.dword[i] = (s64)(s8)a.byte[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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 2; i++) { | ||
for (int i = 0; i < 4; i++) { | ||
dst.dword[i] = (s64)(s16)a.half[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 vext2xv_d_w(v256 a) { | ||
v256 dst; | ||
#include "vext2xv_d_w.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ1(vext2xv_d_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 2; i++) { | ||
for (int i = 0; i < 4; i++) { | ||
dst.dword[i] = (s64)(s32)a.word[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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 2; i++) { | ||
for (int i = 0; i < 4; i++) { | ||
dst.dword[i] = (u64)(u8)a.byte[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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 2; i++) { | ||
for (int i = 0; i < 4; i++) { | ||
dst.dword[i] = (u64)(u16)a.half[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 vext2xv_du_wu(v256 a) { | ||
v256 dst; | ||
#include "vext2xv_du_wu.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ1(vext2xv_du_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 2; i++) { | ||
for (int i = 0; i < 4; i++) { | ||
dst.dword[i] = (u64)(u32)a.word[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 vext2xv_h_b(v256 a) { | ||
v256 dst; | ||
#include "vext2xv_h_b.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ1(vext2xv_h_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 8; i++) { | ||
for (int i = 0; i < 16; i++) { | ||
dst.half[i] = (s16)(s8)a.byte[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 vext2xv_hu_bu(v256 a) { | ||
v256 dst; | ||
#include "vext2xv_hu_bu.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ1(vext2xv_hu_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 8; i++) { | ||
for (int i = 0; i < 16; i++) { | ||
dst.half[i] = (u16)(u8)a.byte[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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 4; i++) { | ||
for (int i = 0; i < 8; i++) { | ||
dst.word[i] = (s32)(s8)a.byte[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 vext2xv_w_h(v256 a) { | ||
v256 dst; | ||
#include "vext2xv_w_h.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ1(vext2xv_w_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 4; i++) { | ||
for (int i = 0; i < 8; i++) { | ||
dst.word[i] = (s32)(s16)a.half[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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 4; i++) { | ||
for (int i = 0; i < 8; i++) { | ||
dst.word[i] = (u32)(u8)a.byte[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 vext2xv_wu_hu(v256 a) { | ||
v256 dst; | ||
#include "vext2xv_wu_hu.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ1(vext2xv_wu_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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0; i < 4; i++) { | ||
for (int i = 0; i < 8; i++) { | ||
dst.word[i] = (u32)(u16)a.half[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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
for (int i = 0;i < 8;i++) { | ||
for (int i = 0; i < 8; i++) { | ||
dst.word[i] = a.word[b.word[i] & 0x8]; | ||
} |
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,15 @@ | ||
#include "common.h" | ||
|
||
v256 xvshuf4i_d(v256 a, v256 b, int imm) { | ||
v256 dst; | ||
#include "xvshuf4i_d.h" | ||
return dst; | ||
} | ||
|
||
void test() { | ||
XFUZZ2(xvshuf4i_d, 0); | ||
XFUZZ2(xvshuf4i_d, 13); | ||
XFUZZ2(xvshuf4i_d, 100); | ||
XFUZZ2(xvshuf4i_d, 128); | ||
XFUZZ2(xvshuf4i_d, 255); | ||
} |
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 xvshuf_b(v256 a, v256 b, v256 c) { | ||
v256 dst; | ||
#include "xvshuf_b.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ3(xvshuf_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 xvshuf_d(v256 a, v256 b, v256 c) { | ||
v256 dst; | ||
#include "xvshuf_d.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ3(xvshuf_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 xvshuf_h(v256 a, v256 b, v256 c) { | ||
v256 dst; | ||
#include "xvshuf_h.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ3(xvshuf_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 xvshuf_w(v256 a, v256 b, v256 c) { | ||
v256 dst; | ||
#include "xvshuf_w.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ3(xvshuf_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 xvsub_q(v256 a, v256 b) { | ||
v256 dst; | ||
#include "xvsub_q.h" | ||
return dst; | ||
} | ||
|
||
void test() { XFUZZ2(xvsub_q); } |