Searched refs:Decode2RUSBitpInstruction (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 138 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, 299 return Decode2RUSBitpInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 302 return Decode2RUSBitpInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 550 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, in Decode2RUSBitpInstruction() function
|
| /src/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrFormats.td | 75 let DecoderMethod = "Decode2RUSBitpInstruction";
|