Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:Op4

643   unsigned Op1, Op2, Op3, Op4, Op5, Op6;
648 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6);
652 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
677 unsigned Op1, Op2, Op3, Op4, Op5;
682 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5);
687 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
698 unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
703 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
706 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
717 unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
722 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
726 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);