Searched refs:kIfCcZConditionCodes (Results 1 – 1 of 1) sorted by relevance
208 static constexpr ConditionCode kIfCcZConditionCodes[] = { variable212 COMPILE_ASSERT(arraysize(kIfCcZConditionCodes) == Instruction::IF_LEZ - Instruction::IF_EQZ + 1,220 return kIfCcZConditionCodes[opcode - Instruction::IF_EQZ]; in ConditionCodeForIfCcZ()