Searched refs:DecodeL2RUSBitpInstruction (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
H A D | XCoreDisassembler.cpp | 154 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 D | XCoreInstrFormats.td | 92 let DecoderMethod = "DecodeL2RUSBitpInstruction";
|