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