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