Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:HasC2

2965       bool HasC2 = getCell(R2, Inputs, LS2), HasC3 = getCell(R3, Inputs, LS3);
2966 if (!HasC2 && !HasC3)
2968 bool Zero = ((HasC2 && (LS2.properties() & ConstantProperties::Zero)) ||