Re-implement the EVM arithmetic operations using the [new UInt256 implementation ](https://github.com/hyperledger/besu/pull/9188). Some examples are : - DIV - SDIV - MUL - SUB - XOR - AND - OR - ...etc There is already [PR #9391](https://github.com/hyperledger/besu/pull/9391) that addresses DIV and SDIV.