Searched refs:vec_inC (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_07_part1.c | 184 static vector unsigned long long vec_out, vec_inA, vec_inB, vec_inC; variable 579 …volatile__ ("vpermxor %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vpermxor() 733 …volatile__ ("vaddecuq %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vaddecuq() 738 …volatile__ ("vaddeuqm %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vaddeuqm() 753 …volatile__ ("vsubecuq %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vsubecuq() 758 …volatile__ ("vsubeuqm %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vsubeuqm() 1687 vec_inC = (vector unsigned long long){ cin_vals[k+1], cin_vals[k] }; in test_av_dint_three_args() 1689 vec_inC = (vector unsigned long long){ cin_vals[k], cin_vals[k+1] }; in test_av_dint_three_args() 1692 vec_inC = (vector unsigned long long){ vdargs[k+1], vdargs[k] }; in test_av_dint_three_args() 1694 vec_inC = (vector unsigned long long){ vdargs[k], vdargs[k+1] }; in test_av_dint_three_args()
|
D | test_isa_2_06_part2.c | 572 static vector unsigned int vec_out, vec_inA, vec_inB, vec_inC; variable 793 memcpy(&vec_inC, xc, 16); in test_xxsel() 796 …e__ ("xxsel %x0, %x1, %x2, %x3" : "=wa" (vec_out): "wa" (vec_inA),"wa" (vec_inB),"wa" (vec_inC)); in test_xxsel()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_07_part1.c | 184 static vector unsigned long long vec_out, vec_inA, vec_inB, vec_inC; variable 579 …volatile__ ("vpermxor %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vpermxor() 733 …volatile__ ("vaddecuq %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vaddecuq() 738 …volatile__ ("vaddeuqm %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vaddeuqm() 753 …volatile__ ("vsubecuq %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vsubecuq() 758 …volatile__ ("vsubeuqm %0, %1, %2, %3" : "=v" (vec_out): "v" (vec_inA),"v" (vec_inB),"v" (vec_inC)); in test_vsubeuqm() 1687 vec_inC = (vector unsigned long long){ cin_vals[k+1], cin_vals[k] }; in test_av_dint_three_args() 1689 vec_inC = (vector unsigned long long){ cin_vals[k], cin_vals[k+1] }; in test_av_dint_three_args() 1692 vec_inC = (vector unsigned long long){ vdargs[k+1], vdargs[k] }; in test_av_dint_three_args() 1694 vec_inC = (vector unsigned long long){ vdargs[k], vdargs[k+1] }; in test_av_dint_three_args()
|
D | test_isa_2_06_part2.c | 572 static vector unsigned int vec_out, vec_inA, vec_inB, vec_inC; variable 793 memcpy(&vec_inC, xc, 16); in test_xxsel() 796 …e__ ("xxsel %x0, %x1, %x2, %x3" : "=wa" (vec_out): "wa" (vec_inA),"wa" (vec_inB),"wa" (vec_inC)); in test_xxsel()
|