Searched refs:isUInt5 (Results 1 – 1 of 1) sorted by relevance
346 bool isUInt5() { return !(m_value.asInt & 0xffe0); } in isUInt5() function356 uint8_t getUInt5() { ASSERT(isUInt5()); return m_value.asInt; } in getUInt5()1130 if (!((rt | rn) & 8) && imm.isUInt5()) in ldrb()