Searched refs:f10 (Results 1 - 25 of 112) sorted by relevance

12345

/external/clang/test/Sema/
H A Dwarn-unused-function.c37 static void f10(void); // expected-warning{{unused}}
38 static void f10(void);
H A Dattr-args.c13 inline __attribute__((unused(a))) void *f10(); // expected-error {{'unused' attribute takes no arguments}}
H A Dpragma-unused.c47 int f10(int x) { function
/external/v8/test/cctest/
H A Dtest-disasm-mips.cc805 COMPARE(abs_d(f10, f12), "46206285 abs.d f10, f12");
925 COMPARE(sub_s(f10, f8, f6), "46064281 sub.s f10, f8, f6");
926 COMPARE(sub_d(f10, f8, f6), "46264281 sub.d f10, f8, f6");
981 COMPARE(c_s(F, f8, f10, 0), "460a4030 c.f.s f8, f10, cc(0)");
982 COMPARE(c_d(F, f8, f10, 0), "462a4030 c.f.d f8, f10, c
[all...]
H A Dtest-disasm-mips64.cc725 COMPARE(abs_d(f10, f12), "46206285 abs.d f10, f12");
862 COMPARE(sub_s(f10, f8, f6), "46064281 sub.s f10, f8, f6");
863 COMPARE(sub_d(f10, f8, f6), "46264281 sub.d f10, f8, f6");
1165 COMPARE(c_s(F, f8, f10, 0), "460a4030 c.f.s f8, f10, cc(0)");
1166 COMPARE(c_d(F, f8, f10, 0), "462a4030 c.f.d f8, f10, c
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp38 virtual void f10() noexcept(false);
74 virtual void f10() noexcept(false);
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp74 template<typename ...T> void f10(ArrayOfN<T...> &) {} function
77 template void f10<int, float>(int (&)[2]);
H A Dmangle-neon-vectors.cpp69 void f10(poly16x8_t v) {} function
H A Dtypeid-should-throw.cpp57 void f10(A *x, A *y) { typeid(*y ?: *x); } function
/external/v8/test/mjsunit/compiler/
H A Dloopcount.js89 function f10(x) { function
92 f10(42);
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp16 int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} typedef
/external/clang/test/CodeGen/
H A Dfunction-attributes.c50 int f10(void) { return f10_t(); } function
H A Dmicrosoft-call-conv.c65 void __fastcall f10(int x, ...) {}; function
66 // WIN: define void @f10({{.*}})
H A Dswitch.c137 // CHECK-LABEL: define i32 @f10()
149 int f10() { function
H A Dwasm-arguments.c91 // WEBASSEMBLY32: define void @f10(%struct.bitfield1* byval align 4 %bf1)
92 // WEBASSEMBLY64: define void @f10(%struct.bitfield1* byval align 4 %bf1)
93 void f10(bitfield1 bf1) {} function
H A Dx86_64-arguments-nacl.c49 // CHECK-LABEL: define void @f10(i64 %a0.coerce)
51 void f10(struct s10 a0) {} function
/external/llvm/test/MC/Mips/
H A Dmips-reginfo-fp32.s29 # ceil.w.s - Reads $f8 and writes to $f10.
30 ceil.w.s $f10, $f8
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips32r2.s10 msub.d $f10,$f1,$f31,$f18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 msub.s $f12,$f19,$f10,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/v8/test/webkit/
H A DtoString-elision-trailing-comma.js65 function f10() { function
125 testToStringAndLength("f10", 5);
/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
379 "lwc1 %[f10], 4(%[p1_rdft]) \n\t"
396 "mul.s %[f8], %[f10], %[f8] \n\t"
401 "nmsub.s %[f4], %[f4], %[f10], %[f6] \n\t"
408 "mul.s %[f7], %[f10], %[f6] \n\t"
410 "mul.s %[f8], %[f10], %[f8] \n\t"
462 "mul.s %[f4], %[f10], %[f8] \n\t"
464 "mul.s %[f10], %[f10], %[f6] \n\t"
470 "nmsub.s %[f10],
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/llvm/test/MC/SystemZ/
H A Dregs-good.s62 #CHECK: ler %f10, %f11 # encoding: [0x38,0xab]
71 ler %f10,%f11
80 #CHECK: ldr %f10, %f11 # encoding: [0x28,0xab]
89 ldr %f10,%f11
129 #CHECK: .cfi_offset %f10, 208
163 .cfi_offset %f10,208
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame.s18 std %f10, 176(%r15)
26 .cfi_offset %f10, -208
/external/mesa3d/src/mesa/sparc/
H A Dnorm.S67 fmuls %f2, M2, %f10 ! FGM Group f5 available
72 fadds %f3, %f10, %f3 ! FGA Group f10 available
81 fmuls %f7, %f7, %f10 ! FGM Group f7 available
83 fadds %f6, %f10, %f6 ! FGA Group 4cyc stall f6,f10 available
132 fmuls %f2, M2, %f10 ! FGM Group f5 available
137 fadds %f3, %f10, %f3 ! FGA Group f10 available
208 fmuls %f7, %f7, %f10 ! FG
[all...]
/external/clang/test/Analysis/
H A Dmalloc-overflow.c68 void * f10(int n) function
H A Duninit-const.cpp12 int f10(void) { function

Completed in 3189 milliseconds

12345