Stack: ..., value.word1, value.word2 -> ..., result
561562563564565566567
@SuppressWarnings("unused") // Called using reflection private Instruction createInstructionD2i(Element inst) { return new D2I(); }