Home | History | Annotate | Download | only in atomic

Lines Matching refs:w0

39 1:	ldxr	w0, [x4]		/* load old value (*ptr) */
40 and w3, w0, w1 /* w3 = (*ptr & value) */
55 1: ldxr w0, [x4] /* load old value (*ptr) */
56 and w3, w0, w1 /* w3 = (*ptr & value) */
71 1: ldxr w0, [x4] /* load old value (*ptr) */
72 and w0, w0, w1 /* w0 = (*ptr & value) */
73 mvn w0, w0 /* w0 = ~(*ptr & value), return value */
74 stxr w2, w0, [x4] /* try to store */
87 1: ldxr w0, [x4] /* load old value (tmp) */
88 and w0, w0, w1 /* w0 = (tmp & value) */
89 mvn w0, w0 /* w0 = ~(tmp & value), return */
90 stxr w2, w0, [x4] /* try to store */