Lines Matching refs:ArrayRef
58 ArrayRef<uint8_t> Bytes, uint64_t Address,
806 /// Read two bytes from the ArrayRef and return 16 bit halfword sorted
808 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address,
826 /// Read four bytes from the ArrayRef and return 32 bit word sorted
828 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address,
863 ArrayRef<uint8_t> Bytes,