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

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
rdhpr.s 7 rdhpr %hver,%g5
9 rdhpr %hstick_enable,%g5
12 rdhpr %hmcddfr,%g5
flush.s 9 flush [0x90 + %g5]
10 flush 0x90 + %g5
set64.d 17 14: 0b 00 00 3f sethi %hi\(0xfc00\), %g5
18 18: 8a 11 63 ff or %g5, 0x3ff, %g5 ! ffff <(\*ABS\*|foo)\+(0x|)ffff>
53 94: 0b 3f ff ff sethi %hi\(0xfffffc00\), %g5
55 9c: 8a 11 63 ff or %g5, 0x3ff, %g5
57 a4: 8a 11 40 01 or %g5, %g1, %g5
58 a8: 0b 20 00 00 sethi %hi\(0x80000000\), %g5
59 ac: 8b 29 70 20 sllx %g5, 0x20, %g
    [all...]
rdasr.s 8 rd %tick_cmpr,%g5
9 rd %sys_tick,%g5
edge.s 18 edge32lcc %o2, %g5, %l1
19 edge32l %o2, %g5, %l1
20 edge32ln %o2, %g5, %l1
rdhpr.d 14 10: 8b 49 80 00 rdhpr %hver, %g5
16 18: 8b 4f 40 00 rdhpr %hstick_enable, %g5
19 24: 8b 4e 00 00 rdhpr %hmcddfr, %g5
cfr.s 5 rd %cfr, %g5
flush.d 16 18: 81 d9 60 90 flush \[ %g5 \+ 0x90 \]
17 1c: 81 d9 60 90 flush \[ %g5 \+ 0x90 \]
rdasr.d 15 14: 8b 45 c0 00 rd %tick_cmpr, %g5
16 18: 8b 46 00 00 rd %stick, %g5
edge.d 25 3c: a3 b2 81 45 edge32lcc %o2, %g5, %l1
26 40: a3 b2 81 45 edge32lcc %o2, %g5, %l1
27 44: a3 b2 81 65 edge32ln %o2, %g5, %l1
cfr.d 12 8: 8b 46 80 00 rd %cfr, %g5
rdpr.s 7 rdpr %tick,%g5
  /external/clang/test/CodeGenCXX/
mangle-literal-suffix.cpp 13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} function
14 template void g5<int>(char (&)[sizeof(int)]);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-misc-2.s 7 .globl g5 .text
25 bal g5
31 g5: label
  /external/clang/test/SemaCXX/
function-pointer-arguments.cpp 14 int(*g5)(const int, int) = f2;
31 int (*g5)(int) = f1;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 9 void g5(int = ([]{ return sizeof i; })());
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 53 void g5(const X5&);
60 g5(X5()); // Generates a warning in the default argument.
  /external/clang/test/Sema/
align-x86.c 13 unsigned long long g5; variable
14 short chk1[__alignof__(g5) == 8 ? 1 : -1];
private-extern.c 19 __private_extern__ int g5; // expected-note{{previous declaration}} variable
20 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
attr-weak.c 8 void __attribute__((weak_import)) g5(void) { function
constant-builtins.c 11 long double g5 = __builtin_infl(); variable
no-documentation-warn-tagdecl-specifier.c 71 enum e5* g5(void);
  /external/clang/test/CodeGen/
bitfield-2.c 213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s5
229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; local
231 res ^= g5.f0 ^ g5.f1 ^ g5.f2;
232 res ^= f5_load(&g5) ^ f5_store(&g5) ^ f5_reload(&g5);
233 res ^= g5.f0 ^ g5.f1 ^ g5.f2
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 52 virtual void g5() throw(A); // expected-note {{overridden virtual function is here}}
88 virtual void g5() throw(P); // expected-error {{exception specification of overriding function is more lax}}
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 107 ld [%i0 + 0x0c], %g5 ! LSU Group
110 addcc %g5, %g5, %g5 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
119 subcc %g5, %g4, %g0 ! IEU1 Group
124 subcc %g5, %g4, %g0 ! IEU1 Group
194 1: ld [%i0 + 0x0c], %g5 ! LSU Group
196 addcc %g5, %g5, %g5 ! IEU1 Grou
    [all...]

Completed in 2836 milliseconds

1 2 3 4 5