I_TRUNC           586 src/dps8/dps8_hw_consts.h # define CLR_I_TRUNC CLRF (cpu.cu.IR, I_TRUNC)
I_TRUNC           599 src/dps8/dps8_hw_consts.h # define SET_I_TRUNC SETF (cpu.cu.IR, I_TRUNC)
I_TRUNC           612 src/dps8/dps8_hw_consts.h # define TST_I_TRUNC TSTF (cpu.cu.IR, I_TRUNC)
I_TRUNC           635 src/dps8/dps8_hw_consts.h # define SC_I_TRUNC(v) SCF (v, cpu.cu.IR, I_TRUNC);
I_TRUNC          3179 src/dps8/dps8_ins.c             SC_I_TRUNC (tmp18 & I_TRUNC);
I_TRUNC            55 src/dps8/dps8_utils.c             flags & I_TRUNC ? "Trunc " : "",