Home
last modified time | relevance | path

Searched refs:status_IE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dmips3264r2.igen72 SR &= ~status_IE;
96 SR |= status_IE;
Dsim-main.h500 #define status_IE (1 << 0) /* Interrupt enable */ macro
Dinterp.c303 if (SR & status_IE) in interrupt_event()