Exemple #1
0
 public override void decode()
 {
     condition = getSectionValue(31, 28, instruction);
     type = getSectionValue(27, 25, instruction);
     p = getSectionValue(24, 24, instruction);
     u = getSectionValue(23, 23, instruction);
     bs = getSectionValue(22, 22, instruction);
     w = getSectionValue(21, 21, instruction);
     l = getSectionValue(20, 20, instruction);
     rn = getSectionValue(19, 16, instruction);
     rd = getSectionValue(15, 12, instruction);
     In_ls_OperandTwo myOp2 = new In_ls_OperandTwo(myRegister, instruction);
     operand2 = myOp2.getValue();
 }
Exemple #2
0
        public override void decode()
        {
            condition = getSectionValue(31, 28, instruction);
            type      = getSectionValue(27, 25, instruction);
            p         = getSectionValue(24, 24, instruction);
            u         = getSectionValue(23, 23, instruction);
            bs        = getSectionValue(22, 22, instruction);
            w         = getSectionValue(21, 21, instruction);
            l         = getSectionValue(20, 20, instruction);
            rn        = getSectionValue(19, 16, instruction);
            rd        = getSectionValue(15, 12, instruction);
            In_ls_OperandTwo myOp2 = new In_ls_OperandTwo(myRegister, instruction);

            operand2 = myOp2.getValue();
        }