Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/uuid/
Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13…
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
Duuid.h.in58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13…
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/external/clang/test/CodeGen/
Darm-arguments.c72 union u12 { char f0; short f1; int f2; }; union
73 union u12 f12(void) {} in f12()
Darm64-arguments.c55 union u12 { char f0; short f1; int f2; }; union
56 union u12 f12(void) {} in f12()
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_ssse3.c742 __m128i u8, u9, u10, u11, u12, u13, u14, u15; in idct32_8x32_135_quarter_2() local
761 u12 = _mm_mulhrs_epi16(in[6], stk2_7); in idct32_8x32_135_quarter_2()
768 v12 = _mm_add_epi16(u12, u13); in idct32_8x32_135_quarter_2()
769 v13 = _mm_sub_epi16(u12, u13); in idct32_8x32_135_quarter_2()
1037 __m128i u8, u9, u10, u11, u12, u13, u14, u15; // stp2_ in idct32_full_8x32_quarter_2() local
1060 butterfly(&in[26], &in[6], &stg2_6, &stg2_7, &u11, &u12); in idct32_full_8x32_quarter_2()
1065 v12 = _mm_add_epi16(u12, u13); in idct32_full_8x32_quarter_2()
1066 v13 = _mm_sub_epi16(u12, u13); in idct32_full_8x32_quarter_2()
Dinv_txfm_sse2.c382 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; in iadst8_sse2() local
425 u12 = _mm_madd_epi16(s6, k__cospi_p26_p06); in iadst8_sse2()
435 w4 = _mm_add_epi32(u4, u12); in iadst8_sse2()
443 w12 = _mm_sub_epi32(u4, u12); in iadst8_sse2()
478 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS); in iadst8_sse2()
490 in[6] = _mm_packs_epi32(u12, u13); in iadst8_sse2()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_intrin_sse2.c919 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; in fadst8_sse2() local
959 u12 = _mm_madd_epi16(s6, k__cospi_p26_p06); in fadst8_sse2()
969 w4 = _mm_add_epi32(u4, u12); in fadst8_sse2()
977 w12 = _mm_sub_epi32(u4, u12); in fadst8_sse2()
1012 u12 = _mm_srai_epi32(v12, DCT_CONST_BITS); in fadst8_sse2()
1024 in[6] = _mm_packs_epi32(u12, u13); in fadst8_sse2()
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp471 constexpr bool u12 = 0 >= q; // expected-error {{constant expression}} variable
/external/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td99 let FastIselShouldIgnore = 1 in // FastIsel should ignore all u12 instrs.
100 def u12 : ImmLeaf<i32, [{ return (Imm & 0xFFF) == Imm; }]>;
443 [(set v4f64:$FRT, (PPCqvgpci (u12:$idx)))]>;
989 def : Pat<(int_ppc_qpx_qvgpci (u12:$idx)),