Stack: ..., value1, value2 -> result
514515516517518519520
@SuppressWarnings("unused") // Called using reflection private Instruction createInstructionFsub(Element inst) { return new FSUB(); }