Home
last modified time | relevance | path

Searched refs:viargs (Results 1 – 12 of 12) sorted by relevance

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dtest_isa_2_06_part1.c1311 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x01234567, variable
1323 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
1326 static ldst_test_t ldst_tests[] = { { &test_lxsdx, "lxsdx", viargs, 0, 2, VSX_LOAD },
1327 { &test_lxsdx, "lxsdx", viargs, 4, 2, VSX_LOAD },
1328 { &test_lxvd2x, "lxvd2x", viargs, 0, 4, VSX_LOAD },
1442 r14 = (HWord_t)viargs; in test_ldbrx()
1483 r14 = (HWord_t)viargs; in test_lfiwzx()
1802 memcpy(&vec_inA, &viargs[0], sizeof(vector unsigned char)); in do_store_test()
1806 src = &viargs[0]; in do_store_test()
1916 inA = &viargs[startA]; in test_vsx_logic()
[all …]
H A Dtest_isa_2_07_part2.c338 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x80000001, variable
347 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
767 { &test_lxsiwax, "lxsiwax", SINGLE_TEST, viargs, 0, VSX_LOAD },
768 { &test_lxsiwzx, "lxsiwzx", SINGLE_TEST, viargs, 4, VSX_LOAD },
1311 r14 = (HWord_t)&viargs[i]; in _do_load_test()
1312 printf(" %08x ==> ", viargs[i + (loadTest.offset/sizeof(int))]); in _do_load_test()
1394 inA = &viargs[i]; in test_vsx_logic()
1395 inB = &viargs[i]; in test_vsx_logic()
H A Djm-insns.c4284 static vector unsigned int* viargs = NULL; variable
4532 AB_DPRINTF_VEC32x4( viargs[0] ); in build_viargs_table()
4534 AB_DPRINTF_VEC32x4( viargs[1] ); in build_viargs_table()
4542 AB_DPRINTF_VEC32x4( viargs[i] ); in build_viargs_table()
6274 vec_in = (vector unsigned int)viargs[i]; in test_av_int_one_arg()
6329 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_two_args()
6395 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_three_args()
6470 vec_in1 = (vector unsigned int)viargs[i]; in vs128_cb()
6540 vec_in1 = (vector unsigned int)viargs[i]; in vsplt_cb()
6668 vec_in1 = (vector unsigned int)viargs[i]; in vsldoi_cb()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c1311 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x01234567, variable
1323 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
1326 static ldst_test_t ldst_tests[] = { { &test_lxsdx, "lxsdx", viargs, 0, 2, VSX_LOAD },
1327 { &test_lxsdx, "lxsdx", viargs, 4, 2, VSX_LOAD },
1328 { &test_lxvd2x, "lxvd2x", viargs, 0, 4, VSX_LOAD },
1442 r14 = (HWord_t)viargs; in test_ldbrx()
1483 r14 = (HWord_t)viargs; in test_lfiwzx()
1802 memcpy(&vec_inA, &viargs[0], sizeof(vector unsigned char)); in do_store_test()
1806 src = &viargs[0]; in do_store_test()
1916 inA = &viargs[startA]; in test_vsx_logic()
[all …]
H A Dtest_isa_2_07_part2.c338 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x80000001, variable
347 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
767 { &test_lxsiwax, "lxsiwax", SINGLE_TEST, viargs, 0, VSX_LOAD },
768 { &test_lxsiwzx, "lxsiwzx", SINGLE_TEST, viargs, 4, VSX_LOAD },
1311 r14 = (HWord_t)&viargs[i]; in _do_load_test()
1312 printf(" %08x ==> ", viargs[i + (loadTest.offset/sizeof(int))]); in _do_load_test()
1394 inA = &viargs[i]; in test_vsx_logic()
1395 inB = &viargs[i]; in test_vsx_logic()
H A Djm-insns.c4284 static vector unsigned int* viargs = NULL; variable
4532 AB_DPRINTF_VEC32x4( viargs[0] ); in build_viargs_table()
4534 AB_DPRINTF_VEC32x4( viargs[1] ); in build_viargs_table()
4542 AB_DPRINTF_VEC32x4( viargs[i] ); in build_viargs_table()
6274 vec_in = (vector unsigned int)viargs[i]; in test_av_int_one_arg()
6329 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_two_args()
6395 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_three_args()
6470 vec_in1 = (vector unsigned int)viargs[i]; in vs128_cb()
6540 vec_in1 = (vector unsigned int)viargs[i]; in vsplt_cb()
6668 vec_in1 = (vector unsigned int)viargs[i]; in vsldoi_cb()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dtest_isa_2_06_part1.c1311 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x01234567, variable
1323 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
1326 static ldst_test_t ldst_tests[] = { { &test_lxsdx, "lxsdx", viargs, 0, 2, VSX_LOAD },
1327 { &test_lxsdx, "lxsdx", viargs, 4, 2, VSX_LOAD },
1328 { &test_lxvd2x, "lxvd2x", viargs, 0, 4, VSX_LOAD },
1442 r14 = (HWord_t)viargs; in test_ldbrx()
1483 r14 = (HWord_t)viargs; in test_lfiwzx()
1802 memcpy(&vec_inA, &viargs[0], sizeof(vector unsigned char)); in do_store_test()
1806 src = &viargs[0]; in do_store_test()
1916 inA = &viargs[startA]; in test_vsx_logic()
[all …]
H A Dtest_isa_2_07_part2.c338 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x80000001, variable
347 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
767 { &test_lxsiwax, "lxsiwax", SINGLE_TEST, viargs, 0, VSX_LOAD },
768 { &test_lxsiwzx, "lxsiwzx", SINGLE_TEST, viargs, 4, VSX_LOAD },
1311 r14 = (HWord_t)&viargs[i]; in _do_load_test()
1312 printf(" %08x ==> ", viargs[i + (loadTest.offset/sizeof(int))]); in _do_load_test()
1394 inA = &viargs[i]; in test_vsx_logic()
1395 inB = &viargs[i]; in test_vsx_logic()
H A Djm-insns.c4284 static vector unsigned int* viargs = NULL; variable
4532 AB_DPRINTF_VEC32x4( viargs[0] ); in build_viargs_table()
4534 AB_DPRINTF_VEC32x4( viargs[1] ); in build_viargs_table()
4542 AB_DPRINTF_VEC32x4( viargs[i] ); in build_viargs_table()
6274 vec_in = (vector unsigned int)viargs[i]; in test_av_int_one_arg()
6329 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_two_args()
6395 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_three_args()
6470 vec_in1 = (vector unsigned int)viargs[i]; in vs128_cb()
6540 vec_in1 = (vector unsigned int)viargs[i]; in vsplt_cb()
6668 vec_in1 = (vector unsigned int)viargs[i]; in vsldoi_cb()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c1311 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x01234567, variable
1323 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
1326 static ldst_test_t ldst_tests[] = { { &test_lxsdx, "lxsdx", viargs, 0, 2, VSX_LOAD },
1327 { &test_lxsdx, "lxsdx", viargs, 4, 2, VSX_LOAD },
1328 { &test_lxvd2x, "lxvd2x", viargs, 0, 4, VSX_LOAD },
1442 r14 = (HWord_t)viargs; in test_ldbrx()
1483 r14 = (HWord_t)viargs; in test_lfiwzx()
1802 memcpy(&vec_inA, &viargs[0], sizeof(vector unsigned char)); in do_store_test()
1806 src = &viargs[0]; in do_store_test()
1916 inA = &viargs[startA]; in test_vsx_logic()
[all …]
H A Dtest_isa_2_07_part2.c338 static unsigned int viargs[] __attribute__ ((aligned (16))) = { 0x80000001, variable
347 #define NUM_VIARGS_INTS (sizeof viargs/sizeof viargs[0])
767 { &test_lxsiwax, "lxsiwax", SINGLE_TEST, viargs, 0, VSX_LOAD },
768 { &test_lxsiwzx, "lxsiwzx", SINGLE_TEST, viargs, 4, VSX_LOAD },
1311 r14 = (HWord_t)&viargs[i]; in _do_load_test()
1312 printf(" %08x ==> ", viargs[i + (loadTest.offset/sizeof(int))]); in _do_load_test()
1394 inA = &viargs[i]; in test_vsx_logic()
1395 inB = &viargs[i]; in test_vsx_logic()
H A Djm-insns.c4284 static vector unsigned int* viargs = NULL; variable
4532 AB_DPRINTF_VEC32x4( viargs[0] ); in build_viargs_table()
4534 AB_DPRINTF_VEC32x4( viargs[1] ); in build_viargs_table()
4542 AB_DPRINTF_VEC32x4( viargs[i] ); in build_viargs_table()
6274 vec_in = (vector unsigned int)viargs[i]; in test_av_int_one_arg()
6329 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_two_args()
6395 vec_in1 = (vector unsigned int)viargs[i]; in test_av_int_three_args()
6470 vec_in1 = (vector unsigned int)viargs[i]; in vs128_cb()
6540 vec_in1 = (vector unsigned int)viargs[i]; in vsplt_cb()
6668 vec_in1 = (vector unsigned int)viargs[i]; in vsldoi_cb()
[all …]