Searched refs:HBound (Results 1 – 1 of 1) sorted by relevance
52 ImmField() : ImmFieldOperand(-1), Shift(0), LBound(0), HBound(0) {} in ImmField()53 ImmField(uint8_t Shift, int16_t LBound, int16_t HBound, in ImmField()56 HBound(HBound) {} in ImmField()60 int16_t HBound; // High bound of the immediate operand member104 int16_t HBound() const { return Imm.HBound; } in HBound() function328 int HBound) { in InRange() argument331 (Value2 >= LBound) && (Value2 < HBound)) in InRange()344 if (!InRange(offset, Entry.Shift(), Entry.LBound(), Entry.HBound())) in ImmInRange()