Searched refs:DecodeL2RUSInstruction (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 150 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, 466 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 469 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail() 592 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, in DecodeL2RUSInstruction() function
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrFormats.td | 85 let DecoderMethod = "DecodeL2RUSInstruction";
|