Implemented the following Opcodes for the Cranelift interpreter: - `IsubBin` to subtract two scalar integers with an input borrow flag. - `IsubBout` to subtract two scalar integers with an output borrow flag. - `IsubBorrow` to subtract two scalar integers with an input and output borrow flag. Copyright (c) 2021, Arm Limited