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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, function
393 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
401 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder);
420 DecodeIntRegsRegisterClass);
462 DecodeIntRegsRegisterClass);
541 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder);
546 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
554 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder);
574 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
582 status = DecodeIntRegsRegisterClass(M
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp96 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
534 return DecodeIntRegsRegisterClass(Inst, RegNo, Address, Decoder);
537 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, function

Completed in 160 milliseconds