Searched refs:Decode2OpInstructionFail (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 274 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail() function 349 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in Decode2RInstruction() 362 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in Decode2RImmInstruction() 375 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in DecodeR2RInstruction() 388 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in Decode2RSrcDstInstruction() 402 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in DecodeRUSInstruction() 415 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in DecodeRUSBitpInstruction() 428 return Decode2OpInstructionFail(Inst, Insn, Address, Decoder); in DecodeRUSSrcDstBitpInstruction()
|