t_int64           158 src/dps8/dps8.h typedef t_int64     int64;
t_int64           278 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT36_64 (word36 w)
t_int64           282 src/dps8/dps8_hw_consts.h         return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 36);
t_int64           287 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT18_64 (word36 w)
t_int64           291 src/dps8/dps8_hw_consts.h         return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 18);
t_int64           296 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT21_64 (word36 w)
t_int64           300 src/dps8/dps8_hw_consts.h         return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 21);
t_int64           305 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT22_64 (word36 w)
t_int64           309 src/dps8/dps8_hw_consts.h         return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 22);
t_int64           314 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT24_64 (word36 w)
t_int64           318 src/dps8/dps8_hw_consts.h         return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 24);
t_int64          4906 src/dps8/dps8_ins.c               t_int64 dividend = (t_int64) (SIGNEXT36_64 (cpu.rQ));
t_int64          4907 src/dps8/dps8_ins.c               t_int64 divisor  = (t_int64) (SIGNEXT36_64 (cpu.CY));
t_int64          4920 src/dps8/dps8_ins.c               t_int64 quotient = dividend / divisor;
t_int64          4922 src/dps8/dps8_ins.c               t_int64 remainder = dividend % divisor;
t_int64          5096 src/dps8/dps8_ins.c               t_int64 a = SIGNEXT36_64 (cpu.rA);
t_int64          5099 src/dps8/dps8_ins.c               t_int64 y = SIGNEXT36_64 (cpu.CY);
t_int64          9251 src/dps8/dps8_ins.c 
t_int64          9303 src/dps8/dps8_ins.c 
t_int64           965 src/dps8/dps8_utils.c     t_int64 op1 = SIGNEXT36_64(oP1 & DMASK);
t_int64           966 src/dps8/dps8_utils.c     t_int64 op2 = SIGNEXT36_64(oP2 & DMASK);
t_int64          1057 src/dps8/dps8_utils.c     t_int64 As = (word36s) SIGNEXT36_64(A & DMASK);
t_int64          1058 src/dps8/dps8_utils.c     t_int64 Ys = (word36s) SIGNEXT36_64(Y & DMASK);
t_int64          1059 src/dps8/dps8_utils.c     t_int64 Qs = (word36s) SIGNEXT36_64(Q & DMASK);
t_int64           455 src/simh/scp.c     , sizeof (t_int64), sizeof (t_int64), sizeof (t_int64), sizeof (t_int64)
t_int64           147 src/simh/sim_defs.h typedef t_int64         t_svalue;                       /* signed value */
t_int64            60 src/simh/sim_fio.h typedef t_int64        t_offset;