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