Home
last modified time | relevance | path

Searched refs:Decode3RImmInstruction (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.cpp141 static DecodeStatus Decode3RImmInstruction(MCInst &Inst,
332 return Decode3RImmInstruction(Inst, Insn, Address, Decoder); in Decode2OpInstructionFail()
549 Decode3RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode3RImmInstruction() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrFormats.td46 let DecoderMethod = "Decode3RImmInstruction";