Home | History | Annotate | Download | only in atomic

Lines Matching refs:w0

39 1:	ldxrh	w0, [x4]		/* load old value (*ptr) */
40 and w3, w0, w1 /* w3 = (*ptr & value) */
51 1: ldxrh w0, [x4] /* load old value (*ptr) */
52 and w3, w0, w1 /* w3 = (*ptr & value) */
71 1: ldxrh w0, [x4] /* load old value (*ptr) */
72 and w0, w0, w1 /* w0 = (*ptr & value) */
73 mvn w0, w0 /* w0 = ~(*ptr & value), return value */
74 stxrh w2, w0, [x4] /* try to store */
83 1: ldxrh w0, [x4] /* load old value (*ptr) */
84 and w0, w0, w1 /* w0 = (*ptr & value) */
85 mvn w0, w0 /* w0 = ~(*ptr & value), return */
86 stxrh w2, w0, [x4] /* try to store */