Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 ->
886887888889890891892
@SuppressWarnings("unused") // Called using reflection private Instruction createInstructionLadd(Element inst) throws IllegalXMLVMException { return new LADD(); }