Searched refs:firstcond (Results 1 – 3 of 3) sorted by relevance
742 unsigned firstcond = MI.getOperand(0).getImm(); in getInstruction() local750 ITBlock.insert(ITBlock.begin(), firstcond); in getInstruction()752 ITBlock.insert(ITBlock.begin(), firstcond ^ 1); in getInstruction()755 ITBlock.push_back(firstcond); in getInstruction()
2666 UInt firstcond, UInt mask ) in compute_ITSTATE() argument2668 vassert(firstcond <= 0xF); in compute_ITSTATE()2675 if (firstcond == 0xF) in compute_ITSTATE()2677 if (firstcond == 0xE && popcount32(mask) != 1) in compute_ITSTATE()2685 UInt fc = (firstcond << 4) | 1/*in-IT-block*/; in compute_ITSTATE()2697 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()2706 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()2707 *ch2 = m2 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()2716 *ch1 = m3 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()2717 *ch2 = m2 == (firstcond & 1) ? 't' : 'e'; in compute_ITSTATE()[all …]
8330 unsigned firstcond = (instr >> 20) & 0xf; in DecodeT32() local8333 SetIT(Condition(firstcond), mask); in DecodeT32()8334 it(Condition(firstcond), mask); in DecodeT32()8335 if (wasInITBlock || (firstcond == 15) || in DecodeT32()8336 ((firstcond == al) && in DecodeT32()