Searched refs:CurrentCond (Results 1 – 2 of 2) sorted by relevance
151 uint32_t CurrentCond(const uint32_t opcode);
13932 const uint32_t cond = CurrentCond(opcode); in ConditionPassed()13998 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { in CurrentCond() function in EmulateInstructionARM14424 const uint32_t cond = CurrentCond(m_opcode.GetOpcode32()); in GetInstructionCondition()