t_int64 144 src/dps8/dps8.h typedef t_int64 int64; t_int64 275 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT36_64 (word36 w) t_int64 279 src/dps8/dps8_hw_consts.h return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 36); t_int64 284 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT18_64 (word36 w) t_int64 288 src/dps8/dps8_hw_consts.h return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 18); t_int64 293 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT21_64 (word36 w) t_int64 297 src/dps8/dps8_hw_consts.h return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 21); t_int64 302 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT22_64 (word36 w) t_int64 306 src/dps8/dps8_hw_consts.h return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 22); t_int64 311 src/dps8/dps8_hw_consts.h static inline t_int64 SIGNEXT24_64 (word36 w) t_int64 315 src/dps8/dps8_hw_consts.h return ((t_int64) w) | (t_int64) (((t_uint64) -1ll) << 24); t_int64 4886 src/dps8/dps8_ins.c t_int64 dividend = (t_int64) (SIGNEXT36_64 (cpu.rQ)); t_int64 4887 src/dps8/dps8_ins.c t_int64 divisor = (t_int64) (SIGNEXT36_64 (cpu.CY)); t_int64 4900 src/dps8/dps8_ins.c t_int64 quotient = dividend / divisor; t_int64 4902 src/dps8/dps8_ins.c t_int64 remainder = dividend % divisor; t_int64 5076 src/dps8/dps8_ins.c t_int64 a = SIGNEXT36_64 (cpu.rA); t_int64 5079 src/dps8/dps8_ins.c t_int64 y = SIGNEXT36_64 (cpu.CY); t_int64 9229 src/dps8/dps8_ins.c t_int64 9281 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 145 src/simh/sim_defs.h typedef t_int64 t_svalue; /* signed value */ t_int64 61 src/simh/sim_fio.h typedef t_int64 t_offset;