On 14 January 2014 16:43, Will Newton <will.new...@linaro.org> wrote: > Add support for AArch32 ARMv8 FP VRINTA, VRINTN, VRINTP and VRINTM > instructions.
> +static const uint8_t fp_decode_rm[] = { > + FPROUNDING_TIEAWAY, > + FPROUNDING_TIEEVEN, > + FPROUNDING_POSINF, > + FPROUNDING_NEGINF, > +}; This could use a comment: /* Table for converting the most common AArch32 encoding of * rounding mode to arm_fprounding order (which matches the * common AArch64 order); see ARM ARM pseudocode FPDecodeRM(). */ thanks -- PMM