Home | History | Annotate | Download | only in atomic

Lines Matching refs:x2

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