HomeSort by: relevance | last modified time | path
    Searched refs:vrsave (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/arch/powerpc/include/
reg.h 72 __register_t vrsave; /* SPR 256 */ member in struct:vreg
frame.h 79 int vrsave; member in struct:utrapframe
171 int vrsave; member in struct:utrapframe32
  /src/sys/arch/powerpc/oea/
altivec.c 105 * VRSAVE will be restored when trap frame returns
107 l->l_md.md_utf->tf_vrsave = pcb->pcb_vr.vrsave;
134 * Save VRSAVE
136 pcb->pcb_vr.vrsave = l->l_md.md_utf->tf_vrsave;
177 pcb->pcb_vr.vrsave = mcp->__vrf.__vrsave;
178 l->l_md.md_utf->tf_vrsave = pcb->pcb_vr.vrsave;
  /src/sys/arch/powerpc/powerpc/
compat_13_machdep.c 105 tf->tf_vrsave = sc.sc_frame.vrsave;
compat_16_machdep.c 139 utf->vrsave = tf->tf_vrsave;
263 tf->tf_vrsave = utf->vrsave;
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
ghashp8-ppc.pl 74 my $vrsave="r12";
86 mfspr $vrsave,256
204 mtspr 256,$vrsave
218 mfspr $vrsave,256
256 mtspr 256,$vrsave
268 mfspr $vrsave,256
372 mtspr 256,$vrsave
415 stw $vrsave,`$FRAME-4`($sp) # save vrsave
624 mtspr 256,$vrsave
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
ghashp8-ppc.pl 74 my $vrsave="r12";
86 mfspr $vrsave,256
204 mtspr 256,$vrsave
218 mfspr $vrsave,256
256 mtspr 256,$vrsave
268 mfspr $vrsave,256
372 mtspr 256,$vrsave
415 stw $vrsave,`$FRAME-4`($sp) # save vrsave
624 mtspr 256,$vrsave
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
ghashp8-ppc.pl 71 my $vrsave="r12";
83 mfspr $vrsave,256
201 mtspr 256,$vrsave
215 mfspr $vrsave,256
253 mtspr 256,$vrsave
265 mfspr $vrsave,256
369 mtspr 256,$vrsave
412 stw $vrsave,`$FRAME-4`($sp) # save vrsave
621 mtspr 256,$vrsave
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
darwin-fallback.c 285 uint32_t vrsave; member in struct:gcc_mcontext32
307 uint32_t vrsave; member in struct:gcc_mcontext64
398 set_offset (R_VRSAVE, &m64->vrsave);
427 set_offset (R_VRSAVE, &m->vrsave);
aix-unwind.h 101 uint vrsave; member in struct:__anon14295
274 REGISTER_CFA_OFFSET_FOR (fs, R_VRSAVE, &vstate->vrsave, new_cfa);
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
darwin-fallback.c 285 uint32_t vrsave; member in struct:gcc_mcontext32
307 uint32_t vrsave; member in struct:gcc_mcontext64
398 set_offset (R_VRSAVE, &m64->vrsave);
427 set_offset (R_VRSAVE, &m->vrsave);
aix-unwind.h 101 uint vrsave; member in struct:__anon16707
274 REGISTER_CFA_OFFSET_FOR (fs, R_VRSAVE, &vstate->vrsave, new_cfa);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
thread_act.d 270 uint vrsave; /// Vector save register
285 uint vrsave; /// Vector save register
  /src/sys/arch/powerpc/booke/
spe.c 170 pcb->pcb_vr.vrsave = mcp->__vrf.__vrsave;
209 mcp->__vrf.__vrsave = pcb->pcb_vr.vrsave;
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha512p8-ppc.pl 97 $vrsave="r12";
159 mfspr $vrsave,256
173 stw $vrsave,`$FRAME-6*$SIZE_T-4`($sp) # save vrsave
294 mtspr 256,$vrsave
keccak1600p8-ppc.pl 233 mfspr r7, 256 ; save vrsave
256 stw r7,`$FRAME-4`($sp) ; save vrsave
347 mtspr 256, r7 ; restore vrsave
389 mfspr r7, 256 ; save vrsave
412 stw r7,`$FRAME-4`($sp) ; save vrsave
653 mtspr 256, r7 ; restore vrsave
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
sha512p8-ppc.pl 97 $vrsave="r12";
159 mfspr $vrsave,256
173 stw $vrsave,`$FRAME-6*$SIZE_T-4`($sp) # save vrsave
294 mtspr 256,$vrsave
keccak1600p8-ppc.pl 233 mfspr r7, 256 ; save vrsave
256 stw r7,`$FRAME-4`($sp) ; save vrsave
347 mtspr 256, r7 ; restore vrsave
389 mfspr r7, 256 ; save vrsave
412 stw r7,`$FRAME-4`($sp) ; save vrsave
653 mtspr 256, r7 ; restore vrsave
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
sha512p8-ppc.pl 94 $vrsave="r12";
156 mfspr $vrsave,256
170 stw $vrsave,`$FRAME-6*$SIZE_T-4`($sp) # save vrsave
291 mtspr 256,$vrsave
keccak1600p8-ppc.pl 229 mfspr r7, 256 ; save vrsave
252 stw r7,`$FRAME-4`($sp) ; save vrsave
343 mtspr 256, r7 ; restore vrsave
385 mfspr r7, 256 ; save vrsave
408 stw r7,`$FRAME-4`($sp) ; save vrsave
649 mtspr 256, r7 ; restore vrsave
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
powerpc-htm-regs.exp 197 set vrsave [get_hexadecimal_valueof "\$vrsave" "default0"]
258 test_register_match "cvrsave" "vrsave" 1
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
powerpc-htm-regs.exp 198 set vrsave [get_hexadecimal_valueof "\$vrsave" "default0"]
259 test_register_match "cvrsave" "vrsave" 1
  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
aesp8-ppc.pl 83 $vrsave="r12";
135 mfspr $vrsave,256
366 mtspr 256,$vrsave
439 mfspr $vrsave,256
495 mtspr 256,$vrsave
521 mfspr $vrsave,256
668 mtspr 256,$vrsave
714 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
1226 mtspr 256,$vrsave
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
aesp8-ppc.pl 83 $vrsave="r12";
135 mfspr $vrsave,256
366 mtspr 256,$vrsave
439 mfspr $vrsave,256
495 mtspr 256,$vrsave
521 mfspr $vrsave,256
668 mtspr 256,$vrsave
714 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
1226 mtspr 256,$vrsave
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
aesp8-ppc.pl 79 $vrsave="r12";
130 mfspr $vrsave,256
361 mtspr 256,$vrsave
434 mfspr $vrsave,256
490 mtspr 256,$vrsave
516 mfspr $vrsave,256
663 mtspr 256,$vrsave
709 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
1221 mtspr 256,$vrsave
    [all...]

Completed in 35 milliseconds

1 2