Searched refs:Decode3OpInstruction (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 235 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction() function 516 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RInstruction() 529 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RImmInstruction() 542 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSInstruction() 555 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSBitpInstruction() 569 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL3RInstruction() 583 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL3RSrcDstInstruction() 598 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL2RUSInstruction() 612 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL2RUSBitpInstruction() 626 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL6RInstruction() [all …]
|