Home
last modified time | relevance | path

Searched refs:vrsave (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl74 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
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl97 $vrsave="r12";
159 mfspr $vrsave,256
173 stw $vrsave,`$FRAME-6*$SIZE_T-4`($sp) # save vrsave
294 mtspr 256,$vrsave
/freebsd/sys/powerpc/include/
H A Dpcb.h79 uint32_t vrsave; member
H A Dreg.h27 __uint32_t vrsave; member
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl83 $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
1280 mfspr $vrsave,256
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64.h188 VMX_PPC64_OFFSET(vrsave), \
312 uint32_t vrsave; member
H A DRegisterContextFreeBSD_powerpc.cpp167 uint32_t vrsave; member
H A DRegisterInfos_ppc64le.h199 VMX_OFFSET(vrsave), \
390 uint32_t vrsave; member
H A DRegisterInfos_powerpc.h165 VMX_OFFSET(vrsave), \
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c448 mcp->mc_vrsave = pcb->pcb_vec.vrsave; in grab_mcontext()
566 pcb->pcb_vec.vrsave = mcp->mc_vrsave; in set_mcontext()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h2104 uint32_t vrsave; member
2147 sys::swapByteOrder(x.vrsave); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td303 def VRSAVE: SPR<256, "vrsave">, DwarfRegNum<[109]>;