Home
last modified time | relevance | path

Searched refs:g2 (Results 1 – 25 of 271) sorted by relevance

1234567891011

/external/llvm/test/MC/Sparc/
Dsparc-alu-instructions.s6 ! CHECK: add %g1, %g2, %g3 ! encoding: [0x86,0x00,0x40,0x02]
7 add %g1, %g2, %g3
13 ! CHECK: addcc %g1, %g2, %g3 ! encoding: [0x86,0x80,0x40,0x02]
14 addcc %g1, %g2, %g3
16 ! CHECK: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02]
17 addxcc %g1, %g2, %g3
19 ! CHECK: udiv %g1, %g2, %g3 ! encoding: [0x86,0x70,0x40,0x02]
20 udiv %g1, %g2, %g3
22 ! CHECK: sdiv %g1, %g2, %g3 ! encoding: [0x86,0x78,0x40,0x02]
23 sdiv %g1, %g2, %g3
[all …]
Dsparcv9-instructions.s5 ! V8-NEXT: addc %g2, %g1, %g3
6 ! V9: addx %g2, %g1, %g3 ! encoding: [0x86,0x40,0x80,0x01]
7 addc %g2, %g1, %g3
10 ! V8-NEXT: addccc %g1, %g2, %g3
11 ! V9: addxcc %g1, %g2, %g3 ! encoding: [0x86,0xc0,0x40,0x02]
12 addccc %g1, %g2, %g3
15 ! V8-NEXT: subc %g2, %g1, %g3
16 ! V9: subx %g2, %g1, %g3 ! encoding: [0x86,0x60,0x80,0x01]
17 subc %g2, %g1, %g3
20 ! V8-NEXT: subccc %g1, %g2, %g3
[all …]
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, %g2 ! encoding: [0x85,0x65,0x40,0x01]
[all …]
/external/mesa3d/src/mesa/sparc/
Dxform.S22 .register %g2, #scratch
30 ld [%o0 + V4F_FLAGS], %g2
33 or %g2, VEC_SIZE_1, %g2
35 st %g2, [%o0 + V4F_FLAGS]
37 ld [%o0 + V4F_FLAGS], %g2
40 or %g2, VEC_SIZE_2, %g2
42 st %g2, [%o0 + V4F_FLAGS]
44 ld [%o0 + V4F_FLAGS], %g2
47 or %g2, VEC_SIZE_3, %g2
49 st %g2, [%o0 + V4F_FLAGS]
[all …]
Dsparc_clip.S28 .register %g2, #scratch
81 ldub [%i3], %g2
84 or %g2, %g3, %g2
134 or %g2, %g3, %g2 ! IEU1
136 and %g2, %g4, %g2 ! IEU0 Group
156 stb %g2, [%i3] ! LSU
157 srl %g2, 8, %g3 ! IEU0 Group
176 ldub [%i3], %g2
179 or %g2, %g3, %g2
219 or %g2, %g3, %g2 ! IEU1
[all …]
Dnorm.S4 .register %g2, #scratch
24 sethi %hi(ONE_DOT_ZERO), %g2
26 st %g2, [%sp + STACK_VAR_OFF+0x0]
35 ld [%o2 + V4F_STRIDE], %g2 ! g2 = in->stride
53 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
118 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
163 sethi %hi(ONE_DOT_ZERO), %g2
165 st %g2, [%sp + STACK_VAR_OFF+0x0]
174 ld [%o2 + V4F_STRIDE], %g2 ! g2 = in->stride
192 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
[all …]
/external/llvm/test/MC/Disassembler/Sparc/
Dsparc.txt6 # CHECK: add %g1, %g2, %g3
15 # CHECK: addcc %g1, %g2, %g3
18 # CHECK: addxcc %g1, %g2, %g3
21 # CHECK: udiv %g1, %g2, %g3
24 # CHECK: sdiv %g1, %g2, %g3
27 # CHECK: and %g1, %g2, %g3
30 # CHECK: andn %g1, %g2, %g3
33 # CHECK: or %g1, %g2, %g3
36 # CHECK: orn %g1, %g2, %g3
39 # CHECK: xor %g1, %g2, %g3
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
DGLVTypeBParameters.java10 protected final BigInteger g1, g2; field in GLVTypeBParameters
14 BigInteger g2, int bits) in GLVTypeBParameters() argument
21 this.g2 = g2; in GLVTypeBParameters()
52 return g2; in getG2()
/external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
Dp3-0x.cpp13 int &g2(const int &);
14 float &g2(int &&);
15 int &j2 = g2(i);
16 float &k2 = g2(f1());
17 float &l2 = g2(f2());
/external/llvm/test/CodeGen/PowerPC/
Dppc64-fastcc-fast-isel.ll5 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…
14 ret i64 %g2
16 ; CHECK-LABEL: @g2
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/boringssl/src/crypto/asn1/
Da_utctm.c314 #define g2(p) (((p)[0]-'0')*10+(p)[1]-'0')
315 tm.tm_year=g2(s->data);
318 tm.tm_mon=g2(s->data+2)-1;
319 tm.tm_mday=g2(s->data+4);
320 tm.tm_hour=g2(s->data+6);
321 tm.tm_min=g2(s->data+8);
322 tm.tm_sec=g2(s->data+10);
327 offset=g2(s->data+13)*60+g2(s->data+15);
331 #undef g2
/external/v8/test/mjsunit/
Dstrict-mode-implicit-receiver.js127 function g2() { function
134 assertTrue(typeof g2() == "object");
135 assertTrue(typeof g2(42) == "object");
137 %OptimizeFunctionOnNextCall(g2);
138 assertTrue(typeof g2() == "object");
139 assertTrue(typeof g2(42) == "object");
Domit-constant-mapcheck.js43 var g2 = { a:2 } variable
46 return g2.a;
53 g2.b = 10;
54 g2.a = 5;
/external/clang/test/CXX/class.access/class.friend/
Dp1.cpp36 friend struct S2* g2();
40 S2* g2() { return 0; } // expected-note 2 {{'g2' declared here}} in g2() function
51 g2(); in test()
53 …::g2(); // expected-error{{no member named 'g2' in the global namespace; did you mean simply 'g2'?… in test()
55 X::g2(); // expected-error{{no member named 'g2' in 'N::X'; did you mean simply 'g2'?}} in test()
57 x.g2(); // expected-error{{no member named 'g2' in 'N::X'}} in test()
275 template<typename T> A::I g2(A::I i) { // expected-error 2 {{is a private member of}} in g2() function
278 template A::I g2<A::I>(A::I i);
/external/llvm/test/CodeGen/X86/
Dinreg.ll36 define void @g2(%struct.s2* inreg sret %agg.result) nounwind {
39 ; DAG: g2
41 ; DAG: .size g2
43 ; FAST: g2
45 ; FAST: .size g2
/external/clang/test/SemaCXX/
Dwarn-unused-result.cpp9 S *g2() __attribute__((warn_unused_result));
15 g2(); // expected-warning {{ignoring return value}} in test()
20 (void)g2(); in test()
26 g2()->t(); in test()
31 S *s2 = g2(); in test()
/external/valgrind/tests/
Dos_test.c32 int a1, a2, a3, g1, g2, g3; // 'a' = actual; 'g' = given in matches_version() local
42 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) != 3) return False; in matches_version()
49 if (a2 > g2) return True; in matches_version()
50 if (a2 < g2) return False; in matches_version()
/external/lzma/CPP/Common/
DMyGuidDef.h25 inline int operator==(REFGUID g1, REFGUID g2)
28 if (((unsigned char *)&g1)[i] != ((unsigned char *)&g2)[i])
32 inline int operator!=(REFGUID g1, REFGUID g2) { return !(g1 == g2); }
/external/libvorbis/lib/
Dlsp.c409 float *g2=alloca(sizeof(*g2)*(order2+1)); in vorbis_lpc_to_lsp() local
425 g2[g2_order] = 1.f; in vorbis_lpc_to_lsp()
426 for(i=1;i<=g2_order;i++) g2[g2_order-i] = lpc[i-1]-lpc[m-i]; in vorbis_lpc_to_lsp()
429 for(i=2; i<=g2_order;i++) g2[g2_order-i] += g2[g2_order-i+2]; in vorbis_lpc_to_lsp()
432 for(i=1; i<=g2_order;i++) g2[g2_order-i] += g2[g2_order-i+1]; in vorbis_lpc_to_lsp()
437 cheby(g2,g2_order); in vorbis_lpc_to_lsp()
441 Laguerre_With_Deflation(g2,g2_order,g2r)) in vorbis_lpc_to_lsp()
445 Newton_Raphson(g2,g2_order,g2r); /* if it fails, it leaves g2r alone */ in vorbis_lpc_to_lsp()
/external/clang/test/CodeGen/
Dcomplex.c22 _Complex double g1, g2; variable
27 g1 = g1 + g2; in test3()
28 g1 = g1 - g2; in test3()
29 g1 = g1 * g2; in test3()
Dbitfield-2.c111 union u2 g2 = { 0xdeadbeef }; variable
127 union u2 g2 = { 0xdeadbeef }; in test_2() local
129 res ^= g2.f0; in test_2()
130 res ^= f2_load(&g2) ^ f2_store(&g2) ^ f2_reload(&g2); in test_2()
131 res ^= g2.f0; in test_2()
/external/llvm/test/CodeGen/SPARC/
D64spill.ll13 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
24 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
35 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
47 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
58 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
69 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
80 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
91 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
102 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
113 …ct "#$0 $1", "=r,r,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~…
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
Dcopy.pass.cpp62 char g1, g2, g3, p1, p3; in main() local
64 t.setg(&g1, &g2, &g3); in main()
69 wchar_t g1, g2, g3, p1, p3; in main() local
71 t.setg(&g1, &g2, &g3); in main()
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dassign.pass.cpp65 char g1, g2, g3, p1, p3; in main() local
67 t.setg(&g1, &g2, &g3); in main()
73 wchar_t g1, g2, g3, p1, p3; in main() local
75 t.setg(&g1, &g2, &g3); in main()
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp3-0x.cpp9 auto g2() const noexcept(noexcept(f((*this).ptr))) -> decltype(f(ptr));
14 float &fr = a.g2(); in testA()
16 static_assert(noexcept(a.g2()), "exception-specification failure"); in testA()
34 auto g2() const noexcept(noexcept(f(((this))->ptr))) -> decltype(f(ptr));
45 float &fr = ci.g2(); in test_C()
53 static_assert(noexcept(ci.g2()), "exception-specification failure"); in test_C()

1234567891011