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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
set64.s 6 set 0,%g4
21 setx 2147483647,%g1,%g4
22 setx 2147483648,%g1,%g4
23 setx -2147483648,%g1,%g4
24 setx -2147483649,%g1,%g4
25 setx 4294967295,%g1,%g4
26 setx 4294967296,%g1,%g4
46 setuw 0,%g4
51 setsw 0,%g4
56 setsw -1,%g4
    [all...]
flush.s 7 flush [%g4 + 0x80]
8 flush %g4 + 0x80
rdhpr.s 6 rdhpr %htba,%g4
10 rdhpr %hstick_cmpr,%g4
edge.s 6 edge8lcc %g2, %g3, %g4
7 edge8l %g2, %g3, %g4
8 edge8ln %g2, %g3, %g4
wrhpr.s 6 wrhpr %g4,%htba
flush.d 14 10: 81 d9 20 80 flush \[ %g4 \+ 0x80 \]
15 14: 81 d9 20 80 flush \[ %g4 \+ 0x80 \]
rdhpr.d 13 c: 89 49 40 00 rdhpr %htba, %g4
17 1c: 89 4f c0 00 rdhpr %hstick_cmpr, %g4
set64.d 16 10: 88 10 20 00 clr %g4
41 64: 09 1f ff ff sethi %hi\(0x7ffffc00\), %g4
42 68: 88 11 23 ff or %g4, 0x3ff, %g4 ! 7fffffff <(\*ABS\*|foo)\+(0x|)7fffffff>
43 6c: 09 20 00 00 sethi %hi\(0x80000000\), %g4
44 70: 09 1f ff ff sethi %hi\(0x7ffffc00\), %g4
45 74: 88 19 3c 00 xor %g4, -1024, %g4
46 78: 09 20 00 00 sethi %hi\(0x80000000\), %g4
47 7c: 88 19 3f ff xor %g4, -1, %g
    [all...]
  /external/clang/test/CodeGenCXX/
default-arguments.cpp 68 void g4(int a, int b = 7);
70 void g4(int a, int b = 5);
72 void g4(int a = 5, int b);
75 g4();
mangle-literal-suffix.cpp 8 template <class T> void g4(char (&buffer)[sizeof(T() + 5.0L)]) {} function
9 template void g4<int>(char (&)[sizeof(long double)]);
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 108 ld [%i0 + 0x08], %g4 ! LSU Group
112 addcc %g4, %g4, %g4 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
115 ld [%i0 + 0x04], %g4 ! LSU Group
117 addcc %g4, %g4, %g4 ! IEU1 Group
119 subcc %g5, %g4, %g0 ! IEU1 Grou
    [all...]
  /external/clang/test/Sema/
align-x86.c 22 struct __attribute__((packed)) {unsigned int a;} g4; variable in typeref:struct:__anon15484
23 short chk1[__alignof__(g4) == 1 ? 1 : -1];
24 short chk2[__alignof__(g4.a) == 1 ? 1 : -1];
private-extern.c 16 extern int g4; // expected-note{{previous declaration}}
17 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}} variable
attr-weak.c 7 int __attribute__((weak_import)) g4(void);
constant-builtins.c 10 double g4 = __builtin_inff(); variable
  /external/llvm/test/MC/COFF/
cross-section-relative.s 21 .globl g4 # @g4
23 g4: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-2.s 6 .globl g4 .text
24 bal g4
29 g4: label
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 13 int(*g4)(int, int) = f2;
28 int (*g4)(int, char) = f1;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 8 void g4(int = ([=]{ return 0; })());
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 52 void g4(const X4<int>&);
59 g4(X4<int>());
p5-cxx0x-no-extra-copy.cpp 43 void g4(const X4<int>&);
49 g4(X4<int>());
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
invoke.pass.cpp 31 Array<char, 4>::type& g4() const &&;
43 static_assert(sizeof(std::__invoke(&Type::g4, std::declval<Type const&&>())) == 4, "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
invoke.pass.cpp 34 Array<char, 4>::type& g4() const &&;
47 static_assert(sizeof(std::__invoke(&Type::g4, std::declval<Type const&&>())) == 4, "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
invoke.pass.cpp 31 Array<char, 4>::type& g4() const &&;
43 static_assert(sizeof(std::__invoke(&Type::g4, std::declval<Type const&&>())) == 4, "");
  /external/ltp/testcases/network/multicast/mc_member/
mc_member_test.c 112 unsigned g1, g2, g3, g4; local
121 if (sscanf(buf, "%u.%u.%u.%u", &g1, &g2, &g3, &g4) != 4) {
127 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4);
147 unsigned g1, g2, g3, g4; local
156 if (sscanf(buf, "%u.%u.%u.%u", &g1, &g2, &g3, &g4) != 4) {
162 htonl((g1 << 24) | (g2 << 16) | (g3 << 8) | g4);

Completed in 628 milliseconds

1 2 3 4 5 6