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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
f16cintrin.h 40 __v8hi __H = __extension__ (__v8hi){ (short) __S, 0, 0, 0, 0, 0, 0, 0 };
41 __v4sf __A = __builtin_ia32_vcvtph2ps (__H);
62 __v8hi __H = __builtin_ia32_vcvtps2ph (__A, __I);
63 return (unsigned short) __builtin_ia32_vec_ext_v8hi (__H, 0);
82 __v8hi __H = __builtin_ia32_vcvtps2ph (__A, __I); \
83 (unsigned short) __builtin_ia32_vec_ext_v8hi (__H, 0); \
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
f16cintrin.h 40 __v8hi __H = __extension__ (__v8hi){ (short) __S, 0, 0, 0, 0, 0, 0, 0 };
41 __v4sf __A = __builtin_ia32_vcvtph2ps (__H);
62 __v8hi __H = __builtin_ia32_vcvtps2ph (__A, __I);
63 return (unsigned short) __builtin_ia32_vec_ext_v8hi (__H, 0);
82 __v8hi __H = __builtin_ia32_vcvtps2ph (__A, __I); \
83 (unsigned short) __builtin_ia32_vec_ext_v8hi (__H, 0); \

Completed in 21 milliseconds