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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/profile/Inputs/
instrprof-shared-lib.c 1 int g1 = 0; variable
6 g1++;
instrprof-shared-main.c 1 extern int g1, g2;
10 if (g2 - g1 == 280001)
  /external/clang/test/CodeGen/
2008-07-21-mixed-var-fn-decl.c 4 int f1(), g1; variable
7 // CHECK: @g1 = common global i32 0, align 4
asm-attrs.c 17 int g0, g1; variable
24 __asm__ ("foo0" : "=r"(g1) : "r"(a));
25 __asm__ ("foo1" : "=r"(g1) : "r"(a) : "cc");
26 __asm__ ("foo2" : "=r"(g1) : "r"(a) : "memory");
27 __asm__ volatile("foo3" : "=r"(g1) : "r"(a));
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));
darwin-string-literals.c 17 const void *g1 = __builtin___CFStringMakeConstantString("string1"); variable
pr12251.c 4 enum e1 g1(enum e1 *x) { function
8 // CHECK-LABEL: define i32 @g1
private-extern.c 4 // CHECK-DAG: @g1 = hidden constant i32 1
7 __private_extern__ const int g1 = 1; variable
complex.c 22 _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...]
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
7 void *g1[] = {g0 + -1, g0 + -23 }; variable
xcore-abi.cpp 12 // CHECK: @g1 = global i32 0, align 4
13 int g1; variable
  /external/clang/test/Modules/Inputs/declare-use/
g.h 4 #include "g1.h"
5 const int g1 = aux_g*c*7; variable
  /external/clang/test/Modules/
declare-use3.cpp 4 const int g2 = g1 + e + f + aux_i;
strict-decluse.cpp 9 const int g2 = g1 + e + f + aux_i;
declare-use1.cpp 9 const int g2 = g1 + e + f + aux_i + sub;
  /external/capstone/suite/MC/Sparc/
sparc64-alu-instructions.s.cs 2 0xb1,0x28,0x50,0x1a = sllx %g1, %i2, %i0
3 0xb1,0x28,0x70,0x3f = sllx %g1, 63, %i0
4 0xb1,0x30,0x50,0x1a = srlx %g1, %i2, %i0
5 0xb1,0x30,0x70,0x3f = srlx %g1, 63, %i0
6 0xb1,0x38,0x50,0x1a = srax %g1, %i2, %i0
7 0xb1,0x38,0x70,0x3f = srax %g1, 63, %i0
8 0xb0,0x48,0x40,0x1a = mulx %g1, %i2, %i0
9 0xb0,0x48,0x60,0x3f = mulx %g1, 63, %i0
10 0xb1,0x68,0x40,0x1a = sdivx %g1, %i2, %i0
11 0xb1,0x68,0x60,0x3f = sdivx %g1, 63, %i
    [all...]
sparc-alu-instructions.s.cs 3 0x86,0x00,0x40,0x02 = add %g1, %g2, %g3
6 0x86,0x80,0x40,0x02 = addcc %g1, %g2, %g3
7 0x86,0xc0,0x40,0x02 = addxcc %g1, %g2, %g3
8 0x86,0x70,0x40,0x02 = udiv %g1, %g2, %g3
9 0x86,0x78,0x40,0x02 = sdiv %g1, %g2, %g3
10 0x86,0x08,0x40,0x02 = and %g1, %g2, %g3
11 0x86,0x28,0x40,0x02 = andn %g1, %g2, %g3
12 0x86,0x10,0x40,0x02 = or %g1, %g2, %g3
13 0x86,0x30,0x40,0x02 = orn %g1, %g2, %g3
14 0x86,0x18,0x40,0x02 = xor %g1, %g2, %g
29 0x86,0x10,0x00,0x01 = or %g0, %g1, %g3 package
32 0x86,0x40,0x80,0x01 = addx %g2, %g1, %g3 package
33 0x86,0x60,0x80,0x01 = subx %g2, %g1, %g3 package
34 0x86,0xd0,0x80,0x01 = umulcc %g2, %g1, %g3 package
35 0x86,0xd8,0x80,0x01 = smulcc %g2, %g1, %g3 package
36 0x86,0xf0,0x80,0x01 = udivcc %g2, %g1, %g3 package
37 0x86,0xf8,0x80,0x01 = sdivcc %g2, %g1, %g3 package
38 0x86,0x88,0x80,0x01 = andcc %g2, %g1, %g3 package
39 0x86,0xa8,0x80,0x01 = andncc %g2, %g1, %g3 package
40 0x86,0x90,0x80,0x01 = orcc %g2, %g1, %g3 package
41 0x86,0xb0,0x80,0x01 = orncc %g2, %g1, %g3 package
42 0x86,0x98,0x80,0x01 = xorcc %g2, %g1, %g3 package
43 0x86,0xb8,0x80,0x01 = xnorcc %g2, %g1, %g3 package
44 0x87,0x00,0x80,0x01 = taddcc %g2, %g1, %g3 package
45 0x87,0x08,0x80,0x01 = tsubcc %g2, %g1, %g3 package
46 0x87,0x10,0x80,0x01 = taddcctv %g2, %g1, %g3 package
47 0x87,0x18,0x80,0x01 = tsubcctv %g2, %g1, %g3 package
    [all...]
  /external/llvm/test/MC/Sparc/
sparc64-alu-instructions.s 3 ! 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, %i2, %i
    [all...]
sparc-alu-instructions.s 6 ! 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, %g
    [all...]
  /external/strace/linux/sparc/
raw_syscall.h 38 register kernel_ulong_t g1 __asm__("g1") = nr;
45 : "+r"(g1), "=r"(rval)
53 *err = g1;
  /external/strace/linux/sparc64/
raw_syscall.h 38 register kernel_ulong_t g1 __asm__("g1") = nr;
45 : "+r"(g1), "=r"(rval)
55 *err = g1;
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
comdat.s 43 // Test that g1 and g2 are local, but g3 is an undefined global.
46 // CHECK-NEXT: (('st_name', 0x00000001) # 'g1'
75 .section .foo,"axG",@progbits,g1,comdat
76 g1: label
79 .section .bar,"axG",@progbits,g1,comdat
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc64-alu-instructions.s 3 ! 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, %i2, %i
    [all...]
sparc-alu-instructions.s 6 ! 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, %g
    [all...]
  /device/google/crosshatch/
init.hardware.usb.rc 19 mkdir /config/usb_gadget/g1 0770
20 mkdir /config/usb_gadget/g1/strings/0x409 0770
21 write /config/usb_gadget/g1/bcdUSB 0x0200
22 write /config/usb_gadget/g1/idVendor 0x18d1
23 write /config/usb_gadget/g1/bcdDevice 0x0440
24 write /config/usb_gadget/g1/strings/0x409/serialnumber ${ro.serialno}
25 write /config/usb_gadget/g1/strings/0x409/manufacturer ${ro.product.manufacturer}
26 write /config/usb_gadget/g1/strings/0x409/product ${ro.product.model}
27 mkdir /config/usb_gadget/g1/functions/accessory.gs2
28 mkdir /config/usb_gadget/g1/functions/audio_source.gs
    [all...]
  /device/google/wahoo/
init.hardware.usb.rc 19 mkdir /config/usb_gadget/g1 0770
20 mkdir /config/usb_gadget/g1/strings/0x409 0770
21 write /config/usb_gadget/g1/bcdUSB 0x0200
22 write /config/usb_gadget/g1/idVendor 0x18d1
23 write /config/usb_gadget/g1/bcdDevice 0x0440
24 write /config/usb_gadget/g1/strings/0x409/serialnumber ${ro.serialno}
25 write /config/usb_gadget/g1/strings/0x409/manufacturer ${ro.product.manufacturer}
26 write /config/usb_gadget/g1/strings/0x409/product ${ro.product.model}
27 mkdir /config/usb_gadget/g1/functions/mass_storage.0
28 mkdir /config/usb_gadget/g1/functions/accessory.gs
    [all...]

Completed in 1072 milliseconds

1 2 3 4 5 6 7 8 91011>>