This simple patch reduces the size of the Offsets and OpcodeOperandTypes tables in the xxxGenInstrInfo.inc files. It is the first step in trying to reduce the size of data structures in those files.
Not until I made these changes did I realize that these two data structures are used only by the AVR target. But perhaps it will come into play in future targets.
clang-format: please reformat the code