Home
last modified time | relevance | path

Searched refs:ldgp (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dalpha.inc11 ldgp $gp, 0($27)
30 /* Can't use ldgp here because the finish-frame test expects the
54 ldgp $gp, 0($27)
/openbsd/sys/arch/alpha/include/
H A Dasm.h420 ldgp gp,0(ra)
597 ldgp gp, 0(reg)
/openbsd/sys/arch/alpha/alpha/
H A Dprom_disp.s61 ldgp gp, 0(pv)
/openbsd/gnu/share/
H A Dconfig.guess193 ldgp \$29,0(\$27)
202 ldgp \$29,0(\$26)
784 ldgp \$29,0(\$27)
793 ldgp \$29,0(\$26)
/openbsd/gnu/lib/libreadline/support/
H A Dconfig.guess257 ldgp \$29,0(\$27)
266 ldgp \$29,0(\$26)
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.md80 (UNSPECV_PLDGP2 11) ; prologue ldgp
4748 jsr $26,($27),0\;ldgp $29,0($26)
4750 jsr $26,%0\;ldgp $29,0($26)"
6622 ;; These take care of emitting the ldgp insn in the prologue. This will be
6624 ;; unspec_volatile insns, the first of which emits the ldgp assembler macro
6673 "ldgp %0,0(%1)\n$%~..ng:")
6781 return "br $27,$LSJ%=\n$LSJ%=:\;ldgp $29,0($27)";
6831 return "ldgp $29,0($26)";
7882 jsr $26,($27),0\;ldgp $29,0($26)
7884 jsr $26,%1\;ldgp $29,0($26)"
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.md81 (UNSPECV_PLDGP2 11) ; prologue ldgp
4820 jsr $26,($27),0\;ldgp $29,0($26)
4822 jsr $26,%0\;ldgp $29,0($26)"
6812 ;; These take care of emitting the ldgp insn in the prologue. This will be
6814 ;; unspec_volatile insns, the first of which emits the ldgp assembler macro
6866 "ldgp %0,0(%1)\n$%~..ng:"
6964 return "br $27,$LSJ%=\n$LSJ%=:\;ldgp $29,0($27)";
7016 return "ldgp $29,0($26)";
8049 jsr $26,($27),0\;ldgp $29,0($26)
8051 jsr $26,%1\;ldgp $29,0($26)"
H A Dalpha.c9302 int prev_in_use, in_use, len, ldgp; in alpha_align_insns() local
9320 ldgp = alpha_function_needs_gp ? 8 : 0; in alpha_align_insns()
9378 else if (ldgp > 0) in alpha_align_insns()
9379 ldgp -= len; in alpha_align_insns()
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-alpha.texi238 address, a-la the @code{ldgp} macro. The source register for the
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-alpha.texi244 address, a-la the @code{ldgp} macro. The source register for the
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.32820 Write "ng" label if no ldgp; don't write ldgp insn.
H A DChangeLog.010766 the callee's ldgp, we must do it ourselves, and we use the jsr tag
H A DChangeLog.57025 (exception_receiver): Use $26 for ldgp input.
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog2753 (gdbasm_call): Lose ldgp.