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

12

/external/clang/test/Analysis/
H A Dnull-deref-ps-region.c7 void f14(int *a) { 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/AArch64/
H A Dldr-pseudo.s148 // CHECK-LABEL: f14:
149 f14: label
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s138 @ CHECK-LABEL: f14:
139 f14: label
H A Dldr-pseudo.s138 @ CHECK-LABEL: f14:
139 f14: label
/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js81 function f14() { function
129 testToStringAndLength("f14", 3);
/external/clang/test/CodeGen/
H A Dswitch.c201 int f14(int x) { function
H A Dfunction-attributes.c65 // CHECK-LABEL: define void @f14
76 void f14(int a) { 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 Dx86_64-arguments.c80 // CHECK: define void @f14({{.*}}, i8 signext %X)
81 void f14(int a, int b, int c, int d, int e, int f, char X) {} function
/external/llvm/test/MC/ELF/
H A Dcfi.s83 f14: label
/external/chromium_org/third_party/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/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js33 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
103 function f14() { function
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp66 void f14(poly16x8_t v) {} function
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp4.c80 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
93 _Decimal64 f14 = val1.dec_val; local
101 __asm__ __volatile__ ("dtstdc 5, %0, 1" : : "f" (f14));
103 __asm__ __volatile__ ("dtstdc 0, %0, 1" : : "f" (f14));
107 __asm__ __volatile__ ("dtstdc 5, %0, 2" : : "f" (f14));
109 __asm__ __volatile__ ("dtstdc 0, %0, 2" : : "f" (f14));
113 __asm__ __volatile__ ("dtstdc 5, %0, 4" : : "f" (f14));
115 __asm__ __volatile__ ("dtstdc 0, %0, 4" : : "f" (f14));
119 __asm__ __volatile__ ("dtstdc 5, %0, 8" : : "f" (f14));
121 __asm__ __volatile__ ("dtstdc 0, %0, 8" : : "f" (f14));
142 _Decimal128 f14 = val1.dec_val128; local
197 _Decimal64 f14 = val1.dec_val; local
246 _Decimal128 f14 = val1.dec_val128; local
300 _Decimal64 f14 = val1.dec_val; local
320 _Decimal128 f14 = val1.dec_val128; local
[all...]
H A Dtest_dfp5.c80 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
95 double f14; local
98 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
101 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
104 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
107 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
119 double f14; local
122 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
125 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
128 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp4.c80 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
93 _Decimal64 f14 = val1.dec_val; local
101 __asm__ __volatile__ ("dtstdc 5, %0, 1" : : "f" (f14));
103 __asm__ __volatile__ ("dtstdc 0, %0, 1" : : "f" (f14));
107 __asm__ __volatile__ ("dtstdc 5, %0, 2" : : "f" (f14));
109 __asm__ __volatile__ ("dtstdc 0, %0, 2" : : "f" (f14));
113 __asm__ __volatile__ ("dtstdc 5, %0, 4" : : "f" (f14));
115 __asm__ __volatile__ ("dtstdc 0, %0, 4" : : "f" (f14));
119 __asm__ __volatile__ ("dtstdc 5, %0, 8" : : "f" (f14));
121 __asm__ __volatile__ ("dtstdc 0, %0, 8" : : "f" (f14));
142 _Decimal128 f14 = val1.dec_val128; local
197 _Decimal64 f14 = val1.dec_val; local
246 _Decimal128 f14 = val1.dec_val128; local
300 _Decimal64 f14 = val1.dec_val; local
320 _Decimal128 f14 = val1.dec_val128; local
[all...]
H A Dtest_dfp5.c80 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
95 double f14; local
98 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
101 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
104 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16));
107 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val3), "f" (f14), "f" (f16));
119 double f14; local
122 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
125 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
128 __asm__ __volatile__ ("dtstsfq %0, %1, %2" : : "i" (BF_val2), "f" (f14), "
[all...]
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h144 f12, f13, f14, f15, // f12 and f14 are arguments FPURegisters. enumerator in enum:v8::internal::Simulator::FPURegister
H A Dassembler-mips.h301 const FPURegister f14 = { 14 }; // Arg 1 in hard float mode. member in namespace:v8::internal
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h173 f12, f13, f14, f15, // f12 and f14 are arguments FPURegisters. enumerator in enum:v8::internal::Simulator::FPURegister
H A Dassembler-mips64.h292 const FPURegister f14 = { 14 }; // Arg 1 in hard float mode. member in namespace:v8::internal

Completed in 3699 milliseconds

12