Home
last modified time | relevance | path

Searched refs:DecodeL2RUSInstruction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp150 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn,
466 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
469 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
592 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, in DecodeL2RUSInstruction() function
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td85 let DecoderMethod = "DecodeL2RUSInstruction";