Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td85 let DecoderMethod = "DecodeL2RUSInstruction";