Searched defs:f14 (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/Analysis/
H A Dnull-deref-ps-region.c7 void f14(int *a) { function
H A Drange_casts.c136 void f14(long foo) function
H A Dmalloc-overflow.c108 void * f14(int n) function
H A Darray-struct.c132 void f14() { function
H A Ddead-stores.c136 int f14(int count) { function
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s139 @ CHECK-LABEL: f14:
140 f14: label
H A Dldr-pseudo.s139 @ CHECK-LABEL: f14:
140 f14: label
/external/clang/test/CodeGen/
H A Dswitch.c201 int f14(int x) { function
H A Darm-arguments.c83 // APCS-GNU-LABEL: define void @f14(
85 // AAPCS-LABEL: define arm_aapcscc i32 @f14()
87 union u14 f14(void) {} function
H A Dstruct.c147 int f14(int i, ...) { function
H A Darm64-arguments.c62 // CHECK: define %union.u14 @f14()
64 union u14 f14(void) {} function
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo.s148 // CHECK-LABEL: f14:
149 f14: label
/external/clang/test/CodeGenCXX/
H A Dtypeid-should-throw.cpp76 void f14(A *x) { typeid((const A &)(A)*x); } function
H A Daarch64-mangle-neon-vectors.cpp66 void f14(poly16x8_t v) {} function
H A Dmangle-abi-tag.cpp157 A14 f14();
159 A14 A14::f14() { function in class:A14
162 // A14[abi:TAG]::f14()
/external/llvm/test/MC/ELF/
H A Dcfi.s83 f14: label
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dcfi.s83 f14: label
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
383 "lwc1 %[f14], 12(%[first]) \n\t"
400 "mul.s %[f3], %[f14], %[f3] \n\t"
405 "nmsub.s %[f2], %[f2], %[f14], %[f1] \n\t"
417 "mul.s %[f1], %[f14], %[f1] \n\t"
418 "mul.s %[f3], %[f14], %[f3] \n\t"
451 "lwc1 %[f14], 12(%[second]) \n\t"
473 "nmsub.s %[f2], %[f2], %[f14], %[f1] \n\t"
474 "madd.s %[f13], %[f13], %[f14], %[f3] \n\t"
484 "mul.s %[f0], %[f14],
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
[all...]
/external/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2_asm.h73 #define f14 $f14 macro
/external/valgrind/none/tests/ppc32/
H A Dtest_dfp4.c85 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
98 _Decimal64 f14 = val1->dec_val; local
106 __asm__ __volatile__ ("dtstdc 5, %0, 1" : : "f" (f14));
108 __asm__ __volatile__ ("dtstdc 0, %0, 1" : : "f" (f14));
112 __asm__ __volatile__ ("dtstdc 5, %0, 2" : : "f" (f14));
114 __asm__ __volatile__ ("dtstdc 0, %0, 2" : : "f" (f14));
118 __asm__ __volatile__ ("dtstdc 5, %0, 4" : : "f" (f14));
120 __asm__ __volatile__ ("dtstdc 0, %0, 4" : : "f" (f14));
124 __asm__ __volatile__ ("dtstdc 5, %0, 8" : : "f" (f14));
126 __asm__ __volatile__ ("dtstdc 0, %0, 8" : : "f" (f14));
147 _Decimal128 f14 = val1->dec_val128; local
202 _Decimal64 f14 = val1->dec_val; local
251 _Decimal128 f14 = val1->dec_val128; local
305 _Decimal64 f14 = val1->dec_val; local
325 _Decimal128 f14 = val1->dec_val128; local
[all...]
H A Dtest_dfp5.c85 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
100 double f14; local
103 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
106 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
109 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
112 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
124 double f14; local
127 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
130 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
133 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "
[all...]
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp4.c85 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
98 _Decimal64 f14 = val1->dec_val; local
106 __asm__ __volatile__ ("dtstdc 5, %0, 1" : : "f" (f14));
108 __asm__ __volatile__ ("dtstdc 0, %0, 1" : : "f" (f14));
112 __asm__ __volatile__ ("dtstdc 5, %0, 2" : : "f" (f14));
114 __asm__ __volatile__ ("dtstdc 0, %0, 2" : : "f" (f14));
118 __asm__ __volatile__ ("dtstdc 5, %0, 4" : : "f" (f14));
120 __asm__ __volatile__ ("dtstdc 0, %0, 4" : : "f" (f14));
124 __asm__ __volatile__ ("dtstdc 5, %0, 8" : : "f" (f14));
126 __asm__ __volatile__ ("dtstdc 0, %0, 8" : : "f" (f14));
147 _Decimal128 f14 = val1->dec_val128; local
202 _Decimal64 f14 = val1->dec_val; local
251 _Decimal128 f14 = val1->dec_val128; local
305 _Decimal64 f14 = val1->dec_val; local
325 _Decimal128 f14 = val1->dec_val128; local
[all...]
H A Dtest_dfp5.c85 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
100 double f14; local
103 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
106 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
109 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
112 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
124 double f14; local
127 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
130 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
133 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ppc_regs.h47 #define f14 14 macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ia64/
H A Deficontext.h113 UINT64 f14[2]; member in struct:__anon20037

Completed in 541 milliseconds

12