Lines Matching refs:o3
17 mov %o1, %o3 ! Set the new value
18 ! swap [%o0], %o3 ! Do the compare and swap
19 cas [%o0], %o2, %o3
20 cmp %o2, %o3 ! Check whether successful
36 add %o2, 0x1, %o3 ! Increment and store current
37 ! swap [%o0], %o3 ! Do the compare and swap
38 cas [%o0], %o2, %o3
39 cmp %o3, %o2 ! Check whether successful
58 sub %o2, 0x1, %o3 ! decrement and store current
59 ! swap [%o0], %o3 ! Do the compare and swap
60 cas [%o0], %o2, %o3
61 cmp %o3, %o2 ! Check whether successful