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 stxrh w2, w3, [x4] /* try to store */
52 and w3, w0, w1 /* w3 = (*ptr & value) */
53 mvn w3, w3 /* w3 = ~(*ptr & value) */
54 stxrh w2, w3, [x4] /* try to store */