Searched refs:SRR1_PRG_ILL_INS_BIT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dproc_reg.h186 #define SRR1_PRG_ILL_INS_BIT 12 macro
H A DEmulate64.s85 rlwinm. r0,r29,0,SRR1_PRG_ILL_INS_BIT,SRR1_PRG_ILL_INS_BIT // illegal opcode?
H A DEmulate.s77 rlwinm. r0,r12,0,SRR1_PRG_ILL_INS_BIT,SRR1_PRG_ILL_INS_BIT ; Emulation candidate?
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c463 if (mctx64.ss.srr1 & (1 << (31 - SRR1_PRG_ILL_INS_BIT)))
472 if (mctx.ss.srr1 & (1 << (31 - SRR1_PRG_ILL_INS_BIT)))

Completed in 36 milliseconds