Searched refs:Firstcond (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp68 // the following instructions that for the IT block. Firstcond
71 void setITState(char Firstcond, char Mask) { argument
74 unsigned char CCBits = static_cast<unsigned char>(Firstcond & 0xf);
957 unsigned Firstcond = MI.getOperand(0).getImm(); local
959 ITBlock.setITState(Firstcond, Mask);
962 if (Firstcond == ARMCC::AL && !isPowerOf2_32(Mask))

Completed in 124 milliseconds