HomeSort by relevance Sort by last modified time
    Searched refs:g0 (Results 1 - 25 of 250) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGen/
const-arithmetic.c 3 // CHECK: @g1 = global [2 x i8*] [i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
4 // CHECK: @g2 = global [2 x i8*] [i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
6 extern struct { unsigned char a, b; } g0[];
7 void *g1[] = {g0 + -1, g0 + -23 };
8 void *g2[] = {g0 - 1, g0 - 23 };
private-extern.c 3 // CHECK-DAG: @g0 = external hidden constant i32
6 __private_extern__ const int g0; variable
10 return g0;
PR3613-static-decl.c 2 // RUN: grep '@g0 = internal global %.truct.s0 { i32 3 }' %t | count 1
8 static struct s0 g0; variable in typeref:struct:s0
11 return g0.a;
14 static struct s0 g0 = {3}; variable in typeref:struct:s0
2008-07-21-mixed-var-fn-decl.c 3 int g0, f0(); variable
6 // CHECK: @g0 = common global i32 0, align 4
2008-07-31-asm-labels.c 4 // RUN: not grep 'g0' %t
30 extern int g0 asm("_renamed");
32 return g0;
bitfield-assign.c 6 to store back). Also check that our g0 pattern is good. */
9 // RUN: grep "@g0" %t | count 4
14 // RUN: not grep "@g0" %t
22 int g0();
26 if ((s.f0 = 3) != -1) g0();
31 if ((s.f1 = 3) != 1) g0();
36 if ((s.f2 = 3) != 3) g0();
darwin-string-literals.c 16 const char *g0 = "string0"; variable
asm-attrs.c 17 int g0, g1; variable
28 __asm__ ("foo4" : "=r"(g1) : "r"(a), "m"(g0));
29 __asm__ ("foo5" : "=r"(g1) : "r"(a), "Q"(g0));
30 __asm__ ("foo6" : "=r"(g1), "=m"(g0) : "r"(a));
linkage-redecl.c 14 void g0() { function
attr-used.c 3 // RUN: grep '@llvm.used = .*@g0' %t
8 int g0 __attribute__((used)); variable
  /external/clang/test/Frontend/
ast-codegen.c 8 // CHECK: @g0 = common global i32 0, align 4
9 int g0; variable
  /external/clang/test/CodeGenObjC/
attr-strong.c 6 struct s0 * __attribute__((objc_gc(strong))) g0; variable in typeref:struct:s0
8 g0->a = 0;
  /external/clang/test/CodeCompletion/
call.c 7 g0(0, 0);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v8-movwr-imm.d 15 14: 83 80 00 00 wr %g0, %asr1
16 18: 81 80 00 00 wr %g0, %y
17 1c: 81 88 00 00 wr %g0, %psr
18 20: 81 90 00 00 wr %g0, %wim
19 24: 81 98 00 00 wr %g0, %tbr
20 28: 83 80 20 00 wr %g0, %asr1
21 2c: 81 80 20 00 wr %g0, %y
22 30: 81 88 20 00 wr %g0, %psr
23 34: 81 90 20 00 wr %g0, %wim
24 38: 81 98 20 00 wr %g0, %tb
    [all...]
v8-movwr-imm.s 10 wr %g0,%asr1
11 wr %g0,%y
12 wr %g0,%psr
13 wr %g0,%wim
14 wr %g0,%tbr
31 mov %g0,%asr1
32 mov %g0,%y
33 mov %g0,%psr
34 mov %g0,%wim
35 mov %g0,%tb
    [all...]
synth.d 8 0+0000 <foo> xnor %g1, %g0, %g2
9 0+0004 <foo\+(0x|)4> xnor %g1, %g0, %g1
  /external/clang/test/PCH/
functions.h 9 void g0(int *);
va_arg.c 9 char *g0(char** argv, int argc) { return argv[argc]; } function
12 f(g0, argv, 1, 2, 3);
cxx1z-init-statement.cpp 8 void g0(void) { function
functions.c 19 g0(y); // expected-warning{{incompatible pointer types passing 'float *' to parameter of type 'int *'}}
21 g0(x);
stmts.c 8 void g0(void) { f0(5); } function
  /external/clang/test/Sema/
attr-disable-tail-calls.c 11 int g0 __attribute__((disable_tail_calls)); // expected-warning {{'disable_tail_calls' attribute only applies to functions and methods}} variable
attr-notail.c 12 int g0 __attribute__((not_tail_called)); // expected-warning {{'not_tail_called' attribute only applies to functions}} variable
  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug-lib.mk 3 # compiled with -g0.
5 # It uses -g0 rather than -gtoggle because -g is default on target
9 STAGE1_TFLAGS += -g0 -fcompare-debug=
11 STAGE3_TFLAGS += -fcompare-debug=-g0
  /external/libldac/src/
mdct_fixp_ldac.c 35 INT32 g0, g1, g2, g3; local
52 g0 = mul_rsftrnd_ldac(-p_x[3*nsmpl/2-1-i], p_w[nsmpl/2+i], LDAC_Q_MDCT_WIN-shift);
54 a_work[p_p[i]] = g0 + g1;
56 g0 = mul_rsftrnd_ldac(p_x[i], p_w[i], LDAC_Q_MDCT_WIN-shift);
58 a_work[p_p[nsmpl/2+i]] = g0 + g1;
63 g0 = mul_lsftrnd_ldac(-p_x[3*nsmpl/2-1-i], p_w[nsmpl/2+i], LDAC_Q_MDCT_WIN-shift);
65 a_work[p_p[i]] = g0 + g1;
67 g0 = mul_lsftrnd_ldac(p_x[i], p_w[i], LDAC_Q_MDCT_WIN-shift);
69 a_work[p_p[nsmpl/2+i]] = g0 + g1;
84 g0 = mul_rsftrnd_ldac(a_work[index1], p_c[coef], LDAC_Q_MDCT_COS+1)
    [all...]

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 910