Searched refs:Decode2RUSInstruction (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/ |
D | XCoreDisassembler.cpp | 146 static DecodeStatus Decode2RUSInstruction(MCInst &Inst, 281 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 284 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 317 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 320 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 329 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail() 562 Decode2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RUSInstruction() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrFormats.td | 68 let DecoderMethod = "Decode2RUSInstruction";
|