Home
last modified time | relevance | path

Searched refs:g0 (Results 1 – 25 of 102) sorted by relevance

12345

/external/openssl/crypto/bn/asm/
Dsparcv8.S55 andcc %o2,-4,%g0
101 andcc %o2,-4,%g0
168 andcc %o2,-4,%g0
202 andcc %o2,-4,%g0
260 andcc %o2,-4,%g0
363 andcc %o3,-4,%g0
367 addcc %g0,0,%g0 ! clear carry flag
394 addx %g0,0,%g1
395 andcc %o3,-4,%g0
397 addcc %g1,-1,%g0
[all …]
Dsparcv9a-mont.pl134 andcc $num,1,%g0 ! $num has to be even...
163 wr %g0,$ASI_FL16_P,%asi ! setup %asi for 16-bit FP loads
172 sub %g0,$num,$i ! i=-num
173 sub %g0,$num,$j ! j=-num
502 sub %g0,$num,$j ! j=-num
802 orn %g0,%g0,%g4
803 sub %g0,$num,%o7 ! n=-num
805 subcc %g0,%g0,%g0 ! clear %icc.c
822 sub %g0,$num,%o7 ! n=-num
832 stx %g0,[$tp+%o7]
[all …]
/external/clang/test/CodeGen/
Dconst-arithmetic.c6 extern struct { unsigned char a, b; } g0[];
7 void *g1[] = {g0 + -1, g0 + -23 };
8 void *g2[] = {g0 - 1, g0 - 23 };
Dbitfield-assign.c22 int g0();
26 if ((s.f0 = 3) != -1) g0(); in f0()
31 if ((s.f1 = 3) != 1) g0(); in f1()
36 if ((s.f2 = 3) != 3) g0(); in f2()
DPR3613-static-decl.c8 static struct s0 g0; variable
11 return g0.a; in f0()
14 static struct s0 g0 = {3}; variable
Dbitfield-2.c22 struct s0 g0 = { 0xdeadbeef }; variable
39 struct s0 g0 = { 0xdeadbeef }; in test_0() local
41 res ^= g0.f0; in test_0()
42 res ^= f0_load(&g0) ^ f0_store(&g0) ^ f0_reload(&g0); in test_0()
43 res ^= g0.f0; in test_0()
Dprivate-extern.c5 __private_extern__ const int g0; variable
9 return g0; in f0()
D2008-07-31-asm-labels.c30 extern int g0 asm("_renamed");
32 return g0; in f2()
/external/llvm/test/CodeGen/X86/
Dlea-recursion.ll11 @g0 = weak global [1000 x i32] zeroinitializer, align 32 ; <[1000 x i32]*> [#uses=8]
16 %tmp4 = load i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 0) ; <i32> [#uses=1]
20 store i32 %tmp10, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 1)
24 store i32 %tmp10.1, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 2)
28 store i32 %tmp10.2, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 3)
32 store i32 %tmp10.3, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 4)
36 store i32 %tmp10.4, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 5)
40 store i32 %tmp10.5, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 6)
44 store i32 %tmp10.6, i32* getelementptr ([1000 x i32]* @g0, i32 0, i32 7)
/external/clang/test/Sema/
Dfunction-redecl.c4 void g0(int, int);
5 void g0(); // expected-note{{previous declaration is here}} expected-note{{'g0' declared here}}
8 g0(1, 2, 3); // expected-error{{too many arguments to function call}} in f0()
11 void g0(int); // expected-error{{conflicting types for 'g0'}}
/external/v8/test/mjsunit/compiler/
Dcontrol-flow-1.js35 function g0(x, y) { function
39 assertTrue(g0(0, 0));
40 assertFalse(g0(0, 1));
/external/openssl/crypto/
Dsparccpuid.S40 subcc %g0,1,%o0
173 subcc %g0,1,%o2
202 sra %i2,%g0,%i0
215 sra %o0,%g0,%o0 ! we return signed int, remember?
221 subcc %g0,1,%o0
334 stb %g0,[%o0]
343 subcc %g0,1,%g1
351 .v9lot: andcc %o0,7,%g0
354 stb %g0,[%o0]
360 .word 0xc0720000 !stx %g0,[%o0]
[all …]
/external/llvm/test/CodeGen/Mips/
Dfpbr.ll11 tail call void (...)* @g0() nounwind
22 declare void @g0(...)
34 tail call void (...)* @g0() nounwind
53 tail call void (...)* @g0() nounwind
72 tail call void (...)* @g0() nounwind
91 tail call void (...)* @g0() nounwind
110 tail call void (...)* @g0() nounwind
Dlongbranch.ll4 @g0 = external global i32
23 %0 = load i32* @g0, align 4
25 store i32 %add, i32* @g0, align 4
/external/llvm/test/CodeGen/SPARC/
D2011-01-11-FrameAddr.ll9 ;V8: or %g0, %fp, {{.+}}
12 ;V9: or %g0, %fp, {{.+}}
41 ;V8: or %g0, %i7, {{.+}}
44 ;V9: or %g0, %i7, {{.+}}
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-4.m15 T g0;
18 g0.a[0] = x;
22 ((T*) &g0)->a[0] = x;
Dattr-strong.c6 struct s0 * __attribute__((objc_gc(strong))) g0; variable
8 g0->a = 0; in f0()
/external/llvm/test/CodeGen/Generic/
Dnegintconst.ll15 ; add %o1, %g0, %o1
23 ; jmpl %i7+8, %g0
24 ; restore %g0, 0, %g0
/external/llvm/lib/Target/Sparc/
DREADME.txt32 or %g0, 123, %l0
35 restore %g0, %g0, %g0
/external/llvm/test/MC/Mips/
Dhigher_highest.ll13 @g0 = external global i32
22 %0 = load i32* @g0, align 4
24 store i32 %add, i32* @g0, align 4
/external/clang/test/SemaTemplate/
Dcurrent-instantiation.cpp35 void g0(T&); // expected-note{{previous}}
36 void g0(typename X0::U_type&);
37 void g0(typename X0::T_type&); // expected-error{{redecl}}
108 void g0(T&); // expected-note{{previous}}
109 void g0(typename X0::U_type&);
110 void g0(typename X0::T_type&); // expected-error{{redecl}}
/external/clang/test/PCH/
Dva_arg.c8 char *g0(char** argv, int argc) { return argv[argc]; } in g0() function
11 f(g0, argv, 1, 2, 3); in g()
Dfunctions.c18g0(y); // expected-warning{{incompatible pointer types passing 'float *' to parameter of type 'int… in test_g0()
19 g0(x); in test_g0()
/external/openssl/crypto/aes/asm/
Daes-sparcv9.pl370 ldx [$tbl+2048+0],%g0 ! prefetch te4
373 ldx [$tbl+2048+32],%g0 ! prefetch te4
376 ldx [$tbl+2048+64],%g0 ! prefetch te4
379 ldx [$tbl+2048+96],%g0 ! prefetch te4
382 ldx [$tbl+2048+128],%g0 ! prefetch te4
385 ldx [$tbl+2048+160],%g0 ! prefetch te4
388 ldx [$tbl+2048+192],%g0 ! prefetch te4
391 ldx [$tbl+2048+224],%g0 ! prefetch te4
516 andcc %g1,3,%g0
916 ldx [$tbl+2048+0],%g0 ! prefetch td4
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp2.cpp16 int g0(int, int);
20 A<int(int, int)> a0 = f0(g0); in test_f0_bullet2()

12345