Searched refs:g1 (Results 51 - 75 of 185) sorted by relevance

12345678

/external/llvm/test/MC/ELF/
H A Dsymver.s21 .symver global1, g1@@zed
107 // CHECK-NEXT: Name: g1@@zed
/external/llvm/test/MC/Sparc/
H A Dsparc-relocations.s20 ! CHECK: or %g1, %lo(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
22 or %g1, %lo(sym), %g3
32 ! CHECK: or %g1, %m44(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
34 or %g1, %m44(sym), %g3
36 ! CHECK: or %g1, %l44(sym), %g3 ! encoding: [0x86,0x10,0b0110AAAA,A]
38 or %g1, %l44(sym), %g3
44 ! CHECK: or %g1, %hm(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
46 or %g1, %hm(sym), %g3
H A Dsparc64-ctrl-instructions.s61 ! CHECK: movne %icc, %g1, %g2 ! encoding: [0x85,0x66,0x40,0x01]
62 ! CHECK: move %icc, %g1, %g2 ! encoding: [0x85,0x64,0x40,0x01]
63 ! CHECK: movg %icc, %g1, %g2 ! encoding: [0x85,0x66,0x80,0x01]
64 ! CHECK: movle %icc, %g1, %g2 ! encoding: [0x85,0x64,0x80,0x01]
65 ! CHECK: movge %icc, %g1, %g2 ! encoding: [0x85,0x66,0xc0,0x01]
66 ! CHECK: movl %icc, %g1, %g2 ! encoding: [0x85,0x64,0xc0,0x01]
67 ! CHECK: movgu %icc, %g1, %g2 ! encoding: [0x85,0x67,0x00,0x01]
68 ! CHECK: movleu %icc, %g1, %g2 ! encoding: [0x85,0x65,0x00,0x01]
69 ! CHECK: movcc %icc, %g1, %g2 ! encoding: [0x85,0x67,0x40,0x01]
70 ! CHECK: movcs %icc, %g1,
[all...]
/external/nanopb-c/examples/using_double_on_avr/
H A Dtest_conversions.c32 uint32_t g1 = *(uint32_t*)&got_float; local
36 if (g1 != e1)
38 printf("%3d double_to_float fail: %08x != %08x\n", i, g1, e1);
/external/v8/test/mjsunit/compiler/
H A Dcompare.js105 var g1 = 0; variable
106 function CmpNullEffect() { (g1 = 42) == null; }
108 assertEquals(42, g1);
H A Dassignment-deopt.js131 var g1 = {x:0};
134 g1.x = 42;
135 assertEquals(43, assign10(g1));
136 assertEquals(43, g1.x);
139 g1.x = 42;
140 assertEquals(43, assign10(g1));
141 assertEquals(43, g1.x);
H A Dcount-deopt.js162 var g1 = {x:0};
165 g1.x = 42;
166 assertEquals(42, inc10(g1));
167 assertEquals(43, g1.x);
170 g1.x = 42;
171 assertEquals(42, inc10(g1));
172 assertEquals(43, g1.x);
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp8 auto g1() noexcept(noexcept(f(ptr))) -> decltype(f(this->ptr));
13 int &ir = a.g1();
15 static_assert(!noexcept(a.g1()), "exception-specification failure");
33 auto g1() noexcept(noexcept(f(ptr))) -> decltype(f(ptr));
44 int &ir = ci.g1();
52 static_assert(!noexcept(ci.g1()), "exception-specification failure");
/external/clang/test/Analysis/
H A Darray-struct.c13 void g1(struct s* p);
53 g1(&data);
98 g1(&a);
/external/clang/test/CodeGen/
H A Dbitfield-2.c68 struct s1 g1 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s1
85 struct s1 g1 = { 0xdeadbeef, 0xdeadbeef }; local
87 res ^= g1.f0 ^ g1.f1;
88 res ^= f1_load(&g1) ^ f1_store(&g1) ^ f1_reload(&g1);
89 res ^= g1.f0 ^ g1.f1;
H A Dxcore-abi.c16 // CHECK: @g1 = global i32 0, align 4
17 int g1; variable
/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp191 friend void g1(S s) {} function in struct:PR10666::S
199 g1(s1); g1(s2); g1(s3);
/external/clang/test/Index/
H A Dprint-type-size.cpp89 int g1; member in struct:Incomplete::named::x
105 struct forward_decl2 g1; member in struct:Incomplete::f::__anon2153::__anon2154
156 struct forward_decl2 g1; member in struct:Incomplete::s4a
176 struct forward_decl2 g1; member in struct:Incomplete::s4b::__anon2168
/external/clang/test/PCH/
H A Dchain-staticvar-instantiation.cpp22 TS<int, 2> g1; member in namespace:NS
/external/clang/test/SemaTemplate/
H A Ddefault-arguments-cxx0x.cpp24 void g1() { function
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dswap.pass.cpp75 char g1, g2, g3, p1, p3; local
77 t.setg(&g1, &g2, &g3);
83 wchar_t g1, g2, g3, p1, p3; local
85 t.setg(&g1, &g2, &g3);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_yuv.c51 float r, g0, g1, b; local
63 g1 = ubyte_to_float((value >> 24) & 0xff);
72 dst[1] = g1; /* g */
88 g1 = ubyte_to_float((value >> 24) & 0xff);
113 uint8_t r, g0, g1, b; local
125 g1 = (value >> 24) & 0xff;
134 dst[1] = g1; /* g */
150 g1 = (value >> 24) & 0xff;
174 float r, g0, g1, b; local
180 g1
231 uint32_t r, g0, g1, b; local
303 float r, g0, g1, b; local
365 uint8_t r, g0, g1, b; local
426 float r, g0, g1, b; local
483 uint32_t r, g0, g1, b; local
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dnorm.S34 ld [%o2 + V4F_COUNT], %g1 ! g1 = in->count
41 st %g1, [%o4 + V4F_COUNT]
43 cmp %g1, 1
96 cmp %o4, %g1 ! continue if (i < count)
152 cmp %o4, %g1 ! continue if (i < count)
173 ld [%o2 + V4F_COUNT], %g1 ! g1 = in->count
180 st %g1, [%o4 + V4F_COUNT]
182 cmp %g1,
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp48 virtual void g1() throw(); // expected-note {{overridden virtual function is here}}
84 virtual void g1() throw(int); // expected-error {{exception specification of overriding function is more lax}}
H A Dp1.cpp57 void g1() noexcept(A()); // expected-error {{not contextually convertible}}
/external/clang/test/Sema/
H A Dfunction-redecl.c13 int g1(int, int);
17 INT g1(x, y) function
H A Dattr-cleanup.c5 extern int g1 __attribute((cleanup(c1))); // expected-warning {{'cleanup' attribute ignored}}
H A Dno-documentation-warn-tagdecl-specifier.c52 enum e1* g1(void);
/external/v8/test/mjsunit/es6/
H A Dgenerators-objects.js35 function* g1(a, b, c) { yield 1; return [a, b, c]; }
42 g1();
/external/v8/test/mjsunit/harmony/
H A Dblock-let-semantics.js109 assertEquals(2, g1());
110 assertEquals(2, eval("g1()"));
113 function g1() {

Completed in 580 milliseconds

12345678