Searched refs:Decode3OpInstruction (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 | 258 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction() function 539 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RInstruction() 552 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RImmInstruction() 565 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSInstruction() 578 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSBitpInstruction() 592 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL3RInstruction() 606 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL3RSrcDstInstruction() 621 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL2RUSInstruction() 635 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL2RUSBitpInstruction() 649 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL6RInstruction() [all …]
|