Encoding T3 of ldrb in A7.7.46 (Armv7-M ARM Revidion E.d) offset allows the ".w" mnemonic suffix, even
though the preferred disassembly is without the suffix.
We did not accept the suffix; this patch fixes it by adding a few instruction aliases.
Is there a less hackish way of doing it ?
Does LDRH (and maybe other instructions) not suffer the same issue? If so, should these InstAliases be moved into T2I_ld?