Searched refs:register (Results 1 - 25 of 106) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/ada/
H A Dvxworks-crtbe-link.spec2 + %{!auto-register:%{!noauto-register:-auto-register}} \
7 %{!noauto-register:crtbegin.o%s} \
8 %{noauto-register:crtbeginT.o%s} \
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/tls/
H A Ddiag-4.mm9 __thread register int l4; /* { dg-error "multiple storage classes in declaration of" } */
H A Ddiag-2.mm14 register __thread int l4; /* { dg-error "multiple storage classes" } */
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/tls/
H A Ddiag-4.m9 __thread register int l4; /* { dg-error "'__thread' used with 'register'" } */
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug258.go18 // 386 float register bug used to load constant before call
H A Dbug368.go10 // and the call to f smashed the register.
H A Dbug440_32.go3 // Test for 8g register move bug. The optimizer gets confused
H A Dbug440_64.go3 // Test for 6g register move bug. The optimizer gets confused
H A Dissue5820.go7 // issue 5820: register clobber when clearfat and 64 bit arithmetic is interleaved.
/haiku-buildtools/autoconf/lib/Autom4te/
H A DC4che.pm82 =item C<$req = Autom4te::C4che-E<gt>register (%attr)>
84 Create and register a request for these path and input.
89 # register ($SELF, %ATTR)
93 sub register ($%) subroutine
125 || Autom4te::C4che->register (%request);
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dtry-catch-9.mm26 register int local5 = 15;
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/exceptions/
H A Dlocal-variables-1.m20 register int local5 = 15;
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Dlib1thumb.asm91 @ Load the constant 0x10000000 into our work register
198 @ Load the constant 0x10000000 into our work register
477 @ the work register, because we will pop this value off first.
632 The address of function to be called is loaded into a register and then
634 return address into the link register with the bottom bit set, and the
640 .macro call_via register
641 .globl SYM (_call_via_\register)
642 TYPE (_call_via_\register)
644 SYM (_call_via_\register):
645 bx \register
[all...]
H A Dlib1funcs.asm465 The address of function to be called is loaded into a register and then
467 return address into the link register with the bottom bit set, and the
473 .macro call_via register
474 .globl SYM (_call_via_\register)
475 TYPE (_call_via_\register)
477 SYM (_call_via_\register):
478 bx \register
481 SIZE (_call_via_\register)
506 of function to be called is loaded into a register and then one of these
508 into the link register wit
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc32/
H A Dsub_n.asm49 L(v1): addx %g0,%g0,%o4 C save cy in register
86 addx %g0,%g0,%o4 C save cy in register
106 addx %g0,%g0,%o4 C save cy in register
117 addx %g0,%g0,%o4 C save cy in register
149 L(v1b): addx %g0,%g0,%o4 C save cy in register
186 addx %g0,%g0,%o4 C save cy in register
206 addx %g0,%g0,%o4 C save cy in register
217 addx %g0,%g0,%o4 C save cy in register
254 L(v2): addx %g0,%g0,%o4 C save cy in register
284 addx %g0,%g0,%o4 C save cy in register
[all...]
H A Dadd_n.asm49 L(v1): addx %g0,%g0,%o4 C save cy in register
86 addx %g0,%g0,%o4 C save cy in register
106 addx %g0,%g0,%o4 C save cy in register
117 addx %g0,%g0,%o4 C save cy in register
164 L(v2): addx %g0,%g0,%o4 C save cy in register
194 addx %g0,%g0,%o4 C save cy in register
213 addx %g0,%g0,%o4 C save cy in register
/haiku-buildtools/gcc/gcc/config/h8300/
H A Dgenmova.sh56 # Loop over the destination register's mode. The QI and HI versions use
152 # Now emit the forms that use AND. When the index is a register,
167 register="(match_operand:$d 1 \"register_operand\" \"0\")"
168 for paradoxical in "$memory" "$register"; do
/haiku-buildtools/gcc/gmp/mpn/power/
H A Dlshift.asm35 mtctr 5 C put limb count in CTR loop register
37 sre 3,0,8 C compute carry out limb, and init MQ register
H A Drshift.asm32 mtctr 5 C put limb count in CTR loop register
35 sle 3,0,8 C compute carry limb, and init MQ register
H A Dsub_n.asm47 sfi 3,3,0 C ... return value register
73 sfi 3,3,0 C ... return value register
/haiku-buildtools/gcc/gmp/mpn/powerpc64/
H A Dlshift.asm45 mtctr r7', C copy n to count register
46 ` mtctr n') C copy n to count register
/haiku-buildtools/gcc/gmp/mpn/powerpc64/mode32/
H A Dadd_n.asm65 addze r4, r3 C ... return value register
73 addze r4, r3 C ... return value register
H A Dsub_n.asm65 subfic r4, r3, 0 C ... return value register
74 subfic r4, r3, 0 C ... return value register
/haiku-buildtools/gcc/gmp/mpn/sparc32/v8/
H A Daddmul_1.asm38 ` mov %o7,%g4 C Save return address register
41 1: mov %g4,%o7 C Restore return address register
H A Dmul_1.asm35 ` mov %o7,%g4 C Save return address register
38 1: mov %g4,%o7 C Restore return address register

Completed in 261 milliseconds

12345