Home | History | Annotate | Download | only in atomic

Lines Matching refs:x4

38 	mov	x4, x0			/* need r0 for return value */
39 1: ldxr x0, [x4] /* load old value (*ptr) */
42 stxr w3, x2, [x4] /* try to store */
53 mov x4, x0 /* need r0 for return value */
55 1: ldxr x0, [x4] /* load old value (*ptr) */
58 stxr w3, x2, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxr x0, [x4] /* load old value (*ptr) */
74 stxr w3, x0, [x4] /* try to store */
85 mov x4, x0 /* need r0 for return value */
87 1: ldxr x0, [x4] /* load old value (*ptr) */
90 stxr w3, x0, [x4] /* try to store */