Searched refs:g1 (Results 1 - 25 of 221) sorted by relevance

123456789

/external/clang/test/CodeGen/
H A D2008-07-21-mixed-var-fn-decl.c4 int f1(), g1; variable
7 // CHECK: @g1 = common global i32 0, align 4
H A Dcomplex.c22 _Complex double g1, g2; variable
27 g1 = g1 + g2;
28 g1 = g1 - g2;
29 g1 = g1 * g2;
30 g1 = +-~g1;
32 double Gr = __real g1;
[all...]
H A Ddarwin-string-literals.c17 const void *g1 = __builtin___CFStringMakeConstantString("string1"); variable
H A Dpr12251.c4 enum e1 g1(enum e1 *x) { function
8 // CHECK-LABEL: define i32 @g1
H A Dprivate-extern.c3 // RUN: grep '@g1 = hidden constant i32 1' %t
6 __private_extern__ const int g1 = 1; variable
H A Dconst-arithmetic.c3 // CHECK: @g1 = global [2 x i8*] [i8* getelementptr (i8* getelementptr inbounds ([0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8* getelementptr inbounds ([0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
7 void *g1[] = {g0 + -1, g0 + -23 }; variable
H A Dxcore-abi.cpp12 // CHECK: @g1 = global i32 0, align 4
13 int g1; variable
H A DPR3613-static-decl.c16 void *g1 = f0; variable
/external/clang/test/Modules/Inputs/declare-use/
H A Dg.h4 #include "g1.h"
5 const int g1 = aux_g*c*7; variable
/external/clang/test/Modules/
H A Ddeclare-use1.cpp8 const int g2 = g1 + e + f + aux_i;
H A Ddeclare-use3.cpp4 const int g2 = g1 + e + f + aux_i;
H A Dstrict-decluse.cpp9 const int g2 = g1 + e + f + aux_i;
/external/llvm/test/MC/Sparc/
H A 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,
[all...]
H A Dsparc64-alu-instructions.s3 ! CHECK: sllx %g1, %i2, %i0 ! encoding: [0xb1,0x28,0x50,0x1a]
4 sllx %g1, %i2, %i0
6 ! CHECK: sllx %g1, 63, %i0 ! encoding: [0xb1,0x28,0x70,0x3f]
7 sllx %g1, 63, %i0
9 ! CHECK: srlx %g1, %i2, %i0 ! encoding: [0xb1,0x30,0x50,0x1a]
10 srlx %g1, %i2, %i0
12 ! CHECK: srlx %g1, 63, %i0 ! encoding: [0xb1,0x30,0x70,0x3f]
13 srlx %g1, 63, %i0
15 ! CHECK: srax %g1, %i2, %i0 ! encoding: [0xb1,0x38,0x50,0x1a]
16 srax %g1,
[all...]
H A 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,
[all...]
H A Dsparc-mem-instructions.s8 ! CHECK: ldsb [%g1], %o4 ! encoding: [0xd8,0x48,0x60,0x00]
9 ldsb [%g1], %o4
15 ! CHECK: ldsh [%g1], %o4 ! encoding: [0xd8,0x50,0x60,0x00]
16 ldsh [%g1], %o4
22 ! CHECK: ldub [%g1], %o2 ! encoding: [0xd4,0x08,0x60,0x00]
23 ldub [%g1], %o2
29 ! CHECK: lduh [%g1], %o2 ! encoding: [0xd4,0x10,0x60,0x00]
30 lduh [%g1], %o2
36 ! CHECK: ld [%g1], %o2 ! encoding: [0xd4,0x00,0x60,0x00]
37 ld [%g1],
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dcontrol-flow-1.js50 function g1(x, y) { function
54 assertTrue(g1(0, 0));
55 assertFalse(g1(0, 1));
H A Dsimple-global-access.js29 var g1 = 42; variable
34 function f1() { this.x = this.y = this.z = g1; }
35 function f2() { this.x = g1; this.y = g2; this.z = g3; }
H A Dregress-or.js33 if (!x || g1()) {
39 function g1() { try { return 1; } finally {} } function
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp16.cpp4 template<class X1> void g1(T, X1);
13 template<class T> template<class X1> void A<T>::g1(T, X1) { } function in class:A
16 template<> template<class X1> void A<int>::g1(int, X1);
20 void A<int>::g1(int, char); // X1 deduced as char
/external/clang/test/SemaCXX/
H A Dtypeid.cpp19 void g1(X &x) { function
H A Dwarn-unused-result.cpp8 S g1() __attribute__((warn_unused_result));
14 g1(); // expected-warning {{ignoring return value}}
19 (void)g1();
25 g1().t();
30 S s1 = g1();
33 const S &s4 = g1();
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp3 volatile int g1; variable
16 __extension__ g1; local
/external/llvm/test/MC/ELF/
H A Dcomdat.s49 // Test that g1 and g2 are local, but g3 is an undefined global.
52 // CHECK: Name: g1
81 .section .foo,"axG",@progbits,g1,comdat
82 g1: label
/external/clang/test/PCH/
H A Dstmts.c9 int g1(int x) { return f1(x); } function

Completed in 2338 milliseconds

123456789