Searched refs:vec_in (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | jm-insns.c | 6262 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_one_arg() local 6274 vec_in = (vector unsigned int)viargs[i]; in test_av_int_one_arg() 6284 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in)); in test_av_int_one_arg() 6300 src = (unsigned int*)&vec_in; in test_av_int_one_arg() 6854 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_ld_two_regs() local 6895 vec_in = (vector unsigned int)viargs[i]; in test_av_int_ld_two_regs() 6896 src = (unsigned int*)&vec_in; in test_av_int_ld_two_regs() 6938 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_st_three_regs() local 6951 vec_in = (vector unsigned int)viargs[i]; in test_av_int_st_three_regs() 6968 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in)); in test_av_int_st_three_regs() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | jm-insns.c | 6262 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_one_arg() local 6274 vec_in = (vector unsigned int)viargs[i]; in test_av_int_one_arg() 6284 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in)); in test_av_int_one_arg() 6300 src = (unsigned int*)&vec_in; in test_av_int_one_arg() 6854 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_ld_two_regs() local 6895 vec_in = (vector unsigned int)viargs[i]; in test_av_int_ld_two_regs() 6896 src = (unsigned int*)&vec_in; in test_av_int_ld_two_regs() 6938 volatile vector unsigned int vec_in, vec_out, vscr; in test_av_int_st_three_regs() local 6951 vec_in = (vector unsigned int)viargs[i]; in test_av_int_st_three_regs() 6968 __asm__ __volatile__ ("vor 14,%0,%0" : : "v" (vec_in)); in test_av_int_st_three_regs() [all …]
|