Lines Matching defs:ref
1561 uint16_t ref = (cond.GetCondition() & 0x1) << 3;1563 os() << (((mask & tmp) == ref) ? "t" : "e");1565 ref >>= 1;