Searched refs:r27 (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/sys/ia64/ia64/
H A Dexception.S89 // We can only use r25, r26 & r27
97 mov r27 = ar.k3
110 cmp.eq p15,p0 = r0, r27
115 st8 [r27] = r25, 8 // 0x00 IVT
121 st8 [r27] = r26, 8 // 0x08 ITC
127 st8 [r27] = r25, 8 // 0x10 IIP
133 st8 [r27] = r26, 8 // 0x18 IFA
139 st8 [r27] = r25, 8 // 0x20 ISR
145 st8 [r27] = r26, 8 // 0x28 IPSR
151 st8 [r27]
[all...]
H A Dsyscall.S293 sub r27=r23,r15
316 st8 [r31]=r27,16 // ndirty
452 ld8 r27=[r14],16 // ndirty
459 shl r27=r27,16
464 mov ar.rsc=r27
537 ld8 r27=[r15],16
H A Dcontext.S386 ld8 r27=[r32],16 // b4
398 mov b4=r27
/freebsd-10-stable/lib/libc/powerpc64/gen/
H A D_setjmp.S76 std %r27,40 + 18*8(%r3)
102 ld %r27,40 + 18*8(%r3)
H A Dsetjmp.S87 std %r27,40 + 18*8(%r6)
115 ld %r27,40 + 18*8(%r3)
H A Dsigsetjmp.S92 std %r27,40 + 18*8(%r6)
119 ld %r27,40 + 18*8(%r3)
/freebsd-10-stable/lib/libkse/arch/powerpc/powerpc/
H A Dcontext.S80 stw %r27, _MC_R27(%r3)
132 lwz %r27, _MC_R27(%r3)
/freebsd-10-stable/sys/powerpc/aim/
H A Dtrap_subr64.S108 * savearea r27-r31,DAR,DSISR (DAR & DSISR only for DSI traps)
138 ld %r27,(savearea+CPUSAVE_R27)(%r2); /* get saved r27 */ \
167 std %r27, FRAME_27+48(%r1); \
212 ld %r27,FRAME_27+48(%r1); \
254 std %r27,(savearea+CPUSAVE_R27)(%r3); \
259 mflr %r27; /* preserve LR */ \
261 mtlr %r27; \
266 ld %r27,(savearea+CPUSAVE_R27)(%r3); \
510 std %r27,(PC_TEMPSAV
[all...]
H A Dlocore64.S233 std %r27,24+15*8(%r3)
H A Dtrap_subr32.S140 stw %r27, FRAME_27+8(%r1); \
185 lwz %r27,FRAME_27+8(%r1); \
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_mips64.cpp47 uint64_t r27; member in struct:_GPR
H A DRegisterInfos_mips64.h52 DEFINE_GPR(r27, NULL, gcc_dwarf_r27_mips64, gcc_dwarf_r27_mips64, LLDB_INVALID_REGNUM, gdb_r27_mips64),
/freebsd-10-stable/sys/powerpc/ofw/
H A Dofwcall64.S87 std %r27,168(%r1)
159 ld %r27,168(%r1)
206 std %r27,168(%r1)
279 ld %r27,168(%r1)
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S766 { .mfi; getf.sig r27=f43
779 add r27=r27,r26 };;
783 { .mfi; cmp.ltu p6,p0=r27,r26
785 add r27=r27,carry2 };;
790 cmp.ltu p6,p0=r27,carry2 };;
791 { .mfi; st8 [r33]=r27,16
825 { .mfi; getf.sig r27=f63
849 add r27
[all...]
H A Dppc-mont.pl100 $lo1="r27";
142 $PUSH r27,`-5*$SIZE_T`($tj)
322 $POP r27,`-5*$SIZE_T`($tj)
H A Dpa-risc2W.s44 ; global data pointer ; r27 (dp)
756 STD %r27,-288(%r30) ; save gp
769 LDD -288(%r30),%r27 ; restore gp
886 ADDIL LT'__iob,%r27,%r1
894 LDD -288(%r30),%r27
898 LDD -288(%r30),%r27
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dswtch64.S99 std %r27,PCB_CONTEXT+15*8(%r6)
203 ld %r27,PCB_CONTEXT+15*8(%r3)
258 std %r27,PCB_CONTEXT+15*8(%r3)
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dppc-asm.h32 #define r27 27 macro
/freebsd-10-stable/sys/powerpc/booke/
H A Dtrap_subr.S512 * r27 - saved mas2
530 mfspr %r27, SPR_MAS2
587 mtspr SPR_MAS2, %r27
653 * r27 - mas2
680 rlwimi %r27, %r21, 0, 27, 30 /* insert WIMG bits from pte */
692 mtspr SPR_MAS2, %r27
719 mfspr %r27, SPR_MAS2
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl69 "r24","r25","r26","r27","r28","r29","r30","r31");
182 $PUSH r27,`$FRAME-$SIZE_T*5`($sp)
257 $POP r27,`$FRAME-$SIZE_T*5`($sp)
H A Dsha512-ppc.pl119 "r24","r25","r26","r27","r28","r29","r30","r31");
206 $PUSH r27,`$FRAME-$SIZE_T*5`($sp)
301 $POP r27,`$FRAME-$SIZE_T*5`($sp)
/freebsd-10-stable/crypto/openssl/crypto/
H A Dia64cpuid.S98 { .mfi; mov r27=r0
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_self_context.s44 rRSC0 = r27
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S44 te02=r24; te13=r25; te20=r26; te31=r27;
388 shr.u r27=r24,twenty4 };;
406 st1 [out0]=r27,4
767 shr.u r27=r24,twenty4 };;
785 st1 [out0]=r27,4
H A Daes-ppc.pl96 $acc11="r27";
355 $PUSH r27,`$FRAME-$SIZE_T*5`($sp)
467 $POP r27,`$FRAME-$SIZE_T*5`($sp)
789 $PUSH r27,`$FRAME-$SIZE_T*5`($sp)
901 $POP r27,`$FRAME-$SIZE_T*5`($sp)

Completed in 133 milliseconds

12