Home
last modified time | relevance | path

Searched refs:Decode3OpInstruction (Results 1 – 3 of 3) sorted by relevance

/external/capstone/arch/XCore/
DXCoreDisassembler.c215 static DecodeStatus Decode3OpInstruction(unsigned Insn, in Decode3OpInstruction() function
510 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode3RInstruction()
524 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode3RImmInstruction()
538 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode2RUSInstruction()
552 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode2RUSBitpInstruction()
567 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL3RInstruction()
582 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL3RSrcDstInstruction()
598 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL2RUSInstruction()
613 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL2RUSBitpInstruction()
628 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL6RInstruction()
[all …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp259 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction() function
540 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RInstruction()
553 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RImmInstruction()
566 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSInstruction()
579 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSBitpInstruction()
593 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL3RInstruction()
607 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL3RSrcDstInstruction()
622 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL2RUSInstruction()
636 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL2RUSBitpInstruction()
650 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL6RInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp259 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction() function
540 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RInstruction()
553 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RImmInstruction()
566 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSInstruction()
579 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSBitpInstruction()
593 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL3RInstruction()
607 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL3RSrcDstInstruction()
622 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL2RUSInstruction()
636 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL2RUSBitpInstruction()
650 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3); in DecodeL6RInstruction()
[all …]