Stack: ..., value1, value2 -> result
893894895896897898899
@SuppressWarnings("unused") // Called using reflection private Instruction createInstructionIsub(Element inst) throws IllegalXMLVMException { return new ISUB(); }