Searched refs:CurrentCond (Results 1 – 2 of 2) sorted by relevance
147 uint32_t CurrentCond(const uint32_t opcode);
13851 const uint32_t cond = CurrentCond(opcode); in ConditionPassed()13917 uint32_t EmulateInstructionARM::CurrentCond(const uint32_t opcode) { in CurrentCond() function in EmulateInstructionARM14343 const uint32_t cond = CurrentCond(m_opcode.GetOpcode32()); in GetInstructionCondition()