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

/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp152 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, function
401 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
409 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder);
428 DecodeIntRegsRegisterClass);
470 DecodeIntRegsRegisterClass);
549 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder);
554 status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
562 status = DecodeIntRegsRegisterClass(MI, rs2, Address, Decoder);
582 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
590 status = DecodeIntRegsRegisterClass(M
[all...]
/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp66 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
486 return DecodeIntRegsRegisterClass(Inst, RegNo, Address, Decoder);
489 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, function
906 DecodeIntRegsRegisterClass(MI, Value, 0, 0);
931 DecodeIntRegsRegisterClass(MI, Value, 0, 0);
974 DecodeIntRegsRegisterClass(MI, Value, 0, 0);
996 DecodeIntRegsRegisterClass(MI, Value, 0, 0);
1042 DecodeIntRegsRegisterClass(MI, Value, 0, 0);
1062 DecodeIntRegsRegisterClass(MI, Value, 0, 0);

Completed in 810 milliseconds