Searched refs:STVX (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/powerpc/powerpc/ |
| H A D | altivec.c | 62 #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 D | PPCInstrInfo.h | 197 PPC::STVX, \ 218 PPC::STVX, \ 239 PPC::STVX, \ 260 PPC::STVX, \
|
| H A D | PPCVSXSwapRemoval.cpp | 360 case PPC::STVX: in gatherVectorInstructions()
|
| H A D | PPCScheduleP7.td | 166 STHCIX, STSWI, STVEBX, STVEHX, STVEWX, STVX, STVXL, STWCIX,
|
| H A D | P10InstrResources.td | 1830 STVX,
|
| H A D | PPCInstrAltivec.td | 448 def STVX : XForm_8_memOp<31, 231, (outs), (ins vrrc:$RST, (memrr $RA, $RB):$addr), 908 (STVX $rS, ForceXForm:$dst)>;
|
| H A D | P9InstrResources.td | 917 (instregex "STVX(L)?$"),
|