| /src/common/lib/libc/arch/or1k/atomic/ | 
| sync_bool_compare_and_swap_4.S | 39 	l.swa	0(r3), r5		/* store new value */ 
 | 
| atomic_and_32.S | 37 	l.swa	0(r3), r5		/* try to store */ 55 	l.swa	0(r3), r11		/* try to store */
 
 | 
| atomic_dec_32.S | 37 	l.swa	0(r3), r5		/* try to store */ 55 	l.swa	0(r3), r11		/* try to store */
 
 | 
| atomic_inc_32.S | 36 	l.swa	0(r3), r5		/* try to store */ 53 	l.swa	0(r3), r11		/* try to store */
 
 | 
| atomic_nand_32.S | 38 	l.swa	0(r3), r5		/* try to store */ 56 	l.swa	0(r3), r11		/* try to store */
 
 | 
| atomic_or_32.S | 36 	l.swa	0(r3), r5		/* try to store */ 54 	l.swa	0(r3), r11		/* try to store */
 
 | 
| atomic_xor_32.S | 36 	l.swa	0(r3), r5		/* try to store */ 54 	l.swa	0(r3), r11		/* try to store */
 
 | 
| atomic_cas_32.S | 39 	l.swa	0(r3), r5 
 | 
| atomic_swap_32.S | 36 	l.swa	0(r3), r4 
 | 
| atomic_add_32.S | 40 	l.swa	0(r3), r5		/* try to store */ 74 	l.swa	0(r3), r11		/* try to store */
 
 | 
| /src/sys/external/bsd/ipf/netinet/ | 
| ip_raudio_pxy.c | 190 	struct in_addr swa, swb;  local in function:ipf_p_raudio_in 273 	swa = ip->ip_src;
 341 	ip->ip_src = swa;
 
 | 
| /src/sys/opencrypto/ | 
| cryptosoft.c | 571 	struct swcr_data *sw, *swa, *swe = NULL;  local in function:swcr_combined 597 			swa = sw;
 599 			axf = swa->sw_axf;
 600 			if (swa->sw_ictx == 0)
 602 			memcpy(&ctx, swa->sw_ictx, axf->ctxsize);
 
 |