Searched refs:g3 (Results 1 - 25 of 132) sorted by relevance

123456

/external/clang/test/CodeGen/
H A Ddarwin-string-literals.c19 const void *g3 = __builtin___CFStringMakeConstantString("testâ„¢"); variable
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s16 .globl g3 # @g3
18 g3: label
30 .quad (g3-t1)+4
35 .quad g3-t2
40 .quad (g3-t3)-4
45 .long g3-t4
50 .long g3@IMGREL
58 .long g3-(t6+16)
112 // READOBJ: Symbol: g3
[all...]
/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, %g2, %g3
[all...]
H A Dsparc-relocations.s20 ! CHECK: or %g1, %lo(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
22 or %g1, %lo(sym), %g3
32 ! CHECK: or %g1, %m44(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
34 or %g1, %m44(sym), %g3
36 ! CHECK: or %g1, %l44(sym), %g3 ! encoding: [0x86,0x10,0b0110AAAA,A]
38 or %g1, %l44(sym), %g3
44 ! CHECK: or %g1, %hm(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
46 or %g1, %hm(sym), %g3
/external/capstone/suite/MC/Sparc/
H A Dsparc-alu-instructions.s.cs3 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, %g3
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dsparc_clip.S29 .register %g3, #scratch
82 ldub [%i4], %g3
83 sll %g3, 8, %g3
84 or %g2, %g3, %g2
86 ld [%i1 + V4F_FLAGS], %g3
87 or %g3, VEC_SIZE_4, %g3
88 st %g3, [%i1 + V4F_FLAGS]
89 mov 3, %g3
[all...]
H A Dnorm.S5 .register %g3, #scratch
36 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start
90 st %f3, [%g3 + 0x00] ! out[i][0] = tx * scale
92 st %f5, [%g3 + 0x04] ! out[i][1] = ty * scale
94 st %f7, [%g3 + 0x08] ! out[i][2] = tz * scale
98 add %g3, 0x10, %g3 ! advance out vector pointer
146 st %f3, [%g3 + 0x00] ! out[i][0] = tx * len
148 st %f5, [%g3
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-literal-suffix.cpp4 template <class T> void g3(char (&buffer)[sizeof(T() + 5.0)]) {} function
5 template void g3<int>(char (&)[sizeof(double)]);
/external/llvm/test/MC/ELF/
H A Dcomdat.s57 // Test that g1 and g2 are local, but g3 is an undefined global.
79 // CHECK: Name: g3
99 .section .baz,"axG",@progbits,g3,comdat
100 .long g3
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dcomdat.s43 // Test that g1 and g2 are local, but g3 is an undefined global.
65 // CHECK-NEXT: (('st_name', 0x00000007) # 'g3'
85 .section .baz,"axG",@progbits,g3,comdat
86 .long g3
/external/strace/tests/
H A Dsetgroups.c97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); local
138 g3[0] = 0;
139 g3[1] = 1;
140 rc = syscall(SYSCALL_NR, 3, g3);
143 printuid(g3[0]);
145 printuid(g3[1]);
148 rc = syscall(SYSCALL_NR, 4, g3);
151 printuid(g3[0]);
153 printuid(g3[
[all...]
/external/strace/tests-m32/
H A Dsetgroups.c97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); local
138 g3[0] = 0;
139 g3[1] = 1;
140 rc = syscall(SYSCALL_NR, 3, g3);
143 printuid(g3[0]);
145 printuid(g3[1]);
148 rc = syscall(SYSCALL_NR, 4, g3);
151 printuid(g3[0]);
153 printuid(g3[
[all...]
/external/strace/tests-mx32/
H A Dsetgroups.c97 GID_TYPE *const g3 = tail_alloc(sizeof(*g3) * 3); local
138 g3[0] = 0;
139 g3[1] = 1;
140 rc = syscall(SYSCALL_NR, 3, g3);
143 printuid(g3[0]);
145 printuid(g3[1]);
148 rc = syscall(SYSCALL_NR, 4, g3);
151 printuid(g3[0]);
153 printuid(g3[
[all...]
/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp12 int(*g3)(volatile int, int) = f1;
26 int (*g3)(char, int) = f1;
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp13.cpp7 void g3(int = ([=]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx03-extra-copy.cpp51 void g3(const X3&);
58 g3(X3()); // expected-warning{{no viable constructor copying parameter of type 'X3'}}
H A Dp5-cxx0x-no-extra-copy.cpp42 void g3(const X3&);
48 g3(X3());
/external/clang/test/Sema/
H A Dalign-x86.c17 _Complex double g3; variable
18 short chk1[__alignof__(g3) == 8 ? 1 : -1];
H A Dprivate-extern.c13 int g3; // expected-note{{previous definition}} variable
14 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}} variable
H A Dattr-weak.c6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
H A Dconstant-builtins.c9 float g3 = __builtin_inf(); variable
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke.pass.cpp30 Array<char, 3>::type& g3() &&;
42 static_assert(sizeof(std::__invoke(&Type::g3, std::declval<Type &&>())) == 3, "");
/external/clang/test/SemaObjCXX/Inputs/
H A Dnullability-consistency-2.h5 void g3(const
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
H A Dcopy.pass.cpp64 char g1, g2, g3, p1, p3; local
66 t.setg(&g1, &g2, &g3);
71 wchar_t g1, g2, g3, p1, p3; local
73 t.setg(&g1, &g2, &g3);
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dassign.pass.cpp67 char g1, g2, g3, p1, p3; local
69 t.setg(&g1, &g2, &g3);
75 wchar_t g1, g2, g3, p1, p3; local
77 t.setg(&g1, &g2, &g3);

Completed in 2637 milliseconds

123456