I_EUFL            588 src/dps8/dps8_hw_consts.h # define CLR_I_EUFL  CLRF (cpu.cu.IR, I_EUFL)
I_EUFL            599 src/dps8/dps8_hw_consts.h # define SET_I_EUFL  SETF (cpu.cu.IR, I_EUFL)
I_EUFL            612 src/dps8/dps8_hw_consts.h # define TST_I_EUFL  TSTF (cpu.cu.IR, I_EUFL )
I_EUFL            628 src/dps8/dps8_hw_consts.h # define SC_I_EUFL(v)  SCF (v, cpu.cu.IR, I_EUFL);
I_EUFL           3153 src/dps8/dps8_ins.c             SC_I_EUFL  (tmp18 & I_EUFL);
I_EUFL             61 src/dps8/dps8_utils.c             flags & I_EUFL  ? "EUFL "  : "",