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

/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl49 my $vrsave="r12";
61 mfspr $vrsave,256
93 mtspr 256,$vrsave
105 mfspr $vrsave,256
143 mtspr 256,$vrsave
155 mfspr $vrsave,256
212 mtspr 256,$vrsave
/freebsd-11-stable/sys/powerpc/include/
H A Dpcb.h67 uint32_t vrsave; member in struct:pcb::vec
H A Dreg.h30 uint32_t vrsave; member in struct:vmxreg
/freebsd-11-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-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl77 $vrsave="r12";
135 mfspr $vrsave,256
157 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
281 mtspr 256,$vrsave
/freebsd-11-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-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl57 $vrsave="r12";
108 mfspr $vrsave,256
339 mtspr 256,$vrsave
412 mfspr $vrsave,256
468 mtspr 256,$vrsave
494 mfspr $vrsave,256
641 mtspr 256,$vrsave
687 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
1199 mtspr 256,$vrsave
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c413 mcp->mc_vrsave = pcb->pcb_vec.vrsave;
489 pcb->pcb_vec.vrsave = mcp->mc_vrsave;
/freebsd-11-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-11-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 360 milliseconds