STW               135 nanojit/NativePPC.cpp         STW(r, d+4, FP);
STW               139 nanojit/NativePPC.cpp         STW(r, d, FP);
STW               211 nanojit/NativePPC.cpp             STW(rs, dr, ra);
STW               334 nanojit/NativePPC.cpp             STW(R0, dr, ra);   // hi
STW               336 nanojit/NativePPC.cpp             STW(R0, dr+4, ra); // lo
STW               347 nanojit/NativePPC.cpp             STW(rhi, dr, ra); // hi
STW               348 nanojit/NativePPC.cpp             STW(rlo, dr+4, ra); // lo
STW               847 nanojit/NativePPC.cpp                 STW(rr, d, FP);
STW               990 nanojit/NativePPC.cpp         STW(R0, d+4, SP);
STW               993 nanojit/NativePPC.cpp         STW(R0, d+4, SP);
STW               995 nanojit/NativePPC.cpp         STW(R0, d, SP);
STW              1013 nanojit/NativePPC.cpp         STW(R0, d+4, SP);
STW              1016 nanojit/NativePPC.cpp         STW(v, d+4, SP);
STW              1017 nanojit/NativePPC.cpp         STW(R0, d, SP);
STW              1063 nanojit/NativePPC.cpp             STW(R0, 12, SP);
STW              1065 nanojit/NativePPC.cpp             STW(R0, 16, SP);
STW               481 nanojit/NativePPC.h     #define STP(r, d, b)      STW(r, d, b)
STW               901 nanojit/NativeSparc.h       STW(rd, L0, rs1); \