Searched refs:vrsave (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | 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
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | 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
|
| /freebsd/sys/powerpc/include/ |
| H A D | pcb.h | 79 uint32_t vrsave; member
|
| H A D | reg.h | 27 __uint32_t vrsave; member
|
| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | 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 1280 mfspr $vrsave,256 [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_ppc64.h | 188 VMX_PPC64_OFFSET(vrsave), \ 312 uint32_t vrsave; member
|
| H A D | RegisterContextFreeBSD_powerpc.cpp | 167 uint32_t vrsave; member
|
| H A D | RegisterInfos_ppc64le.h | 199 VMX_OFFSET(vrsave), \ 390 uint32_t vrsave; member
|
| H A D | RegisterInfos_powerpc.h | 165 VMX_OFFSET(vrsave), \
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 448 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 D | MachO.h | 2104 uint32_t vrsave; member 2147 sys::swapByteOrder(x.vrsave); in swapStruct()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 303 def VRSAVE: SPR<256, "vrsave">, DwarfRegNum<[109]>;
|