/external/llvm/test/MC/Sparc/ |
D | sparcv9-instructions.s | 115 ! V8-NEXT: wrpr %g6,%i6,%tpc 116 ! V9: wrpr %g6, %fp, %tpc ! encoding: [0x81,0x91,0x80,0x1e] 117 wrpr %g6,%i6,%tpc 119 ! V8-NEXT: wrpr %g6,%i6,%tnpc 120 ! V9: wrpr %g6, %fp, %tnpc ! encoding: [0x83,0x91,0x80,0x1e] 121 wrpr %g6,%i6,%tnpc 123 ! V8-NEXT: wrpr %g6,%i6,%tstate 124 ! V9: wrpr %g6, %fp, %tstate ! encoding: [0x85,0x91,0x80,0x1e] 125 wrpr %g6,%i6,%tstate 127 ! V8-NEXT: wrpr %g6,%i6,%tt [all …]
|
D | sparc-special-registers.s | 55 ! CHECK: std %fq, [%g6+%i2] ! encoding: [0xc1,0x31,0x80,0x1a] 56 std %fq, [%g6 + %i2]
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64spill.ll | 13 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 24 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 35 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 47 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 58 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 69 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 80 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 91 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 102 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 113 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~…
|
D | spill.ll | 18 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~… 33 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~…
|
/external/clang/test/SemaTemplate/ |
D | current-instantiation.cpp | 59 void g6(T&); // expected-note{{previous}} 60 void g6(typename X0::U_type&); 61 void g6(typename X0<T, U>::X1::my_T_type&); // expected-error{{redecl}} 132 void g6(T&); // expected-note{{previous}} 133 void g6(typename X0::U_type&); 134 void g6(typename X0<T*, U*>::X2::my_T_type&); // expected-error{{redecl}}
|
/external/clang/test/CodeGen/ |
D | bitfield-2.c | 243 struct s6 g6 = { 0xF }; variable 259 struct s6 g6 = { 0xF }; in test_6() local 261 res ^= g6.f0; in test_6() 262 res ^= f6_load(&g6); in test_6() 263 res ^= g6.f0; in test_6()
|
/external/clang/test/CodeGenCXX/ |
D | mangle-literal-suffix.cpp | 17 template <class T> void g6(char (&buffer)[sizeof(T() + 5L)]) {} in g6() function 18 template void g6<int>(char (&)[sizeof(long int)]);
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 15 int(*g6)(volatile int, int) = f2; in good() local 34 int (*g6)(int, int, int) = f1; in bad() local
|
/external/clang/test/Sema/ |
D | private-extern.c | 23 int g6; // expected-note {{previous}} in f0() local 24 extern int g6; // expected-error {{extern declaration of 'g6' follows non-extern declaration}} in f0()
|
D | align-x86.c | 26 double g6[3]; variable 27 short chk1[__alignof__(g6) == 8 ? 1 : -1];
|
D | bitfield-layout.c | 174 struct __attribute__((packed)) g6 { struct 178 CHECK_SIZE(struct, g6, 4); argument 179 CHECK_ALIGN(struct, g6, 1);
|
D | no-documentation-warn-tagdecl-specifier.c | 76 enum e6* g6(void);
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | OilPaint.miff | 15 …g6/g6/f6.f6.s=2s=2_R07-07-07-07-7:27:24;.4;.4;.4;.4;.^�M^�M^�M^�M^�Ma�KhaQicRicRicRicRicRicRicRic…
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-virtual.cpp | 54 virtual void g6() noexcept; // expected-note {{overridden virtual function is here}} 90 …virtual void g6() noexcept(false); // expected-error {{exception specification of overriding funct…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | scavenging.ll | 9 @g6 = external global i32 ; <i32*> [#uses=2] 27 %8 = volatile load i32* @g6, align 4 ; <i32> [#uses=1] 40 volatile store i32 %8, i32* @g6, align 4
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p3-0x.cpp | 38 auto g6() const noexcept(noexcept(this->f(((this))->ptr))) -> decltype(this->f(ptr)); 49 float &fr3 = ci.g6(); in test_C() 57 static_assert(noexcept(ci.g6()), "exception-specification failure"); in test_C()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-fastcc.ll | 7 …4 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i3… 15 …4 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i3… 23 …4 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i3… 31 …4 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i3… 39 …4 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i3… 47 …g6(i64 %g1, double %f1, <4 x i32> %v1, i64 %g2, double %f2, <4 x i32> %v2, i64 %g3, double %f3, <4… 48 ret i64 %g6 50 ; CHECK-LABEL: @g6 55 …4 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i3… 63 …4 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i3… [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | spill-copy-acreg.ll | 25 @g6 = common global <2 x i16> zeroinitializer, align 4 36 %3 = load <2 x i16>, <2 x i16>* @g6, align 4
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
D | loads.ll | 124 @g6 = constant [2 x i8*] [i8* inttoptr (i64 1 to i8*), i8* inttoptr (i64 2 to i8*)] 127 %tmp = load i64* bitcast ([2 x i8*]* @g6 to i64*) 135 %tmp = load i64* bitcast (i8** getelementptr inbounds ([2 x i8*]* @g6, i32 0, i64 1) to i64*)
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/ |
D | touch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log | 244 g6 442 g6 640 g6 841 g6 1039 g6 1237 g6 1438 g6 1636 g6 1834 g6 2034 g6 [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log | 244 g6 442 g6 643 g6 841 g6 1065 g6 1281 g6 1552 g6 1814 g6 2078 g6 2340 g6 [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log | 244 g6 442 g6 643 g6 841 g6 1065 g6 1281 g6 1552 g6 1814 g6 2078 g6 2340 g6 [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log | 244 g6 442 g6 643 g6 841 g6 1065 g6 1281 g6 1552 g6 1814 g6 2078 g6 2340 g6 [all …]
|
/external/llvm/test/CodeGen/XCore/ |
D | scavenging.ll | 10 @g6 = external global i32 ; <i32*> [#uses=2] 28 %8 = load volatile i32, i32* @g6, align 4 ; <i32> [#uses=1] 41 store volatile i32 %8, i32* @g6, align 4
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20140116_103521.log | 244 g6 445 g6 669 g6 940 g6 1204 g6 1354 g6 1546 g6 1683 g6 1816 g6 1933 g6 [all …]
|