Home
last modified time | relevance | path

Searched refs:f7 (Results 1 – 25 of 187) sorted by relevance

12345678

/external/llvm/test/MC/Mips/
Dmips-fpu-instructions.s10 # CHECK: abs.s $f6, $f7 # encoding: [0x85,0x39,0x00,0x46]
12 # CHECK: add.s $f9, $f6, $f7 # encoding: [0x40,0x32,0x07,0x46]
14 # CHECK: floor.w.s $f6, $f7 # encoding: [0x8f,0x39,0x00,0x46]
16 # CHECK: ceil.w.s $f6, $f7 # encoding: [0x8e,0x39,0x00,0x46]
18 # CHECK: mul.s $f9, $f6, $f7 # encoding: [0x42,0x32,0x07,0x46]
20 # CHECK: neg.s $f6, $f7 # encoding: [0x87,0x39,0x00,0x46]
22 # CHECK: round.w.s $f6, $f7 # encoding: [0x8c,0x39,0x00,0x46]
24 # CHECK: sqrt.s $f6, $f7 # encoding: [0x84,0x39,0x00,0x46]
26 # CHECK: sub.s $f9, $f6, $f7 # encoding: [0x41,0x32,0x07,0x46]
28 # CHECK: trunc.w.s $f6, $f7 # encoding: [0x8d,0x39,0x00,0x46]
[all …]
/external/llvm/test/MC/Disassembler/Mips/
Dmips32r2.txt6 # CHECK: abs.s $f6, $f7
15 # CHECK: add.s $f9, $f6, $f7
63 # CHECK: c.eq.s $f6, $f7
69 # CHECK: c.f.s $f6, $f7
75 # CHECK: c.le.s $f6, $f7
81 # CHECK: c.lt.s $f6, $f7
87 # CHECK: c.nge.s $f6, $f7
93 # CHECK: c.ngl.s $f6, $f7
99 # CHECK: c.ngle.s $f6, $f7
105 # CHECK: c.ngt.s $f6, $f7
[all …]
Dmips32r2_le.txt6 # CHECK: abs.s $f6, $f7
15 # CHECK: add.s $f9, $f6, $f7
63 # CHECK: c.eq.s $f6, $f7
69 # CHECK: c.f.s $f6, $f7
75 # CHECK: c.le.s $f6, $f7
81 # CHECK: c.lt.s $f6, $f7
87 # CHECK: c.nge.s $f6, $f7
93 # CHECK: c.ngl.s $f6, $f7
99 # CHECK: c.ngle.s $f6, $f7
105 # CHECK: c.ngt.s $f6, $f7
[all …]
Dmips32_le.txt6 # CHECK: abs.s $f6, $f7
15 # CHECK: add.s $f9, $f6, $f7
63 # CHECK: c.eq.s $f6, $f7
69 # CHECK: c.f.s $f6, $f7
75 # CHECK: c.le.s $f6, $f7
81 # CHECK: c.lt.s $f6, $f7
87 # CHECK: c.nge.s $f6, $f7
93 # CHECK: c.ngl.s $f6, $f7
99 # CHECK: c.ngle.s $f6, $f7
105 # CHECK: c.ngt.s $f6, $f7
[all …]
Dmips32.txt6 # CHECK: abs.s $f6, $f7
15 # CHECK: add.s $f9, $f6, $f7
63 # CHECK: c.eq.s $f6, $f7
69 # CHECK: c.f.s $f6, $f7
75 # CHECK: c.le.s $f6, $f7
81 # CHECK: c.lt.s $f6, $f7
87 # CHECK: c.nge.s $f6, $f7
93 # CHECK: c.ngl.s $f6, $f7
99 # CHECK: c.ngle.s $f6, $f7
105 # CHECK: c.ngt.s $f6, $f7
[all …]
/external/v8/test/mjsunit/
Dswitch.js266 function f7(value) { function
300 assertEquals("default", f7(0.1), "0-1-switch.double-0.1");
301 assertEquals("0", f7(-0), "0-1-switch.double-neg0");
302 assertEquals("MaxSmi", f7((1<<30)-1), "0-1-switch.maxsmi");
303 assertEquals("MinSmi", f7(-(1<<30)), "0-1-switch.minsmi");
304 assertEquals("default", f7(1<<30), "0-1-switch.maxsmi++");
305 assertEquals("default", f7(-(1<<30)-1), "0-1-switch.minsmi--");
306 assertEquals("A", f7((170/16)-(170%16/16)), "0-1-switch.heapnum");
/external/clang/test/CodeGen/
Dinline2.c36 extern inline int f7(void);
37 extern int f7(void) { return 0; } in f7() function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9() in test_all()
Dmicrosoft-call-conv-x64.c35 void __stdcall f7(foo) int foo; {} in f7() function
37 f7(0); in f8()
Dmicrosoft-call-conv.c46 void __stdcall f7(foo) int foo; {} in f7() function
48 f7(0); in f8()
/external/oprofile/libutil++/tests/
Dstring_filter_tests.cpp61 string_filter f7(v1, v2); in main() local
62 check(f7, "ok", true); in main()
63 check(f7, "ok2", true); in main()
64 check(f7, "no", false); in main()
Dpath_filter_tests.cpp69 path_filter f7(".", ""); in main() local
70 check(f7, ".", true); in main()
75 check(f7, "foo", true); in main()
/external/clang/test/Sema/
Dwarn-unused-function.c25 static void f7(void);
27 void f9(void) { f8(f7); } in f9()
28 static void f7(void) {} in f7() function
Dattr-availability.c37 void f7(int) __attribute__((availability(ios,introduced=2.0)));
38 void f7(int) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{previous attribu…
39 void f7(int) __attribute__((availability(ios,deprecated=4.0))); // expected-warning {{availability …
/external/clang/test/SemaCXX/
Ddcl_ambig_res.cpp61 void f7(int(C7)) { } // expected-note{{candidate}} in f7() function
64 f7(1); // expected-error{{no matching function}} in foo7()
65 f7(g7); //OK in foo7()
/external/clang/test/SemaTemplate/
Ddependent-type-identity.cpp63 void f7(typename N::X2<T>::template apply<U> *); // expected-note{{previous}}
64 void f7(typename N::X2<U>::template apply<U> *);
65 void f7(typename N::X2<U>::template apply<T> *);
66 void f7(typename X2<type>::template apply<U_type> *); // expected-error{{redeclar}}
/external/libffi/testsuite/libffi.call/
Dmany.c18 float f7, in many() argument
29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, in many()
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in many()
Dmany_win32.c18 float f7, in stdcall_many() argument
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in stdcall_many()
/external/skia/include/core/
DSkEndian.h130 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ argument
138 SK_OT_BYTE f7 : 1;
140 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ argument
141 SK_OT_BYTE f7 : 1; \
/external/skia/legacy/include/core/
DSkEndian.h130 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ argument
138 SK_OT_BYTE f7 : 1;
140 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ argument
141 SK_OT_BYTE f7 : 1; \
/external/llvm/test/CodeGen/X86/
Dtls-models.ll134 define i32* @f7() {
139 ; X64: f7:
141 ; X32: f7:
143 ; X64_PIC: f7:
145 ; X32_PIC: f7:
147 ; DARWIN: f7:
/external/clang/test/SemaObjCXX/
Darc-overloading.mm119 void f7(__strong id&); // expected-note{{candidate function not viable: 1st argument ('__weak id') … function
128 f7(strong_id);
129 f7(weak_id); // expected-error{{no matching function for call to 'f7'}}
130 f7(autoreleasing_id); // expected-error{{no matching function for call to 'f7'}}
131 f7(unsafe_id); // expected-error{{no matching function for call to 'f7'}}
/external/llvm/test/CodeGen/ARM/
Dfpcmp_ueq.ll4 define i32 @f7(float %a, float %b) {
6 ; CHECK: f7:
/external/clang/test/CodeGenCXX/
Dmangle-variadic-templates.cpp65 template_tuple<Templates...> f7() {} in f7() function
67 template template_tuple<identity, add_reference> f7();
/external/v8/test/mjsunit/compiler/
Dloopcount.js62 function f7() { function
68 assertEquals(0x40000001, f7());
/external/clang/test/CXX/except/except.spec/
Dp5-virtual.cpp35 virtual void f7() noexcept;
71 virtual void f7() noexcept;

12345678