Lines Matching refs:unsigned
17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \
1681 static bool checkDecoderPredicate(unsigned Idx, uint64_t Bits)
1699 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \
2946 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
2993 Opc = (unsigned)decodeULEB128(++Ptr, &Len); \
2995 DecodeIdx = (unsigned)decodeULEB128(Ptr, &Len); \