Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp131 static DecodeStatus Decode3RImmInstruction(MCInst &Inst, unsigned Insn,
309 return Decode3RImmInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
525 static DecodeStatus Decode3RImmInstruction(MCInst &Inst, unsigned Insn, in Decode3RImmInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td46 let DecoderMethod = "Decode3RImmInstruction";