Lines Matching refs:unsigned
17 static InsnType fname(InsnType insn, unsigned startBit, \
18 unsigned numBits) \
2238 static bool checkDecoderPredicate(unsigned Idx, uint64_t Bits)
2245 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \
3204 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
3251 Opc = (unsigned)decodeULEB128(++Ptr, &Len); \
3253 DecodeIdx = (unsigned)decodeULEB128(Ptr, &Len); \