/external/clang/test/CodeGen/ |
D | bitfield-2.c | 213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable 229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local 231 res ^= g5.f0 ^ g5.f1 ^ g5.f2; in test_5() 232 res ^= f5_load(&g5) ^ f5_store(&g5) ^ f5_reload(&g5); in test_5() 233 res ^= g5.f0 ^ g5.f1 ^ g5.f2; in test_5()
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc_clip.S | 107 ld [%i0 + 0x0c], %g5 ! LSU Group 110 addcc %g5, %g5, %g5 ! IEU1 Group 114 subcc %g5, %g4, %g0 ! IEU1 Group 119 subcc %g5, %g4, %g0 ! IEU1 Group 124 subcc %g5, %g4, %g0 ! IEU1 Group 194 1: ld [%i0 + 0x0c], %g5 ! LSU Group 196 addcc %g5, %g5, %g5 ! IEU1 Group 200 subcc %g5, %g4, %g0 ! IEU1 Group 205 subcc %g5, %g4, %g0 ! IEU1 Group 210 subcc %g5, %g4, %g0 ! IEU1 Group
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64spill.ll | 13 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 24 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 35 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 47 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 58 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 69 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 80 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 91 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 102 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 113 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~…
|
/external/clang/test/SemaTemplate/ |
D | current-instantiation.cpp | 55 void g5(T&); // expected-note{{previous}} 56 void g5(typename X0::U_type&); 57 void g5(typename X0::X1::my_T_type&); // expected-error{{redecl}} 128 void g5(T&); // expected-note{{previous}} 129 void g5(typename X0::U_type&); 130 void g5(typename X0::X2::my_T_type&); // expected-error{{redecl}}
|
/external/clang/test/CodeGenCXX/ |
D | mangle-literal-suffix.cpp | 13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function 14 template void g5<int>(char (&)[sizeof(int)]);
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-07-10-SplatMiscompile.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm
|
D | 2006-08-11-RetVector.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsldoi 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vor
|
D | 2010-05-03-retaddr1.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 | FileCheck %s 2 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 -regalloc=basic | FileCheck %s
|
D | mem-rr-addr-mode.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep li.*16 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep addi
|
D | vector-identity-shuffle.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep test: 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vperm
|
D | i64_fp.ll | 8 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mcpu=g5 | \ 10 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mcpu=g5 | \
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 14 int(*g5)(const int, int) = f2; in good() local 31 int (*g5)(int) = f1; in bad() local
|
/external/v8/test/mjsunit/es6/ |
D | default-parameters.js | 61 var g5 = (x, y = () => x) => { return x + y(); }; function in TestDefaults 62 assertEquals(8, g5(4)); 63 assertEquals(8, g5(4, undefined)); 64 assertEquals(6, g5(4, () => 2)); 113 var g5 = (a = () => x) => { var x; return a(); }; function in TestParameterScopingSloppy 114 assertEquals(1, g5()); 157 var g5 = (a = () => eval("x")) => { var x; return a(); }; function in TestParameterScopingStrict 158 assertEquals(1, g5());
|
D | tail-call.js | 328 function g5(a) { function 329 return f([f, g5, test], true) && 330 (f([f, g5, test], false) || f([f, test], true)); 368 assertEquals(true, g5()); 408 function g5() { function 419 assertEquals(153, g5());
|
D | generators-objects.js | 40 function* g5(l) { "use strict"; yield 1; for (let x in l) { yield x; } } generator in TestContextAllocation 46 g5(["foo"]);
|
/external/clang/test/Sema/ |
D | private-extern.c | 19 __private_extern__ int g5; // expected-note{{previous declaration}} variable 20 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
|
D | align-x86.c | 13 unsigned long long g5; variable 14 short chk1[__alignof__(g5) == 8 ? 1 : -1];
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-cxx03-extra-copy.cpp | 53 void g5(const X5&); 60 g5(X5()); // Generates a warning in the default argument. in test()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | addrspacecast-gvar.ll | 7 ; CHECK: .visible .global .align 8 .u32 g5[2] = {0, generic(g)+8}; 13 @g5 = constant {i32*, i32*} {i32* null, i32* addrspacecast (i32 addrspace(1)* getelementptr (i32, i…
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-virtual.cpp | 52 virtual void g5() throw(A); // expected-note {{overridden virtual function is here}} 88 …virtual void g5() throw(P); // expected-error {{exception specification of overriding function is …
|
/external/v8/test/mjsunit/ |
D | global-infinity.js | 56 function g5() { return Infinity == (1/0); } function 57 test(true, g5);
|
D | global-infinity-strict.js | 65 function g5() { return Infinity == (1/0); } function 66 test(true, g5);
|
D | global-nan.js | 56 function g5() { return NaN == (0/0); } function 57 test(false, g5);
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p3-0x.cpp | 37 auto g5() noexcept(noexcept(this->f(ptr))) -> decltype(this->f(ptr)); 48 int &ir3 = ci.g5(); in test_C() 56 static_assert(!noexcept(ci.g5()), "exception-specification failure"); in test_C()
|
/external/v8/test/mjsunit/es8/ |
D | syntactic-tail-call.js | 328 function g5(a) { function 329 return f([f, g5, test], true) && 330 (f([f, g5, test], false) || continue f([f, test], true)); 368 assertEquals(true, g5()); 396 function g5() { function 405 assertEquals(153, g5());
|