Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp134 static DecodeStatus Decode2RUSInstruction(MCInst &Inst, unsigned Insn,
257 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
260 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
293 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
296 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
305 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
537 static DecodeStatus Decode2RUSInstruction(MCInst &Inst, unsigned Insn, in Decode2RUSInstruction() function
/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td68 let DecoderMethod = "Decode2RUSInstruction";