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