Home
last modified time | relevance | path

Searched refs:f5 (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/external/mesa3d/src/mesa/sparc/
Dnorm.S62 fmuls %f0, M4, %f5 ! FGM Group
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
69 fadds %f5, %f6, %f5 ! FGA
73 fadds %f5, %f0, %f5 ! FGA Group stall f0,f5 available
80 fmuls %f5, %f5, %f8 ! FGM Group f5 available
91 fmuls %f5, %f6, %f5
92 st %f5, [%g3 + 0x04] ! out[i][1] = ty * scale
127 fmuls %f0, M4, %f5 ! FGM Group
132 fmuls %f2, M2, %f10 ! FGM Group f5 available
134 fadds %f5, %f6, %f5 ! FGA
[all …]
Dxform.S252 fmuls %f4, M0, %f5 ! FGM Group
255 st M13, [%g2 + 0x04] ! LSU Group, f5 available
256 fadds %f5, M12, %f6 ! FGA
302 fmuls %f4, M0, %f5 ! FGM Group
311 fadds %f5, M12, %f5 ! FGA Group, f5 available
312 st %f5, [%g2 + 0x10] ! LSU
463 fmuls %f0, M3, %f5 ! FGM Group
470 fadds %f5, M15, %f5 ! FGA Group f5 available
478 fadds %f5, %f9, %f5 ! FGA Group f9 available
479 st %f5, [%g2 + 0x0c] ! LSU
[all …]
/external/v8/test/mjsunit/compiler/
Dregress-shared-deopt.js40 var f5 = makeF(5);
55 f5(9);
56 f5(11);
57 %OptimizeFunctionOnNextCall(f5);
58 f5(12);
62 f5(9);
Dvariables.js63 function f5(x) { function
66 assertEquals(5, f5(5));
/external/eigen/unsupported/test/
Dalignedvector3.cpp23 FastType f1(r1), f2(r2), f3(r3), f4(r4), f5(r5), f6(r6); in alignedvector3() local
33 VERIFY_IS_APPROX(f4-=f5,r4-=r5); in alignedvector3()
34 VERIFY_IS_APPROX(f4-=f5+f1,r4-=r5+r1); in alignedvector3()
35 VERIFY_IS_APPROX(f5+f1-s1*f2,r5+r1-s1*r2); in alignedvector3()
36 VERIFY_IS_APPROX(f5+f1/s2-s1*f2,r5+r1/s2-s1*r2); in alignedvector3()
/external/clang/test/CodeGen/
Dmicrosoft-call-conv-x64.c10 void __stdcall f5(void) { in f5() function
20 void (__stdcall *pf5)(void) = f5;
23 f4(); f5(); in main()
Dinline2.c26 extern inline int f5(void);
27 inline int f5(void) { return 0; } in f5() function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9() in test_all()
Dmicrosoft-call-conv.c13 void __stdcall f5(void) { in f5() function
34 void (__stdcall *pf5)(void) = f5;
39 f4(); f5(); f6(); f61(); in main()
Dstruct-passing.c15 void __attribute__((pure)) f5(T1 a);
17 void *ps[] = { f0, f1, f2, f3, f4, f5 };
/external/llvm/test/MC/SystemZ/
Dregs-good.s59 #CHECK: ler %f4, %f5 # encoding: [0x38,0x45]
68 ler %f4,%f5
77 #CHECK: ldr %f4, %f5 # encoding: [0x28,0x45]
86 ldr %f4,%f5
94 #CHECK: lxr %f4, %f5 # encoding: [0xb3,0x65,0x00,0x45]
99 lxr %f4,%f5
124 #CHECK: .cfi_offset %f5, 168
158 .cfi_offset %f5,168
/external/clang/test/CodeGenCXX/
Dvisibility-inlines-hidden.cpp11 static void f5() { } in f5() function
23 static void f5() { } in f5() function
47 X0::f5(); in use()
59 X1<int>::f5(); in use()
/external/llvm/test/CodeGen/XCore/
Depilogue_prologue.ll138 ; CHECKFP-NEXT: bl f5
143 ; CHECKFP-NEXT: bl f5
185 ; CHECK-NEXT: bl f5
189 ; CHECK-NEXT: bl f5
198 declare void @f5(i32*)
203 call void @f5(i32* %1)
205 call void @f5(i32* %2)
217 ; CHECKFP-NEXT: bl f5
227 ; CHECK-NEXT: bl f5
233 call void @f5(i32* %1)
[all …]
/external/clang/test/SemaTemplate/
Ddependent-type-identity.cpp52 void f5(typename T::template apply<U>::type*); // expected-note{{previous}}
53 void f5(typename U::template apply<U>::type*);
54 void f5(typename U::template apply<T>::type*);
55 void f5(typename type::template apply<T>::type*);
56 void f5(typename type::template apply<U_type>::type*); // expected-error{{redeclar}}
Dtemp_func_order.cpp67 int &f5(T&, const U&); // expected-note{{candidate}}
70 float &f5(const T&, U&); // expected-note{{candidate}}
73 f5(i, i); // expected-error{{ambiguous}} in test_f5()
/external/llvm/test/CodeGen/SPARC/
D64abi.ll102 define void @call_floatarg(float %f1, double %d2, float %f5, double *%p) {
103 %r = call double @floatarg(float %f5, double %d2, double %d2, double %d2,
104 float %f5, float %f5, float %f5, float %f5,
105 float %f5, float %f5, float %f5, float %f5,
106 float %f5, float %f5, float %f5, float %f5,
175 ; CHECK: fmovs %f5, %f1
177 define void @call_inreg_fi(i32* %p, i32 %i1, float %f5) {
178 %x = call i32 @inreg_fi(i32 %i1, float %f5)
192 ; CHECK: fmovs %f5, %f1
194 define void @call_inreg_ff(i32* %p, float %f3, float %f5) {
[all …]
/external/llvm/test/tools/gold/
Demit-llvm.ll56 ; CHECK: define linkonce_odr void @f5()
57 ; OPT: define linkonce_odr void @f5()
58 define linkonce_odr void @f5() {
61 @g5 = global void()* @f5
82 ; API: f5 PREVAILING_DEF_IRONLY_EXP
/external/v8/test/mjsunit/
Dswitch.js168 function f5(x) { function
178 assertTrue(f5(-2), "negcase.-2");
179 assertFalse(f5(-1), "negcase.-1");
180 assertTrue(f5(0), "negcase.-0");
181 assertEquals(42, f5(1), "negcase.1");
182 assertFalse(f5(2), "negcase.2");
/external/clang/test/SemaCXX/
Dwarn-unused-parameters.cpp9 template<typename U> U f5(U);
17 template<typename T> template<typename U> U X<T>::f5(U x) { return U(); } // expected-warning{{unus… in f5() function in X
25 x.f5(i); in test_X()
/external/clang/test/SemaObjCXX/
Dconversion-ranking.mm74 void f5(id<P1>); function
77 f5(toB);
78 f5(toC);
79 f5(toBoth);
Dreferences.mm50 void f5(foo&); function
55 f5(*x);
60 f5(ToBar());
/external/llvm/test/Analysis/LazyCallGraph/
Dbasic.ll26 define void @f5() {
75 ; CHECK-NEXT: -> f5
91 store void ()* @f5, void ()** %x
106 @g1 = global [4 x void ()*] [void ()* @f2, void ()* @f3, void ()* @f4, void ()* @f5]
114 ; CHECK-NEXT: -> f5
137 ; CHECK-NEXT: f5
/external/skia/include/core/
DSkEndian.h173 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ argument
179 SK_OT_BYTE f5 : 1; \
183 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ argument
186 SK_OT_BYTE f5 : 1; \
/external/llvm/test/CodeGen/X86/
Dtls-models.ll97 define i32* @f5() {
102 ; X64-LABEL: f5:
104 ; X32-LABEL: f5:
106 ; X64_PIC-LABEL: f5:
108 ; X32_PIC-LABEL: f5:
110 ; DARWIN-LABEL: f5:
Dcoff-comdat.ll27 $f5 = comdat samesize
28 @v5 = global i32 0, comdat($f5)
29 define void @f5() comdat($f5) {
/external/clang/test/Parser/
Dcxx-stmt.cpp57 void f5() {
66 return f5(), // ok

12345678910>>...28