K 10 svn:author V 4 mmel K 8 svn:date V 27 2017-05-10T05:07:41.184484Z K 7 svn:log V 352 Fix parsing of 'vmov Q.F32,Q.F32' instruction. parse_qfloat_immediate() accidentaly parses register with size qualifier as immediate constant (It takes '.' substring as valid floating point constant). Due to this, slightly reorder cases in parse_neon_mov() and move parsing of vmov with immediate constant to last place. MFC after: 2 weeks END