Lines Matching refs:unsigned
17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \
1441 static bool checkDecoderPredicate(unsigned Idx, uint64_t Bits)
1457 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \
1955 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
2002 Opc = (unsigned)decodeULEB128(++Ptr, &Len); \
2004 DecodeIdx = (unsigned)decodeULEB128(Ptr, &Len); \