Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp154 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn,
457 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
460 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
463 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
606 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, in DecodeL2RUSBitpInstruction() function
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td92 let DecoderMethod = "DecodeL2RUSBitpInstruction";