Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:Op3

255                      unsigned &Op3) {
265 Op3 = (Op3High << 2) | fieldFromInstruction(Insn, 0, 2);
534 unsigned Op1, Op2, Op3;
535 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
539 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
547 unsigned Op1, Op2, Op3;
548 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
552 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
560 unsigned Op1, Op2, Op3;
561 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
565 Inst.addOperand(MCOperand::CreateImm(Op3));
573 unsigned Op1, Op2, Op3;
574 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
578 DecodeBitpOperand(Inst, Op3, Address, Decoder);
586 unsigned Op1, Op2, Op3;
588 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
592 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
600 unsigned Op1, Op2, Op3;
602 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
607 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
615 unsigned Op1, Op2, Op3;
617 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
621 Inst.addOperand(MCOperand::CreateImm(Op3));
629 unsigned Op1, Op2, Op3;
631 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
635 DecodeBitpOperand(Inst, Op3, Address, Decoder);
643 unsigned Op1, Op2, Op3, Op4, Op5, Op6;
645 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
654 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
677 unsigned Op1, Op2, Op3, Op4, Op5;
679 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
689 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
697 unsigned Op1, Op2, Op3;
700 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
708 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
716 unsigned Op1, Op2, Op3;
719 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
728 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);