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
This crate provides an interpreter for Cranelift IR. It is still a work in progress, as many instructions are unimplemented and various implementation gaps exist. Use at your own risk.