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