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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp528 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo, function
556 return DecodeRegisterClass(Inst, RegNo, IntRegDecoderTable);
570 return DecodeRegisterClass(Inst, RegNo, GeneralSubRegDecoderTable);
585 return DecodeRegisterClass(Inst, RegNo, HvxVRDecoderTable);
597 return DecodeRegisterClass(Inst, RegNo >> 1, DoubleRegDecoderTable);
606 return DecodeRegisterClass(Inst, RegNo, GeneralDoubleLow8RegDecoderTable);
622 return DecodeRegisterClass(Inst, RegNo, HvxWRDecoderTable);
634 return DecodeRegisterClass(Inst, RegNo >> 2, HvxVQRDecoderTable);
643 return DecodeRegisterClass(Inst, RegNo, PredRegDecoderTable);
652 return DecodeRegisterClass(Ins
[all...]

Completed in 101 milliseconds