Searched defs:IsInt8 (Results 1 – 10 of 10) sorted by relevance
154 bool IsInt8() const { in IsInt8() function
266 TEST_F(TypeTest, IsInt8) { in TEST_F() argument
56 static bool IsInt8(FormatMode mode, uint32_t num_bits) { in IsInt8() function
328 bool IsInt8 = Offset.isImm() && isInt<8>(Offset.getImm()); in getADDriFromLEA() local
377 bool IsInt8 = Offset.isImm() && isInt<8>(Offset.getImm()); in getADDriFromLEA() local
770 bool IsInt8() const { return IsIntN(8); } in IsInt8() function
789 const bool IsInt8 = (MatcherOpcode == GIM_CheckConstantInt8); in executeMatchTable() local
800 const bool IsInt8 = (MatcherOpcode == GIM_CheckConstantInt8); in executeMatchTable() local