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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp521 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo, function
549 return DecodeRegisterClass(Inst, RegNo, IntRegDecoderTable);
563 return DecodeRegisterClass(Inst, RegNo, GeneralSubRegDecoderTable);
578 return DecodeRegisterClass(Inst, RegNo, HvxVRDecoderTable);
590 return DecodeRegisterClass(Inst, RegNo >> 1, DoubleRegDecoderTable);
599 return DecodeRegisterClass(Inst, RegNo, GeneralDoubleLow8RegDecoderTable);
611 return (DecodeRegisterClass(Inst, RegNo >> 1, HvxWRDecoderTable));
623 return DecodeRegisterClass(Inst, RegNo >> 2, HvxVQRDecoderTable);
632 return DecodeRegisterClass(Inst, RegNo, PredRegDecoderTable);
641 return DecodeRegisterClass(Ins
[all...]

Completed in 52 milliseconds