Searched refs:CheckForOverflow (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/ |
| D | MSP430X.cs | 814 … CheckForOverflow(sourceValue, cmpTemp, destinationValue, AccessWidth._20bit); in TryEvaluateSingleOperand() 825 … CheckForOverflow(sourceValue, destinationValue, calculatedValue, AccessWidth._20bit); in TryEvaluateSingleOperand() 840 … CheckForOverflow(sourceValue, destinationValue, calculatedValue, AccessWidth._20bit); in TryEvaluateSingleOperand() 1132 CheckForOverflow(operand1, operand2, temporaryValue, accessWidth); in TryEvaluateDoubleOperand() 1140 CheckForOverflow(operand1, operand2, temporaryValue, accessWidth); in TryEvaluateDoubleOperand() 1150 CheckForOverflow(operand1, operand2, temporaryValue, accessWidth); in TryEvaluateDoubleOperand() 1160 CheckForOverflow(operand1, operand2, temporaryValue, accessWidth); in TryEvaluateDoubleOperand() 1170 CheckForOverflow(operand1, operand2, cmpTemp, accessWidth); in TryEvaluateDoubleOperand() 1354 …private void CheckForOverflow(uint operand1, uint operand2, uint result, AccessWidth accessWidth =… in CheckForOverflow() method in Antmicro.Renode.Peripherals.CPU.MSP430X
|