Searched refs:STATUS_DE_BIT (Results 1 – 2 of 2) sorted by relevance
212 ; bbit1.nt r0, STATUS_DE_BIT, .Lintr_ret_to_delay_slot213 btst r0, STATUS_DE_BIT ; Z flag set if bit clear214 bnz .Lintr_ret_to_delay_slot ; branch if STATUS_DE_BIT set
50 #define STATUS_DE_BIT 6 /* PC is in delay slot */ macro57 #define STATUS_DE_MASK (1<<STATUS_DE_BIT)