Searched refs:STVX (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/powerpc/powerpc/ |
| HD | altivec.c | 64 #define STVX(n) __asm ("stvx %1,0,%0" \ in save_vec_int() macro 66 STVX(0); STVX(1); STVX(2); STVX(3); in save_vec_int() 67 STVX(4); STVX(5); STVX(6); STVX(7); in save_vec_int() 68 STVX(8); STVX(9); STVX(10); STVX(11); in save_vec_int() 69 STVX(12); STVX(13); STVX(14); STVX(15); in save_vec_int() 70 STVX(16); STVX(17); STVX(18); STVX(19); in save_vec_int() 71 STVX(20); STVX(21); STVX(22); STVX(23); in save_vec_int() 72 STVX(24); STVX(25); STVX(26); STVX(27); in save_vec_int() 73 STVX(28); STVX(29); STVX(30); STVX(31); in save_vec_int() 74 #undef STVX in save_vec_int()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCVSXSwapRemoval.cpp | 346 case PPC::STVX: in gatherVectorInstructions()
|
| HD | PPCInstrInfo.cpp | 244 case PPC::STVX: in isStoreToStackSlot() 916 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STVX)) in StoreRegToStackSlot()
|
| HD | PPCInstrAltivec.td | 446 def STVX : XForm_8<31, 231, (outs), (ins vrrc:$rS, memrr:$dst), 852 (STVX $rS, xoaddr:$dst)>;
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | altivec.md | 154 ;; Generic STVX store instruction.
|