Home | History | Annotate | Download | only in mips

Lines Matching refs:ST_W

39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
40 #define ST_SW(...) ST_W(v4i32, __VA_ARGS__)