Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp139 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn,
300 return Decode2RUSBitpInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
303 return Decode2RUSBitpInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
551 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, in Decode2RUSBitpInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td75 let DecoderMethod = "Decode2RUSBitpInstruction";