Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:Firstcond

63       // instructions that for the IT block. Firstcond and Mask correspond to the 
65 void setITState(char Firstcond, char Mask) {
67 unsigned CondBit0 = Firstcond & 1;
69 unsigned char CCBits = static_cast<unsigned char>(Firstcond & 0xf);
739 unsigned Firstcond = MI.getOperand(0).getImm();
741 ITBlock.setITState(Firstcond, Mask);