Searched refs:isUInt8 (Results 1 – 1 of 1) sorted by relevance
330 bool isUInt8() { return !(m_value.asInt & 0xff00); } in isUInt8() function340 uint8_t getUInt8() { ASSERT(isUInt8()); return m_value.asInt; } in getUInt8()713 } else if ((rd == rn) && imm.isUInt8()) { in add()762 } else if ((rd == rn) && imm.isUInt8()) { in add_S()872 if (!(rn & 8) && imm.isUInt8()) in cmp()1106 if ((rd < 8) && imm.isUInt8()) in mov()1277 } else if ((rd == rn) && imm.isUInt8()) { in sub()1325 } else if ((rd == rn) && imm.isUInt8()) { in sub_S()