Searched refs:swl (Results 1 – 3 of 3) sorted by relevance
39 #define swl(x) (sws(x >> 16) | (sws(x) << 16)) macro42 #define swap_long(x) (x = swl(x))49 #define swl(x) (x) macro52 #define swap_long(x) (x = swl(x))
37 #define swl(x) (sws(x >> 16) | (sws(x) << 16)) macro40 #define swap_long(x) (x = swl(x))47 #define swl(x) (x) macro50 #define swap_long(x) (x = swl(x))
371 struct regnod *swl; in prf() local376 swl = swptr(t)->swlst; in prf()377 while(swl) in prf()379 struct argnod *arg = swl->regptr; in prf()395 prf(swl->regcom); in prf()397 swl = swl->regnxt; in prf()