op2s             1225 src/dps8/dps8_utils.c     int128 op2s =  SIGNEXT72_128 (and_128 (op2, MASK72));
op2s             1227 src/dps8/dps8_utils.c sim_debug (DBG_TRACEEXT, & cpu_dev, "op2s %016"PRIx64"%016"PRIx64"\r\n", op2s.h, op2s.l);
op2s             1232 src/dps8/dps8_utils.c     int128 op2s =  SIGNEXT72_128 (op2 & MASK72);
op2s             1234 src/dps8/dps8_utils.c sim_debug (DBG_TRACEEXT, & cpu_dev, "op2s %016"PRIx64"%016"PRIx64"\r\n", (uint64_t) (op2s>>64), (uint64_t) op2s);
op2s             1237 src/dps8/dps8_utils.c     if (isgt_s128 (op1s, op2s))
op2s             1239 src/dps8/dps8_utils.c     if (op1s > op2s)
op2s             1256 src/dps8/dps8_utils.c     else if (iseq_128 (cast_128 (op1s), cast_128 (op2s)))
op2s             1258 src/dps8/dps8_utils.c     else if (op1s == op2s)