Searched refs:vecB_void_ptr (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_07_part2.c | 900 void * vecA_void_ptr, * vecB_void_ptr, * vecOut_void_ptr; in test_vx_fp_ops() local 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() 963 memcpy(vecB_void_ptr, inB, 8); in test_vx_fp_ops() 994 memcpy(vecB_void_ptr, &spec_fargs[extra_arg_idx], 8); //src3 in test_vx_fp_ops() 1065 void * vecB_void_ptr; in test_vsx_one_fp_arg() local 1082 vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg() 1084 vecB_void_ptr += dp? 8 : 12; in test_vsx_one_fp_arg() 1110 memcpy(vecB_void_ptr, (void *)&input, 8); in test_vsx_one_fp_arg() 1114 memcpy(vecB_void_ptr, inB, 8); in test_vsx_one_fp_arg() [all …]
|
D | test_isa_2_06_part3.c | 1125 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg() local 1139 vecB_void_ptr += 8; in test_vsx_one_fp_arg() 1140 memcpy(vecB_void_ptr + (j * 8), inB, 8); in test_vsx_one_fp_arg() 1185 memcpy(vecB_void_ptr + ((2 * j * 4) + 4), inB, 4); in test_vsx_one_fp_arg() 1187 memcpy(vecB_void_ptr + ((2 * j * 4) ), inB, 4); in test_vsx_one_fp_arg() 1190 vecB_void_ptr += 12; in test_vsx_one_fp_arg() 1191 memcpy(vecB_void_ptr + (j * 4), inB, 4); in test_vsx_one_fp_arg() 1299 void * vecB_void_ptr = (void *)&vec_inB; in test_int_to_fp_convert() local 1307 memcpy(vecB_void_ptr + ((2 * j * 4) + 4), inB, 4); in test_int_to_fp_convert() 1309 memcpy(vecB_void_ptr + ((2 * j * 4) ), inB, 4); in test_int_to_fp_convert() [all …]
|
D | test_isa_2_06_part2.c | 1265 void * inA, * inB, * vecA_void_ptr, * vecB_void_ptr; in test_vx_simple_scalar_fp_ops() local 1271 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_simple_scalar_fp_ops() 1274 vecB_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops() 1284 memcpy(vecB_void_ptr, inB, 8); in test_vx_simple_scalar_fp_ops()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_07_part2.c | 900 void * vecA_void_ptr, * vecB_void_ptr, * vecOut_void_ptr; in test_vx_fp_ops() local 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() 963 memcpy(vecB_void_ptr, inB, 8); in test_vx_fp_ops() 994 memcpy(vecB_void_ptr, &spec_fargs[extra_arg_idx], 8); //src3 in test_vx_fp_ops() 1065 void * vecB_void_ptr; in test_vsx_one_fp_arg() local 1082 vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg() 1084 vecB_void_ptr += dp? 8 : 12; in test_vsx_one_fp_arg() 1110 memcpy(vecB_void_ptr, (void *)&input, 8); in test_vsx_one_fp_arg() 1114 memcpy(vecB_void_ptr, inB, 8); in test_vsx_one_fp_arg() [all …]
|
D | test_isa_2_06_part3.c | 1125 void * inB, * vecB_void_ptr = (void *)&vec_inB; in test_vsx_one_fp_arg() local 1139 vecB_void_ptr += 8; in test_vsx_one_fp_arg() 1140 memcpy(vecB_void_ptr + (j * 8), inB, 8); in test_vsx_one_fp_arg() 1185 memcpy(vecB_void_ptr + ((2 * j * 4) + 4), inB, 4); in test_vsx_one_fp_arg() 1187 memcpy(vecB_void_ptr + ((2 * j * 4) ), inB, 4); in test_vsx_one_fp_arg() 1190 vecB_void_ptr += 12; in test_vsx_one_fp_arg() 1191 memcpy(vecB_void_ptr + (j * 4), inB, 4); in test_vsx_one_fp_arg() 1299 void * vecB_void_ptr = (void *)&vec_inB; in test_int_to_fp_convert() local 1307 memcpy(vecB_void_ptr + ((2 * j * 4) + 4), inB, 4); in test_int_to_fp_convert() 1309 memcpy(vecB_void_ptr + ((2 * j * 4) ), inB, 4); in test_int_to_fp_convert() [all …]
|
D | test_isa_2_06_part2.c | 1265 void * inA, * inB, * vecA_void_ptr, * vecB_void_ptr; in test_vx_simple_scalar_fp_ops() local 1271 vecB_void_ptr = (void *)&vec_inB + 8; in test_vx_simple_scalar_fp_ops() 1274 vecB_void_ptr = (void *)&vec_inB; in test_vx_simple_scalar_fp_ops() 1284 memcpy(vecB_void_ptr, inB, 8); in test_vx_simple_scalar_fp_ops()
|