Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:Op4

661   unsigned Op1, Op2, Op3, Op4, Op5, Op6;
666 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6);
670 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
695 unsigned Op1, Op2, Op3, Op4, Op5;
700 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5);
705 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
716 unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
721 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
724 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
735 unsigned Op4 = fieldFromInstruction(Insn, 16, 4);
740 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
744 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);