Searched refs:validImm (Results 1 – 4 of 4) sorted by relevance
134 bool validImm(uint32_t Value) const;
46 bool NamedImmMapper::validImm(uint32_t Value) const { in validImm() function in NamedImmMapper
714 if (ValidNamed || Mapper.validImm(Val)) { in DecodeNamedImmOperand()
1671 if (!CE || CE->getValue() < 0 || !Mapper.validImm(CE->getValue())) { in ParseNamedImmOperand()