Searched refs:vrsave (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpcb.h72 uint32_t vrsave; member in struct:pcb::vec
H A Dreg.h26 uint32_t vrsave; member in struct:vmxreg
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c278 uint32_t vrsave; member in struct:gcc_mcontext32
300 uint32_t vrsave; member in struct:gcc_mcontext64
382 set_offset (VRSAVE_REGNO, &m64->vrsave);
411 set_offset (VRSAVE_REGNO, &m->vrsave);
H A Drs6000.c85 r13-r31, cr, f14-f31, vrsave, v20-v31 */
803 "vrsave", "vscr",
829 "vrsave", "vscr",
1781 rs6000_parse_yes_no_option ("vrsave", arg, &(TARGET_ALTIVEC_VRSAVE));
14187 /* Returns an insn that has a vrsave set operation with the
14195 rtx vrsave = gen_rtx_REG (SImode, VRSAVE_REGNO);
14199 vrsave,
14201 gen_rtvec (2, reg, vrsave),
14213 (parallel [ (set (reg vrsave) (unspec blah))
14813 rtx reg, mem, vrsave;
14162 rtx vrsave = gen_rtx_REG (SImode, VRSAVE_REGNO); local
14780 rtx reg, mem, vrsave; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl71 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...]
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl94 $vrsave="r12";
156 mfspr $vrsave,256
170 stw $vrsave,`$FRAME-6*$SIZE_T-4`($sp) # save vrsave
291 mtspr 256,$vrsave
H A Dkeccak1600p8-ppc.pl229 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
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64.h185 {"vrsave", \
188 VMX_PPC64_OFFSET(vrsave), \
312 uint32_t vrsave; member in struct:_VMX_PPC64
H A DRegisterContextFreeBSD_powerpc.cpp167 uint32_t vrsave; member in struct:_VMX
H A DRegisterInfos_ppc64le.h196 {"vrsave", \
199 VMX_OFFSET(vrsave), \
390 uint32_t vrsave; member in struct:_VMX
H A DRegisterInfos_powerpc.h162 {"vrsave", \
165 VMX_OFFSET(vrsave), \
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl79 $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...]
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c415 mcp->mc_vrsave = pcb->pcb_vec.vrsave;
491 pcb->pcb_vec.vrsave = mcp->mc_vrsave;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1912 uint32_t vrsave; member in struct:llvm::MachO::ppc_thread_state32_t
1955 sys::swapByteOrder(x.vrsave);
/freebsd-12-stable/contrib/gdb/gdb/
H A Drs6000-tdep.c84 int vrsave_offset; /* offset of saved vrsave register */
408 - vrsave_offset is the offset of the saved vrsave register
773 /* Store the vrsave register (spr 256) in another register for
774 later manipulation, or load a register into the vrsave
789 /* Store the register where vrsave was saved to onto the stack:
790 rS is the register where vrsave was stored in a previous
802 /* Compute the new value of vrsave, by modifying the register
803 where vrsave was saved to. */
2232 /*151*/R4(vscr), R4(vrsave)
2412 /* vr0-vr31, vrsave, vsc
[all...]

Completed in 295 milliseconds