/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 218 static DecodeStatus Decode3OpInstruction(unsigned Insn, in Decode3OpInstruction() function 513 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode3RInstruction() 527 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode3RImmInstruction() 541 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode2RUSInstruction() 555 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode2RUSBitpInstruction() 570 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL3RInstruction() 585 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL3RSrcDstInstruction() 601 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL2RUSInstruction() 616 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL2RUSBitpInstruction() 631 Decode3OpInstruction(fieldFromInstruction_4(Insn, 0, 16), &Op1, &Op2, &Op3); in DecodeL6RInstruction() [all …]
|
/external/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 …]
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 259 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 …]
|