Searched refs:ldgp (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ |
H A D | alpha.inc | 11 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 D | asm.h | 420 ldgp gp,0(ra) 597 ldgp gp, 0(reg)
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | prom_disp.s | 61 ldgp gp, 0(pv)
|
/openbsd/gnu/share/ |
H A D | config.guess | 193 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 D | config.guess | 257 ldgp \$29,0(\$27) 266 ldgp \$29,0(\$26)
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.md | 80 (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 D | alpha.md | 81 (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 D | alpha.c | 9302 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 D | c-alpha.texi | 238 address, a-la the @code{ldgp} macro. The source register for the
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-alpha.texi | 244 address, a-la the @code{ldgp} macro. The source register for the
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.3 | 2820 Write "ng" label if no ldgp; don't write ldgp insn.
|
H A D | ChangeLog.0 | 10766 the callee's ldgp, we must do it ourselves, and we use the jsr tag
|
H A D | ChangeLog.5 | 7025 (exception_receiver): Use $26 for ldgp input.
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/ |
H A D | ChangeLog | 2753 (gdbasm_call): Lose ldgp.
|