Home
last modified time | relevance | path

Searched refs:STVX (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Daltivec.c62 #define STVX(n) __asm ("stvx %1,0,%0" \ in save_vec_int() macro
64 STVX(0); STVX(1); STVX(2); STVX(3); in save_vec_int()
65 STVX(4); STVX(5); STVX(6); STVX(7); in save_vec_int()
66 STVX(8); STVX(9); STVX(10); STVX(11); in save_vec_int()
67 STVX(12); STVX(13); STVX(14); STVX(15); in save_vec_int()
68 STVX(16); STVX(17); STVX(18); STVX(19); in save_vec_int()
69 STVX(20); STVX(21); STVX(22); STVX(23); in save_vec_int()
70 STVX(24); STVX(25); STVX(26); STVX(27); in save_vec_int()
71 STVX(28); STVX(29); STVX(30); STVX(31); in save_vec_int()
72 #undef STVX in save_vec_int()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h197 PPC::STVX, \
218 PPC::STVX, \
239 PPC::STVX, \
260 PPC::STVX, \
H A DPPCVSXSwapRemoval.cpp360 case PPC::STVX: in gatherVectorInstructions()
H A DPPCScheduleP7.td166 STHCIX, STSWI, STVEBX, STVEHX, STVEWX, STVX, STVXL, STWCIX,
H A DP10InstrResources.td1830 STVX,
H A DPPCInstrAltivec.td448 def STVX : XForm_8_memOp<31, 231, (outs), (ins vrrc:$RST, (memrr $RA, $RB):$addr),
908 (STVX $rS, ForceXForm:$dst)>;
H A DP9InstrResources.td917 (instregex "STVX(L)?$"),