I_TRUNC           583 src/dps8/dps8_hw_consts.h # define CLR_I_TRUNC CLRF (cpu.cu.IR, I_TRUNC)
I_TRUNC           596 src/dps8/dps8_hw_consts.h # define SET_I_TRUNC SETF (cpu.cu.IR, I_TRUNC)
I_TRUNC           609 src/dps8/dps8_hw_consts.h # define TST_I_TRUNC TSTF (cpu.cu.IR, I_TRUNC)
I_TRUNC           632 src/dps8/dps8_hw_consts.h # define SC_I_TRUNC(v) SCF (v, cpu.cu.IR, I_TRUNC);
I_TRUNC          3297 src/dps8/dps8_ins.c             SC_I_TRUNC (tmp18 & I_TRUNC);
I_TRUNC            53 src/dps8/dps8_utils.c                   flags & I_TRUNC ? "Trunc " : "",