Home | History | Annotate | Download | only in target-arm

Lines Matching full:tmp2

1069     uint64_t tmp2;
1073 tmp2 = b & 0xffff0000ffff0000ull;
1074 tmp2 += (b << 16) & 0xffff0000ffff0000ull;
1077 | ((tmp2 << 16) & 0xffff00000000ull)
1078 | ( tmp2 & 0xffff000000000000ull);