op1s 1093 src/dps8/dps8_utils.c int128 op1s = SIGNEXT72_128 (and_128 (op1, MASK72)); op1s 1095 src/dps8/dps8_utils.c sim_debug (DBG_TRACEEXT, & cpu_dev, "op1s %016"PRIx64"%016"PRIx64"\n", op1s.h, op1s.l); op1s 1100 src/dps8/dps8_utils.c int128 op1s = SIGNEXT72_128 (op1 & MASK72); op1s 1102 src/dps8/dps8_utils.c sim_debug (DBG_TRACEEXT, & cpu_dev, "op1s %016"PRIx64"%016"PRIx64"\n", (uint64_t) (op1s>>64), (uint64_t) op1s); op1s 1106 src/dps8/dps8_utils.c if (isgt_s128 (op1s, op2s)) op1s 1108 src/dps8/dps8_utils.c if (op1s > op2s) op1s 1125 src/dps8/dps8_utils.c else if (iseq_128 (cast_128 (op1s), cast_128 (op2s))) op1s 1127 src/dps8/dps8_utils.c else if (op1s == op2s)