Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:Op3

273                      unsigned &Op3) {
283 Op3 = (Op3High << 2) | fieldFromInstruction(Insn, 0, 2);
552 unsigned Op1, Op2, Op3;
553 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
557 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
565 unsigned Op1, Op2, Op3;
566 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
570 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
578 unsigned Op1, Op2, Op3;
579 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
583 Inst.addOperand(MCOperand::CreateImm(Op3));
591 unsigned Op1, Op2, Op3;
592 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
596 DecodeBitpOperand(Inst, Op3, Address, Decoder);
604 unsigned Op1, Op2, Op3;
606 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
610 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
618 unsigned Op1, Op2, Op3;
620 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
625 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
633 unsigned Op1, Op2, Op3;
635 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
639 Inst.addOperand(MCOperand::CreateImm(Op3));
647 unsigned Op1, Op2, Op3;
649 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
653 DecodeBitpOperand(Inst, Op3, Address, Decoder);
661 unsigned Op1, Op2, Op3, Op4, Op5, Op6;
663 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
672 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
695 unsigned Op1, Op2, Op3, Op4, Op5;
697 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
707 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
715 unsigned Op1, Op2, Op3;
718 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
726 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
734 unsigned Op1, Op2, Op3;
737 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
746 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);