aboutsummaryrefslogtreecommitdiffstats
path: root/ref_vqadd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ref_vqadd.c')
-rw-r--r--ref_vqadd.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/ref_vqadd.c b/ref_vqadd.c
index 6c9b508..d8c38b4 100644
--- a/ref_vqadd.c
+++ b/ref_vqadd.c
@@ -49,7 +49,8 @@ void vqadd_64(void)
TEST_VDUP(vector2, q, int, s, 64, 2, 0x0);
TEST_VDUP(vector2, q, uint, u, 64, 2, 0x0);
- fprintf(ref_file, "\n%s 64 bits saturation overflow output:\n", TEST_MSG);
+ fprintf(ref_file,
+ "\n%s 64 bits saturation cumulative saturation output:\n", TEST_MSG);
TEST_BINARY_SAT_OP(INSN_NAME, , int, s, 64, 1);
TEST_BINARY_SAT_OP(INSN_NAME, , uint, u, 64, 1);
TEST_BINARY_SAT_OP(INSN_NAME, q, int, s, 64, 2);
@@ -67,7 +68,8 @@ void vqadd_64(void)
TEST_VDUP(vector2, q, int, s, 64, 2, 0x44);
TEST_VDUP(vector2, q, uint, u, 64, 2, 0x88);
- fprintf(ref_file, "\n%s 64 bits saturation overflow output:\n", TEST_MSG);
+ fprintf(ref_file,
+ "\n%s 64 bits saturation cumulative saturation output:\n", TEST_MSG);
TEST_BINARY_SAT_OP(INSN_NAME, , int, s, 64, 1);
TEST_BINARY_SAT_OP(INSN_NAME, , uint, u, 64, 1);
TEST_BINARY_SAT_OP(INSN_NAME, q, int, s, 64, 2);
@@ -87,7 +89,8 @@ void vqadd_64(void)
TEST_VDUP(vector2, q, uint, u, 64, 2, 0x22);
- fprintf(ref_file, "\n%s 64 bits saturation overflow output:\n", TEST_MSG);
+ fprintf(ref_file,
+ "\n%s 64 bits saturation cumulative saturation output:\n", TEST_MSG);
TEST_BINARY_SAT_OP(INSN_NAME, , int, s, 64, 1);
TEST_BINARY_SAT_OP(INSN_NAME, , uint, u, 64, 1);
TEST_BINARY_SAT_OP(INSN_NAME, q, int, s, 64, 2);
@@ -135,7 +138,8 @@ void vqadd_64(void)
TEST_VDUP(vector2, q, uint, u, 16, 8, 0x20);
TEST_VDUP(vector2, q, uint, u, 32, 4, 0x20);
- fprintf(ref_file, "\n%s less than 64 bits saturation overflow output:\n",
+ fprintf(ref_file,
+ "\n%s less than 64 bits saturation cumulative saturation output:\n",
TEST_MSG);
TEST_BINARY_SAT_OP(INSN_NAME, , uint, u, 8, 8);
TEST_BINARY_SAT_OP(INSN_NAME, , uint, u, 16, 4);