Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc32/
DtestVMX.c5730 long long int LLaux; in part4() local
6144 LLaux = (long long int) Iaux1.e[2*i] + Iaux1.e[(2*i)+1] + Iaux2.e[(2*i)+1]; in part4()
6145 if (LLaux > INT_MAX) in part4()
6149 else if (LLaux < INT_MIN) in part4()
6153 else Iaux = (signed int) LLaux; in part4()
6172 LLaux = (long long int) Iaux1.e[0] + Iaux1.e[1] + Iaux1.e[2] + Iaux1.e[3] + Iaux2.e[3]; in part4()
6173 if (LLaux > INT_MAX) in part4()
6177 else if (LLaux < INT_MIN) in part4()
6181 else Iaux = (signed int) LLaux; in part4()
6192 LLaux = (long long int) Iaux1.e[0] + Iaux1.e[1] + Iaux1.e[2] + Iaux1.e[3] + Iaux2.e[3]; in part4()
[all …]