Lines Matching refs:s0
69 mfc0 s0, CP0_CAUSE
73 andi t1, s0, CAUSEF_IP7
75 srl t1, s0, (CAUSEB_BD-2) /* Shift BD bit to bit 2 */
86 andi t1, s0, CAUSEF_IP4
97 andi t1, s0, CAUSEF_IP3
109 andi t1, s0, CAUSEF_IP6
119 and t1, s0, CAUSEF_IP2
134 ld s0, R_IMR_INTERRUPT_STATUS_BASE(v0) /* read IP[2] status */
136 beqz s0, 4f /* No interrupts. Return */
139 3: #dclz s1, s0 /* Find the next interrupt */
140 .word 0x72118824 # dclz s1, s0