Home | History | Annotate | Download | only in src

Lines Matching refs:o2

16           ld      [%o0], %o2              ! Set the current value
19 cas [%o0], %o2, %o3
20 cmp %o2, %o3 ! Check whether successful
23 mov %o2, %o0 ! Set the new value
35 ld [%o0], %o2 ! set the current
36 add %o2, 0x1, %o3 ! Increment and store current
38 cas [%o0], %o2, %o3
39 cmp %o3, %o2 ! Check whether successful
57 ld [%o0], %o2 ! set the current
58 sub %o2, 0x1, %o3 ! decrement and store current
60 cas [%o0], %o2, %o3
61 cmp %o3, %o2 ! Check whether successful