Searched refs:cr_reg (Results 1 – 1 of 1) sorted by relevance
485 int cr_reg = -1; in skip_prologue() local550 cr_reg = (op & 0x03e00000); in skip_prologue()628 else if (cr_reg != -1 && in skip_prologue()630 (((op & 0xffff0000) == (cr_reg | 0xf8010000)) || in skip_prologue()632 ((op & 0xffff0000) == (cr_reg | 0x90010000)) || in skip_prologue()634 ((op & 0xffff0000) == (cr_reg | 0x94010000)))) in skip_prologue()637 cr_reg = 0; in skip_prologue()