Created by: fhahn
Currently both the fsz16 and fsz operands were looking at bits 21 and 22, while they only need to look at bit 22. This fix allows us to use fsz/fsz16 for other encoding classes, like the ones used for indexed FP instructions.
It also moves the operands to their right position.
Issue #2626