reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12765 result.result = Rn & operand2; 12770 result.result = Rn ^ operand2; 12775 result = AddWithCarry(Rn, ~(operand2), 1); 12780 result = AddWithCarry(~(Rn), operand2, 1); 12785 result = AddWithCarry(Rn, operand2, 0); 12790 result = AddWithCarry(Rn, operand2, APSR_C); 12795 result = AddWithCarry(Rn, ~(operand2), APSR_C); 12800 result = AddWithCarry(~(Rn), operand2, APSR_C); 12805 result.result = Rn | operand2; 12810 result.result = operand2; 12815 result.result = Rn & ~(operand2); 12820 result.result = ~(operand2); 12840 context.SetImmediate(result.result); 12842 BranchWritePC(context, result.result);