/external/libopus/celt/ |
D | celt.c | 99 opus_val16 g10, opus_val16 g11, opus_val16 g12) in comb_filter_const_c() argument 112 t = MAC16_32_Q16(t, g11, ADD32(x1,x3)); in comb_filter_const_c() 118 t = MAC16_32_Q16(t, g11, ADD32(x0,x2)); in comb_filter_const_c() 124 t = MAC16_32_Q16(t, g11, ADD32(x4,x1)); in comb_filter_const_c() 130 t = MAC16_32_Q16(t, g11, ADD32(x3,x0)); in comb_filter_const_c() 136 t = MAC16_32_Q16(t, g11, ADD32(x2,x4)); in comb_filter_const_c() 147 t = MAC16_32_Q16(t, g11, ADD32(x1,x3)); in comb_filter_const_c() 163 opus_val16 g10, opus_val16 g11, opus_val16 g12) in comb_filter_const_c() argument 176 + MULT16_32_Q15(g11,ADD32(x1,x3)) in comb_filter_const_c() 196 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local [all …]
|
D | celt.h | 230 opus_val16 g10, opus_val16 g11, opus_val16 g12); 234 # define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \ argument 235 ((void)(arch),comb_filter_const_c(y, x, T, N, g10, g11, g12))
|
/external/libopus/celt/x86/ |
D | pitch_sse.h | 152 opus_val16 g11, 160 # define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \ argument 161 ((void)(arch),comb_filter_const_sse(y, x, T, N, g10, g11, g12)) 181 opus_val16 g11, 184 #define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \ argument 185 ((*COMB_FILTER_CONST_IMPL[(arch) & OPUS_ARCHMASK])(y, x, T, N, g10, g11, g12))
|
D | pitch_sse.c | 134 opus_val16 g10, opus_val16 g11, opus_val16 g12) in comb_filter_const_sse() argument 140 g11v = _mm_load1_ps(&g11); in comb_filter_const_sse() 178 + MULT16_32_Q15(g11,ADD32(x[i-T+1],x[i-T-1])) in comb_filter_const_sse()
|
D | x86_celt_map.c | 141 opus_val16 g11,
|
/external/clang/test/Sema/ |
D | bitfield-layout.c | 225 struct g11 { struct 231 CHECK_SIZE(struct, g11, 24); argument 232 CHECK_ALIGN(struct, g11, 8); 233 CHECK_OFFSET(struct, g11, c, 16); 235 CHECK_SIZE(struct, g11, 16); 236 CHECK_ALIGN(struct, g11, 4); 237 CHECK_OFFSET(struct, g11, c, 12);
|
D | private-extern.c | 48 __private_extern__ int g11; in f5() local 49 __private_extern__ int g11; in f5() local
|
/external/libopus/celt/mips/ |
D | celt_mipsr1.h | 67 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local 85 g11 = MULT16_16_P15(g1, gains[tapset1][1]); in comb_filter() 107 … asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g11)), "r" ((int)ADD32(x3,x1))); in comb_filter() 140 asm volatile("MADD $ac1, %0, %1" : : "r" ((int)g11), "r" ((int)ADD32(x3,x1))); in comb_filter()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | scavenging.ll | 14 @g11 = external global i32 ; <i32*> [#uses=2] 32 %13 = volatile load i32* @g11, align 4 ; <i32> [#uses=2] 35 volatile store i32 %13, i32* @g11, align 4
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-fastcc.ll | 7 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 15 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 23 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 31 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 39 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 47 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 55 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 63 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 71 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 79 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ppc64-fastcc.ll | 7 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 15 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 23 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 31 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 39 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 47 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 55 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 63 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 71 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … 79 …g9, double %f9, <4 x i32> %v9, i64 %g10, double %f10, <4 x i32> %v10, i64 %g11, double %f11, <4 x … [all …]
|
/external/clang/test/CodeGen/ |
D | const-init.c | 70 long g11() { in g11() function 71 static long l0 = (long) g11; in g11()
|
D | tbaa-class.cpp | 173 uint32_t g11(StructC *C, StructD *D, uint64_t count) { in g11() function
|
D | regparm-struct.c | 101 void g11(void) { in g11() function
|
D | tbaa.cpp | 171 uint32_t g11(StructC *C, StructD *D, uint64_t count) { in g11() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | P08214.ll | 22 @g11 = external global i32 109 store i32 1, i32* @g11, align 4, !tbaa !0 127 store i32 1, i32* @g11, align 4, !tbaa !0 139 store i32 1, i32* @g11, align 4, !tbaa !0 151 store i32 1, i32* @g11, align 4, !tbaa !0
|
D | opt-glob-addrs-001.ll | 22 @g11 = external global [0 x i32] 100 %v39 = getelementptr inbounds [0 x i32], [0 x i32]* @g11, i32 0, i32 %v37 134 %v58 = getelementptr inbounds [0 x i32], [0 x i32]* @g11, i32 0, i32 %v56
|
D | save-kill-csr.ll | 24 @g11 = external hidden global [3 x %s.0], align 8 50 …%v11 = select i1 %v10, %s.0* getelementptr inbounds ([3 x %s.0], [3 x %s.0]* @g11, i32 0, i32 0), …
|
/external/llvm/test/CodeGen/XCore/ |
D | scavenging.ll | 15 @g11 = external global i32 ; <i32*> [#uses=2] 33 %13 = load volatile i32, i32* @g11, align 4 ; <i32> [#uses=2] 36 store volatile i32 %13, i32* @g11, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | scavenging.ll | 15 @g11 = external global i32 ; <i32*> [#uses=2] 33 %13 = load volatile i32, i32* @g11, align 4 ; <i32> [#uses=2] 36 store volatile i32 %13, i32* @g11, align 4
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_cols_step1_msa() local 43 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11); in fadst16_cols_step1_msa() 52 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3); in fadst16_cols_step1_msa() 206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_rows_step1_msa() local 227 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11); in fadst16_rows_step1_msa() 236 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3); in fadst16_rows_step1_msa()
|
/external/clang/test/CodeGenObjC/ |
D | encode-test.m | 166 // CHECK: @g11 = constant [2 x i8] c"v\00" 167 const char g11[] = @encode(void); function
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 842 int32 g11 = p1 [1]; in FixIsolatedPixel() local 865 Abs_int32 (g11 - g31) + in FixIsolatedPixel() 872 est1 = g11 + g33; in FixIsolatedPixel() 874 grad1 = Abs_int32 (g11 - g33) + in FixIsolatedPixel() 885 Abs_int32 (g11 - g13) + in FixIsolatedPixel() 1182 int32 g11 = p1 [1 * cs]; in FixSingleColumn() local 1238 (g11 + g13 + g15 + g17) - in FixSingleColumn()
|
/external/clang/test/CodeGenCXX/ |
D | pr12251.cpp | 87 enum e11 g11(enum e11 *x) { in g11() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/ |
D | symtab.ll | 65 @g11 = global i32 0, comdat($g10)
|