Searched refs:Decode2OpInstructionFail (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 249 static DecodeStatus Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, in Decode2OpInstructionFail() function 325 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in Decode2RInstruction() 338 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in Decode2RImmInstruction() 351 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in DecodeR2RInstruction() 364 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in Decode2RSrcDstInstruction() 378 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in DecodeRUSInstruction() 391 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in DecodeRUSBitpInstruction() 404 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in DecodeRUSSrcDstBitpInstruction()
|