Searched refs:IsAdd8 (Results 1 – 1 of 1) sorted by relevance
1234 const bool IsAdd8 = (MatcherOpcode == GIR_AddImm8); in executeMatchTable() local1236 uint64_t Imm = IsAdd8 ? (int64_t)readS8() : readU64(); in executeMatchTable()