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