Home
last modified time | relevance | path

Searched refs:vec_inB (Results 1 – 20 of 20) sorted by relevance

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dtest_isa_2_06_part2.c578 static vector unsigned int vec_out, vec_inA, vec_inB, vec_inC; variable
798 memcpy(&vec_inB, xb, 16); in test_xxsel()
816 void * vecB_ptr = &vec_inB; in test_xxspltw()
1104 void * vec_src = swap_inputs ? &vec_out : &vec_inB; in setup_sp_fp_args()
1255 void * inB, * vec_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops()
1277 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_simple_scalar_fp_ops()
1280 vecB_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops()
1404 memcpy(VECTOR_ADDR(vec_inB), inB, 8); // src2 in test_vx_aORm_fp_ops()
1424 memcpy(vsr_XB, &vec_inB, 16); in test_vx_aORm_fp_ops()
1484 memcpy(((void *)&vec_inB) + (j * 8), inB, 8); in test_vx_vector_one_fp_arg()
[all …]
H A Dtest_isa_2_06_part3.c426 static vector unsigned int vec_out, vec_inA, vec_inB; variable
610 __asm__ __volatile__ ("xstsqrtdp cr1, %x0" : : "wa" (vec_inB)); in test_xstsqrtdp()
615 __asm__ __volatile__ ("xvtsqrtdp cr1, %x0" : : "wa" (vec_inB)); in test_xvtsqrtdp()
620 __asm__ __volatile__ ("xvtsqrtsp cr1, %x0" : : "wa" (vec_inB)); in test_xvtsqrtsp()
1024 void * vec_src = swap_inputs ? &vec_out : &vec_inB; in setup_sp_fp_args()
1042 void * vec_src = swap_inputs ? (void *)&vec_out : (void *)&vec_inB; in setup_dp_fp_args()
1137 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg()
1289 memcpy(((void *)&vec_inB) + (j * 8), inB, 8); in test_int_to_fp_convert()
1311 void * vecB_void_ptr = (void *)&vec_inB; in test_int_to_fp_convert()
1474 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vx_tdivORtsqrt()
[all …]
H A Dtest_isa_2_06_part1.c1088 static vector unsigned int vec_out, vec_inA, vec_inB; variable
1218 __asm__ __volatile__ ("xsabsdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsabsdp()
1228 __asm__ __volatile__ ("xsnabsdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsnabsdp()
1233 __asm__ __volatile__ ("xsnegdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsnegdp()
1297 __asm__ __volatile__ ("xscvsxddp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xscvsxddp()
1302 __asm__ __volatile__ ("xscvuxddp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xscvuxddp()
1548 double * dpB = (double *)&vec_inB; in test_vx_fp_ops()
1695 double * dpB = (double *)&vec_inB; in test_xs_conv_ops()
1919 memcpy(&vec_inB, inB, sizeof(vector unsigned char)); in test_vsx_logic()
1964 memcpy(&vec_inB, inB, sizeof(vector unsigned char)); in test_move_ops()
[all …]
H A Dtest_isa_2_07_part1.c184 static vector unsigned long long vec_out, vec_inA, vec_inB, vec_inC; variable
647 __asm__ __volatile__ ("vclzb %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzb()
652 __asm__ __volatile__ ("vclzw %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzw()
657 __asm__ __volatile__ ("vclzh %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzh()
662 __asm__ __volatile__ ("vclzd %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzd()
667 __asm__ __volatile__ ("vpopcntb %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcntb()
672 __asm__ __volatile__ ("vpopcnth %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcnth()
677 __asm__ __volatile__ ("vpopcntw %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcntw()
687 __asm__ __volatile__ ("vsbox %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vsbox()
791 __asm__ __volatile__ ("vgbbd %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vgbbd()
[all …]
H A Dtest_isa_2_07_part2.c467 static vector unsigned int vec_out, vec_inA, vec_inB; variable
599 __asm__ __volatile__ ("xsrsp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsrsp()
904 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_fp_ops()
908 vecB_void_ptr = (void *)&vec_inB; in test_vx_fp_ops()
1082 vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg()
1146 pv = (unsigned int *)&vec_inB; in test_vsx_one_fp_arg()
1183 vecB_void_ptr = (void *)&vec_inB + 8; in test_vsx_two_fp_arg()
1186 vecB_void_ptr = (void *)&vec_inB; in test_vsx_two_fp_arg()
1348 vecB_void_ptr = (void *)&vec_inB + 8; in test_xs_conv_ops()
1350 vecB_void_ptr = (void *)&vec_inB; in test_xs_conv_ops()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dtest_isa_2_06_part2.c578 static vector unsigned int vec_out, vec_inA, vec_inB, vec_inC; variable
798 memcpy(&vec_inB, xb, 16); in test_xxsel()
816 void * vecB_ptr = &vec_inB; in test_xxspltw()
1104 void * vec_src = swap_inputs ? &vec_out : &vec_inB; in setup_sp_fp_args()
1255 void * inB, * vec_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops()
1277 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_simple_scalar_fp_ops()
1280 vecB_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops()
1404 memcpy(VECTOR_ADDR(vec_inB), inB, 8); // src2 in test_vx_aORm_fp_ops()
1424 memcpy(vsr_XB, &vec_inB, 16); in test_vx_aORm_fp_ops()
1484 memcpy(((void *)&vec_inB) + (j * 8), inB, 8); in test_vx_vector_one_fp_arg()
[all …]
H A Dtest_isa_2_06_part3.c426 static vector unsigned int vec_out, vec_inA, vec_inB; variable
610 __asm__ __volatile__ ("xstsqrtdp cr1, %x0" : : "wa" (vec_inB)); in test_xstsqrtdp()
615 __asm__ __volatile__ ("xvtsqrtdp cr1, %x0" : : "wa" (vec_inB)); in test_xvtsqrtdp()
620 __asm__ __volatile__ ("xvtsqrtsp cr1, %x0" : : "wa" (vec_inB)); in test_xvtsqrtsp()
1024 void * vec_src = swap_inputs ? &vec_out : &vec_inB; in setup_sp_fp_args()
1042 void * vec_src = swap_inputs ? (void *)&vec_out : (void *)&vec_inB; in setup_dp_fp_args()
1137 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg()
1289 memcpy(((void *)&vec_inB) + (j * 8), inB, 8); in test_int_to_fp_convert()
1311 void * vecB_void_ptr = (void *)&vec_inB; in test_int_to_fp_convert()
1474 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vx_tdivORtsqrt()
[all …]
H A Dtest_isa_2_06_part1.c1088 static vector unsigned int vec_out, vec_inA, vec_inB; variable
1218 __asm__ __volatile__ ("xsabsdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsabsdp()
1228 __asm__ __volatile__ ("xsnabsdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsnabsdp()
1233 __asm__ __volatile__ ("xsnegdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsnegdp()
1297 __asm__ __volatile__ ("xscvsxddp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xscvsxddp()
1302 __asm__ __volatile__ ("xscvuxddp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xscvuxddp()
1548 double * dpB = (double *)&vec_inB; in test_vx_fp_ops()
1695 double * dpB = (double *)&vec_inB; in test_xs_conv_ops()
1919 memcpy(&vec_inB, inB, sizeof(vector unsigned char)); in test_vsx_logic()
1964 memcpy(&vec_inB, inB, sizeof(vector unsigned char)); in test_move_ops()
[all …]
H A Dtest_isa_2_07_part1.c184 static vector unsigned long long vec_out, vec_inA, vec_inB, vec_inC; variable
647 __asm__ __volatile__ ("vclzb %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzb()
652 __asm__ __volatile__ ("vclzw %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzw()
657 __asm__ __volatile__ ("vclzh %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzh()
662 __asm__ __volatile__ ("vclzd %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzd()
667 __asm__ __volatile__ ("vpopcntb %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcntb()
672 __asm__ __volatile__ ("vpopcnth %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcnth()
677 __asm__ __volatile__ ("vpopcntw %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcntw()
687 __asm__ __volatile__ ("vsbox %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vsbox()
791 __asm__ __volatile__ ("vgbbd %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vgbbd()
[all …]
H A Dtest_isa_2_07_part2.c467 static vector unsigned int vec_out, vec_inA, vec_inB; variable
599 __asm__ __volatile__ ("xsrsp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsrsp()
904 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_fp_ops()
908 vecB_void_ptr = (void *)&vec_inB; in test_vx_fp_ops()
1082 vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg()
1146 pv = (unsigned int *)&vec_inB; in test_vsx_one_fp_arg()
1183 vecB_void_ptr = (void *)&vec_inB + 8; in test_vsx_two_fp_arg()
1186 vecB_void_ptr = (void *)&vec_inB; in test_vsx_two_fp_arg()
1348 vecB_void_ptr = (void *)&vec_inB + 8; in test_xs_conv_ops()
1350 vecB_void_ptr = (void *)&vec_inB; in test_xs_conv_ops()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dtest_isa_2_06_part2.c578 static vector unsigned int vec_out, vec_inA, vec_inB, vec_inC; variable
798 memcpy(&vec_inB, xb, 16); in test_xxsel()
816 void * vecB_ptr = &vec_inB; in test_xxspltw()
1104 void * vec_src = swap_inputs ? &vec_out : &vec_inB; in setup_sp_fp_args()
1255 void * inB, * vec_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops()
1277 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_simple_scalar_fp_ops()
1280 vecB_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops()
1404 memcpy(VECTOR_ADDR(vec_inB), inB, 8); // src2 in test_vx_aORm_fp_ops()
1424 memcpy(vsr_XB, &vec_inB, 16); in test_vx_aORm_fp_ops()
1484 memcpy(((void *)&vec_inB) + (j * 8), inB, 8); in test_vx_vector_one_fp_arg()
[all …]
H A Dtest_isa_2_06_part3.c426 static vector unsigned int vec_out, vec_inA, vec_inB; variable
610 __asm__ __volatile__ ("xstsqrtdp cr1, %x0" : : "wa" (vec_inB)); in test_xstsqrtdp()
615 __asm__ __volatile__ ("xvtsqrtdp cr1, %x0" : : "wa" (vec_inB)); in test_xvtsqrtdp()
620 __asm__ __volatile__ ("xvtsqrtsp cr1, %x0" : : "wa" (vec_inB)); in test_xvtsqrtsp()
1024 void * vec_src = swap_inputs ? &vec_out : &vec_inB; in setup_sp_fp_args()
1042 void * vec_src = swap_inputs ? (void *)&vec_out : (void *)&vec_inB; in setup_dp_fp_args()
1137 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg()
1289 memcpy(((void *)&vec_inB) + (j * 8), inB, 8); in test_int_to_fp_convert()
1311 void * vecB_void_ptr = (void *)&vec_inB; in test_int_to_fp_convert()
1474 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vx_tdivORtsqrt()
[all …]
H A Dtest_isa_2_06_part1.c1088 static vector unsigned int vec_out, vec_inA, vec_inB; variable
1218 __asm__ __volatile__ ("xsabsdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsabsdp()
1228 __asm__ __volatile__ ("xsnabsdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsnabsdp()
1233 __asm__ __volatile__ ("xsnegdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsnegdp()
1297 __asm__ __volatile__ ("xscvsxddp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xscvsxddp()
1302 __asm__ __volatile__ ("xscvuxddp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xscvuxddp()
1548 double * dpB = (double *)&vec_inB; in test_vx_fp_ops()
1695 double * dpB = (double *)&vec_inB; in test_xs_conv_ops()
1919 memcpy(&vec_inB, inB, sizeof(vector unsigned char)); in test_vsx_logic()
1964 memcpy(&vec_inB, inB, sizeof(vector unsigned char)); in test_move_ops()
[all …]
H A Dtest_isa_2_07_part1.c184 static vector unsigned long long vec_out, vec_inA, vec_inB, vec_inC; variable
647 __asm__ __volatile__ ("vclzb %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzb()
652 __asm__ __volatile__ ("vclzw %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzw()
657 __asm__ __volatile__ ("vclzh %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzh()
662 __asm__ __volatile__ ("vclzd %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzd()
667 __asm__ __volatile__ ("vpopcntb %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcntb()
672 __asm__ __volatile__ ("vpopcnth %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcnth()
677 __asm__ __volatile__ ("vpopcntw %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcntw()
687 __asm__ __volatile__ ("vsbox %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vsbox()
791 __asm__ __volatile__ ("vgbbd %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vgbbd()
[all …]
H A Dtest_isa_2_07_part2.c467 static vector unsigned int vec_out, vec_inA, vec_inB; variable
599 __asm__ __volatile__ ("xsrsp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsrsp()
904 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_fp_ops()
908 vecB_void_ptr = (void *)&vec_inB; in test_vx_fp_ops()
1082 vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg()
1146 pv = (unsigned int *)&vec_inB; in test_vsx_one_fp_arg()
1183 vecB_void_ptr = (void *)&vec_inB + 8; in test_vsx_two_fp_arg()
1186 vecB_void_ptr = (void *)&vec_inB; in test_vsx_two_fp_arg()
1348 vecB_void_ptr = (void *)&vec_inB + 8; in test_xs_conv_ops()
1350 vecB_void_ptr = (void *)&vec_inB; in test_xs_conv_ops()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dtest_isa_2_06_part2.c578 static vector unsigned int vec_out, vec_inA, vec_inB, vec_inC; variable
798 memcpy(&vec_inB, xb, 16); in test_xxsel()
816 void * vecB_ptr = &vec_inB; in test_xxspltw()
1104 void * vec_src = swap_inputs ? &vec_out : &vec_inB; in setup_sp_fp_args()
1255 void * inB, * vec_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops()
1277 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_simple_scalar_fp_ops()
1280 vecB_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops()
1404 memcpy(VECTOR_ADDR(vec_inB), inB, 8); // src2 in test_vx_aORm_fp_ops()
1424 memcpy(vsr_XB, &vec_inB, 16); in test_vx_aORm_fp_ops()
1484 memcpy(((void *)&vec_inB) + (j * 8), inB, 8); in test_vx_vector_one_fp_arg()
[all …]
H A Dtest_isa_2_06_part3.c426 static vector unsigned int vec_out, vec_inA, vec_inB; variable
610 __asm__ __volatile__ ("xstsqrtdp cr1, %x0" : : "wa" (vec_inB)); in test_xstsqrtdp()
615 __asm__ __volatile__ ("xvtsqrtdp cr1, %x0" : : "wa" (vec_inB)); in test_xvtsqrtdp()
620 __asm__ __volatile__ ("xvtsqrtsp cr1, %x0" : : "wa" (vec_inB)); in test_xvtsqrtsp()
1024 void * vec_src = swap_inputs ? &vec_out : &vec_inB; in setup_sp_fp_args()
1042 void * vec_src = swap_inputs ? (void *)&vec_out : (void *)&vec_inB; in setup_dp_fp_args()
1137 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg()
1289 memcpy(((void *)&vec_inB) + (j * 8), inB, 8); in test_int_to_fp_convert()
1311 void * vecB_void_ptr = (void *)&vec_inB; in test_int_to_fp_convert()
1474 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vx_tdivORtsqrt()
[all …]
H A Dtest_isa_2_06_part1.c1088 static vector unsigned int vec_out, vec_inA, vec_inB; variable
1218 __asm__ __volatile__ ("xsabsdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsabsdp()
1228 __asm__ __volatile__ ("xsnabsdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsnabsdp()
1233 __asm__ __volatile__ ("xsnegdp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsnegdp()
1297 __asm__ __volatile__ ("xscvsxddp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xscvsxddp()
1302 __asm__ __volatile__ ("xscvuxddp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xscvuxddp()
1548 double * dpB = (double *)&vec_inB; in test_vx_fp_ops()
1695 double * dpB = (double *)&vec_inB; in test_xs_conv_ops()
1919 memcpy(&vec_inB, inB, sizeof(vector unsigned char)); in test_vsx_logic()
1964 memcpy(&vec_inB, inB, sizeof(vector unsigned char)); in test_move_ops()
[all …]
H A Dtest_isa_2_07_part1.c184 static vector unsigned long long vec_out, vec_inA, vec_inB, vec_inC; variable
647 __asm__ __volatile__ ("vclzb %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzb()
652 __asm__ __volatile__ ("vclzw %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzw()
657 __asm__ __volatile__ ("vclzh %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzh()
662 __asm__ __volatile__ ("vclzd %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vclzd()
667 __asm__ __volatile__ ("vpopcntb %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcntb()
672 __asm__ __volatile__ ("vpopcnth %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcnth()
677 __asm__ __volatile__ ("vpopcntw %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vpopcntw()
687 __asm__ __volatile__ ("vsbox %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vsbox()
791 __asm__ __volatile__ ("vgbbd %0, %1" : "=v" (vec_out): "v" (vec_inB)); in test_vgbbd()
[all …]
H A Dtest_isa_2_07_part2.c467 static vector unsigned int vec_out, vec_inA, vec_inB; variable
599 __asm__ __volatile__ ("xsrsp %x0, %x1" : "=wa" (vec_out): "wa" (vec_inB)); in test_xsrsp()
904 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_fp_ops()
908 vecB_void_ptr = (void *)&vec_inB; in test_vx_fp_ops()
1082 vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg()
1146 pv = (unsigned int *)&vec_inB; in test_vsx_one_fp_arg()
1183 vecB_void_ptr = (void *)&vec_inB + 8; in test_vsx_two_fp_arg()
1186 vecB_void_ptr = (void *)&vec_inB; in test_vsx_two_fp_arg()
1348 vecB_void_ptr = (void *)&vec_inB + 8; in test_xs_conv_ops()
1350 vecB_void_ptr = (void *)&vec_inB; in test_xs_conv_ops()
[all …]