Home | History | Annotate | Download | only in atomic

Lines Matching refs:w3

40 	and	w3, w0, w1		/* w3 =  (*ptr & value) */
41 mvn w3, w3 /* w3 = ~(*ptr & value) */
42 stxr w2, w3, [x4] /* try to store */
56 and w3, w0, w1 /* w3 = (*ptr & value) */
57 mvn w3, w3 /* w3 = ~(*ptr & value) */
58 stxr w2, w3, [x4] /* try to store */