Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp155 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn,
458 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
461 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
464 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
607 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, in DecodeL2RUSBitpInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td92 let DecoderMethod = "DecodeL2RUSBitpInstruction";