HomeSort by relevance Sort by last modified time
    Searched refs:DecodeIntRegsRegisterClass (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 152 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst,
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(MI, rs2, Address, Decoder)
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 66 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
486 return DecodeIntRegsRegisterClass(Inst, RegNo, Address, Decoder);
489 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
    [all...]

Completed in 76 milliseconds