Searched refs:isUInt12 (Results 1 – 1 of 1) sorted by relevance
338 bool isUInt12() { return (m_type == TypeUInt16) && !(m_value.asInt & 0xf000); } in isUInt12() function348 uint16_t getUInt12() { ASSERT(isUInt12()); return m_value.asInt; } in getUInt12()745 ASSERT(imm.isUInt12()); in add()969 ASSERT(imm.isUInt12()); in ldr()1029 ASSERT(imm.isUInt12()); in ldrh()1229 ASSERT(imm.isUInt12()); in str()1309 ASSERT(imm.isUInt12()); in sub()