I_EUFL            591 src/dps8/dps8_hw_consts.h # define CLR_I_EUFL  CLRF (cpu.cu.IR, I_EUFL)
I_EUFL            602 src/dps8/dps8_hw_consts.h # define SET_I_EUFL  SETF (cpu.cu.IR, I_EUFL)
I_EUFL            615 src/dps8/dps8_hw_consts.h # define TST_I_EUFL  TSTF (cpu.cu.IR, I_EUFL )
I_EUFL            631 src/dps8/dps8_hw_consts.h # define SC_I_EUFL(v)  SCF (v, cpu.cu.IR, I_EUFL);
I_EUFL           3173 src/dps8/dps8_ins.c             SC_I_EUFL  (tmp18 & I_EUFL);
I_EUFL             61 src/dps8/dps8_utils.c             flags & I_EUFL  ? "EUFL "  : "",