Searched refs:isUInt12 (Results 1 – 1 of 1) sorted by relevance
333 bool isUInt12() { return (m_type == TypeUInt16) && !(m_value.asInt & 0xf000); } in isUInt12() function343 uint16_t getUInt12() { ASSERT(isUInt12()); return m_value.asInt; } in getUInt12()722 ASSERT(imm.isUInt12()); in add()946 ASSERT(imm.isUInt12()); in ldr()1006 ASSERT(imm.isUInt12()); in ldrh()1206 ASSERT(imm.isUInt12()); in str()1286 ASSERT(imm.isUInt12()); in sub()