Home
last modified time | relevance | path

Searched refs:Decode3RInstruction (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp136 static DecodeStatus Decode3RInstruction(MCInst &Inst,
287 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
290 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
293 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
296 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
299 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
302 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
305 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
308 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
311 return Decode3RInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrFormats.td38 let DecoderMethod = "Decode3RInstruction";