qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests/tcg: target/mips: Rename two header files for consistency

Rename two header files for consistency and clarity. Do all other
changes to accommodate new names.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <amarkovic@wavecomp.com>
Message-Id: <1551981716-30664-3-git-send-email-aleksandar.markovic@rt-rk.com>

+232 -232
+2 -2
tests/tcg/mips/include/test_inputs.h tests/tcg/mips/include/test_inputs_128.h
··· 19 19 * 20 20 */ 21 21 22 - #ifndef TEST_INPUTS_H 23 - #define TEST_INPUTS_H 22 + #ifndef TEST_INPUTS_128_H 23 + #define TEST_INPUTS_128_H 24 24 25 25 #include <stdint.h> 26 26
+2 -2
tests/tcg/mips/include/test_utils.h tests/tcg/mips/include/test_utils_128.h
··· 19 19 * 20 20 */ 21 21 22 - #ifndef TEST_UTILS_H 23 - #define TEST_UTILS_H 22 + #ifndef TEST_UTILS_128_H 23 + #define TEST_UTILS_128_H 24 24 25 25 #include <stdio.h> 26 26 #include <stdint.h>
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT) 30 30
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/logic/test_msa_and_v.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/logic/test_msa_nor_v.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/logic/test_msa_or_v.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/logic/test_msa_xor_v.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_b.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_d.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_h.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
+2 -2
tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_w.c
··· 23 23 #include <stdint.h> 24 24 25 25 #include "../../../../include/wrappers_msa.h" 26 - #include "../../../../include/test_inputs.h" 27 - #include "../../../../include/test_utils.h" 26 + #include "../../../../include/test_inputs_128.h" 27 + #include "../../../../include/test_utils_128.h" 28 28 29 29 #define TEST_COUNT_TOTAL ( \ 30 30 (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \