HomeSort by: relevance | last modified time | path
    Searched defs:__x0 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
lib2mul.c 60 USItype __x0, __x1, __x2, __x3; local
66 __x0 = (USItype) __ul * __vl;
70 __x1 += ((USItype) (__x0) >> ((4 * 8) / 2));
77 + ((USItype) (__x0) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
lib2mul.c 60 USItype __x0, __x1, __x2, __x3; local
66 __x0 = (USItype) __ul * __vl;
70 __x1 += ((USItype) (__x0) >> ((4 * 8) / 2));
77 + ((USItype) (__x0) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
lib2mul.c 60 USItype __x0, __x1, __x2, __x3; local
66 __x0 = (USItype) __ul * __vl;
70 __x1 += ((USItype) (__x0) >> ((4 * 8) / 2));
77 + ((USItype) (__x0) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
lib2mul.c 60 USItype __x0, __x1, __x2, __x3; local
66 __x0 = (USItype) __ul * __vl;
70 __x1 += ((USItype) (__x0) >> ((4 * 8) / 2));
77 + ((USItype) (__x0) & (((USItype) 1 << ((4 * 8) / 2)) - 1));
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_x86_conversions.h 1681 const auto __x0 = __vector_bitcast<_UInt>(__v0) & 0xff; local
1688 _mm_shuffle_epi8(__to_intrin(__x0 | __x1 | __x2 | __x3),
simd_x86_conversions.h 1681 const auto __x0 = __vector_bitcast<_UInt>(__v0) & 0xff; local
1688 _mm_shuffle_epi8(__to_intrin(__x0 | __x1 | __x2 | __x3),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_x86_conversions.h 1681 const auto __x0 = __vector_bitcast<_UInt>(__v0) & 0xff; local
1688 _mm_shuffle_epi8(__to_intrin(__x0 | __x1 | __x2 | __x3),
simd_x86_conversions.h 1681 const auto __x0 = __vector_bitcast<_UInt>(__v0) & 0xff; local
1688 _mm_shuffle_epi8(__to_intrin(__x0 | __x1 | __x2 | __x3),
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_math.h 290 float __x0 = j0f(__x); local
293 float __x2 = (2 * __i) / __x * __x1 - __x0;
294 __x0 = __x1;
527 float __x0 = y0f(__x); local
530 float __x2 = (2 * __i) / __x * __x1 - __x0;
531 __x0 = __x1;
831 double __x0 = j0(__x); local
834 double __x2 = (2 * __i) / __x * __x1 - __x0;
835 __x0 = __x1;
1074 double __x0 = y0(__x) local
    [all...]
__clang_hip_math.h 290 float __x0 = j0f(__x); local
293 float __x2 = (2 * __i) / __x * __x1 - __x0;
294 __x0 = __x1;
527 float __x0 = y0f(__x); local
530 float __x2 = (2 * __i) / __x * __x1 - __x0;
531 __x0 = __x1;
831 double __x0 = j0(__x); local
834 double __x2 = (2 * __i) / __x * __x1 - __x0;
835 __x0 = __x1;
1074 double __x0 = y0(__x) local
    [all...]

Completed in 107 milliseconds