FPREM/FPREM1: Support rounding mode differences between these instructions FPREM1 follows IEEE remainder while FPREM does not. We should support the differences between these two instructions. Currently they map to the same instruction implementation. In particular: FPREM always truncates the quotient towards zero while FPREM1 rounds towards nearest.