Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp138 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn,
299 return Decode2RUSBitpInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
302 return Decode2RUSBitpInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
550 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, in Decode2RUSBitpInstruction() function
/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td75 let DecoderMethod = "Decode2RUSBitpInstruction";