Home
last modified time | relevance | path

Searched refs:DecodeL2RUSInstruction (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.cpp166 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst,
490 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
493 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); in DecodeL2OpInstructionFail()
617 DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeL2RUSInstruction() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrFormats.td85 let DecoderMethod = "DecodeL2RUSInstruction";