Lines Matching refs:xcc
202 movl %xcc, %o1, %o2 ! use new pri if base is less
292 ba,a,pt %xcc, mutex_vector_exit ! go to C for the hard cases
313 be,a,pt %xcc, 2f ! yes, go return cpu
340 bz,pt %xcc, 3f ! if so, prepare to block
349 be,a,pt %xcc, 0f
356 bne,pn %xcc, 1b ! if not, try again
381 bnz,pn %xcc, 2f ! single reader, no waiters?
387 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
394 bnz,a,pt %xcc, 3f
397 bge,pt %xcc, 1b ! if so, go ahead and drop it
399 ba,pt %xcc, rw_exit_wakeup ! otherwise, wake waiters
404 bne,pn %xcc, rw_exit_wakeup ! if not, go to C