Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:Top

107     Top,    // Bit not yet defined.
116 // x <= Top,
144 BitValue(ValueType T = Top) : Type(T) {}
168 // (4) x.T = x (i.e. T = "top")
182 if (V.Type == Top) // This.meet(Top) = This
188 // If it is Top, it will become the same as V, otherwise it will
190 if (Type == Top) {
282 // Generate a "top" cell of given size.
283 static RegisterCell top(uint16_t Width);
321 BitTracker::RegisterCell::top(uint16_t Width) {
324 RC.Bits[i] = BitValue(BitValue::Top);