/external/mesa3d/src/mesa/sparc/ |
D | sparc_clip.S | 108 ld [%i0 + 0x08], %g4 ! LSU Group 112 addcc %g4, %g4, %g4 ! IEU1 Group 114 subcc %g5, %g4, %g0 ! IEU1 Group 115 ld [%i0 + 0x04], %g4 ! LSU Group 117 addcc %g4, %g4, %g4 ! IEU1 Group 119 subcc %g5, %g4, %g0 ! IEU1 Group 120 ld [%i0 + 0x00], %g4 ! LSU Group 122 addcc %g4, %g4, %g4 ! IEU1 Group 124 subcc %g5, %g4, %g0 ! IEU1 Group 130 sll %g3, 8, %g4 ! IEU1 Group [all …]
|
/external/llvm/test/CodeGen/SPARC/ |
D | atomics.ll | 88 ; CHECK: or %g2, %o0, %g4 89 ; CHECK: cas [%o2], %g4, %g3 90 ; CHECK: cmp %g3, %g4 91 ; CHECK: mov %o5, %g4 92 ; CHECK: move %icc, 1, %g4 93 ; CHECK: cmp %g4, 0 96 ; CHECK: and %g3, %o3, %g4 97 ; CHECK: cmp %g2, %g4 99 ; CHECK: mov %g4, %g2 129 ; CHECK: or %g2, %o4, %g4 [all …]
|
D | 64spill.ll | 13 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 24 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 35 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 47 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 58 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 69 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 80 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 91 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 102 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~… 113 … "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~…
|
/external/clang/test/CodeGen/ |
D | bitfield-2.c | 181 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; variable 197 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; in test_4() local 199 res ^= g4.f0 ^ g4.f1; in test_4() 200 res ^= f4_load(&g4) ^ f4_store(&g4) ^ f4_reload(&g4); in test_4() 201 res ^= g4.f0 ^ g4.f1; in test_4()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | test_eu_compact.c | 147 struct brw_reg g4 = brw_vec8_grf(4, 0); in gen_ADD_GRF_GRF_GRF() local 149 brw_ADD(p, g0, g2, g4); in gen_ADD_GRF_GRF_GRF() 184 struct brw_reg g4 = brw_vec8_grf(4, 0); in gen_ADD_MRF_GRF_GRF() local 186 brw_ADD(p, m6, g2, g4); in gen_ADD_MRF_GRF_GRF() 194 struct brw_reg g4 = brw_vec1_grf(4, 0); in gen_ADD_vec1_GRF_GRF_GRF() local 196 brw_ADD(p, g0, g2, g4); in gen_ADD_vec1_GRF_GRF_GRF() 204 struct brw_reg g4 = brw_vec8_grf(4, 0); in gen_PLN_MRF_GRF_GRF() local 206 brw_PLN(p, m6, interp, g4); in gen_PLN_MRF_GRF_GRF()
|
/external/clang/test/CodeGenCXX/ |
D | default-arguments.cpp | 68 void g4(int a, int b = 7); in f4() 70 void g4(int a, int b = 5); in f4() 72 void g4(int a = 5, int b); in f4() 75 g4(); in f4()
|
D | mangle-literal-suffix.cpp | 8 template <class T> void g4(char (&buffer)[sizeof(T() + 5.0L)]) {} in g4() function 9 template void g4<int>(char (&)[sizeof(long double)]);
|
/external/ltp/testcases/network/multicast/mc_member/ |
D | mc_member_test.c | 112 unsigned g1, g2, g3, g4; in join_group() local 121 if (sscanf(buf, "%u.%u.%u.%u", &g1, &g2, &g3, &g4) != 4) { in join_group() 127 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4); in join_group() 147 unsigned g1, g2, g3, g4; in leave_group() local 156 if (sscanf(buf, "%u.%u.%u.%u", &g1, &g2, &g3, &g4) != 4) { in leave_group() 162 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4); in leave_group()
|
/external/llvm/test/MC/COFF/ |
D | cross-section-relative.s | 21 .globl g4 # @g4 symbol 23 g4: label
|
/external/clang/test/Sema/ |
D | align-x86.c | 22 struct __attribute__((packed)) {unsigned int a;} g4; variable 23 short chk1[__alignof__(g4) == 1 ? 1 : -1]; 24 short chk2[__alignof__(g4.a) == 1 ? 1 : -1];
|
D | bitfield-layout.c | 153 struct __attribute__((packed)) g4 { struct 159 CHECK_SIZE(struct, g4, 4); argument 160 CHECK_ALIGN(struct, g4, 2); 162 CHECK_OFFSET(struct, g4, c, 2); 164 CHECK_OFFSET(struct, g4, c, 3);
|
D | private-extern.c | 16 extern int g4; // expected-note{{previous declaration}} 17 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}} variable
|
/external/clang/test/SemaTemplate/ |
D | current-instantiation.cpp | 51 void g4(T&); // expected-note{{previous}} 52 void g4(typename X0::U_type&); 53 void g4(typename X1::my_T_type&); // expected-error{{redecl}} 124 void g4(T&); // expected-note{{previous}} 125 void g4(typename X0::U_type&); 126 void g4(typename X2::my_T_type&); // expected-error{{redecl}}
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-fastcc-fast-isel.ll | 5 define fastcc i64 @g1(i64 %g1, double %f1, i64 %g2, double %f2, i64 %g3, double %f3, i64 %g4, doubl… 13 define fastcc i64 @g2(i64 %g1, double %f1, i64 %g2, double %f2, i64 %g3, double %f3, i64 %g4, doubl… 21 define fastcc i64 @g3(i64 %g1, double %f1, i64 %g2, double %f2, i64 %g3, double %f3, i64 %g4, doubl… 29 define fastcc double @f2(i64 %g1, double %f1, i64 %g2, double %f2, i64 %g3, double %f3, i64 %g4, do…
|
/external/sonivox/arm-wt-22k/vectors/ |
D | abba.imy | 9 …g4*5#g3*5#f4*5#f1*5#c1*4b2*5d1*5#c4*4b3*4a4*4b3.*5#c3*5#c2*4b2*4a1.r2*5#c2*4b3*4b1r4r5*5#c2*4b3*4b…
|
/external/ltp/testcases/network/multicast/mc_commo/ |
D | mc_recv.c | 28 unsigned i1, i2, i3, i4, g1, g2, g3, g4; in main() local 41 if ((n = sscanf(argv[1], "%u.%u.%u.%u", &g1, &g2, &g3, &g4)) != 4) { in main() 46 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4); in main()
|
D | mc_send.c | 23 unsigned i1, i2, i3, i4, g1, g2, g3, g4; in main() local 42 if ((n = sscanf(argv[1], "%u.%u.%u.%u", &g1, &g2, &g3, &g4)) != 4) { in main() 47 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4); in main()
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 13 int(*g4)(int, int) = f2; in good() local 28 int (*g4)(int, char) = f1; in bad() local
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-cxx0x-no-extra-copy.cpp | 43 void g4(const X4<int>&); 49 g4(X4<int>()); in test()
|
D | p5-cxx03-extra-copy.cpp | 52 void g4(const X4<int>&); 59 g4(X4<int>()); in test()
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | odr-linkage.ll | 6 @g4 = internal constant i32 4 12 %D = load i32* @g4
|
/external/llvm/test/Transforms/InstCombine/ |
D | odr-linkage.ll | 6 @g4 = internal constant i32 4 12 %D = load i32, i32* @g4
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke.pass.cpp | 31 Array<char, 4>::type& g4() const &&; 43 static_assert(sizeof(std::__invoke(&Type::g4, std::declval<Type const&&>())) == 4, ""); in main()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | scavenging.ll | 7 @g4 = external global i32 ; <i32*> [#uses=2] 25 %6 = volatile load i32* @g4, align 4 ; <i32> [#uses=1] 42 volatile store i32 %6, i32* @g4, align 4
|
/external/llvm/test/CodeGen/NVPTX/ |
D | addrspacecast-gvar.ll | 6 ; CHECK: .visible .global .align 8 .u32 g4[2] = {0, generic(g)}; 12 @g4 = constant {i32*, i32*} {i32* null, i32* addrspacecast (i32 addrspace(1)* @g to i32*)}
|