Re: [PATCH 1/2] x86/math-emu: Add support for FCMOVcc and F[U]COMI[P] insns

2015-09-20 Thread Ingo Molnar
* Denys Vlasenko wrote: > >> arch/x86/math-emu/fpu_aux.c | 70 ++ > >> arch/x86/math-emu/fpu_entry.c | 49 +-- > >> arch/x86/math-emu/fpu_proto.h | 12 > >> arch/x86/math-emu/reg_compare.c | 128 > >> > >>

Re: [PATCH 1/2] x86/math-emu: Add support for FCMOVcc and F[U]COMI[P] insns

2015-09-18 Thread Denys Vlasenko
On 09/18/2015 09:33 AM, Ingo Molnar wrote: > > * Denys Vlasenko wrote: > >> Run-tested by booting with "no387 nofxsr" and running test programs: >> >> # ./test_FCMOV >> [RUN]Testing fcmovCC instructions >> [OK] fcmovCC >> # ./test_FCOMI >> [RUN]Testing f[u]comi[p] instructions >>

Re: [PATCH 1/2] x86/math-emu: Add support for FCMOVcc and F[U]COMI[P] insns

2015-09-18 Thread Ingo Molnar
* Denys Vlasenko wrote: > Run-tested by booting with "no387 nofxsr" and running test programs: > > # ./test_FCMOV > [RUN] Testing fcmovCC instructions > [OK] fcmovCC > # ./test_FCOMI > [RUN] Testing f[u]comi[p] instructions > [OK] f[u]comi[p] > > Signed-off-by: Denys Vlasenko > CC: Ingo Mol

Re: [PATCH 1/2] x86/math-emu: Add support for FCMOVcc and F[U]COMI[P] insns

2015-09-17 Thread Ingo Molnar
* Denys Vlasenko wrote: > On 09/16/2015 09:48 PM, Denys Vlasenko wrote: > > Run-tested by booting with "no387 nofxsr" and running test programs: > > > > # ./test_FCMOV > > [RUN] Testing fcmovCC instructions > > [OK]fcmovCC > > # ./test_FCOMI > > [RUN] Testing f[u]comi[p] ins

Re: [PATCH 1/2] x86/math-emu: Add support for FCMOVcc and F[U]COMI[P] insns

2015-09-16 Thread Denys Vlasenko
On 09/16/2015 09:48 PM, Denys Vlasenko wrote: > Run-tested by booting with "no387 nofxsr" and running test programs: > > # ./test_FCMOV > [RUN] Testing fcmovCC instructions > [OK] fcmovCC > # ./test_FCOMI > [RUN] Testing f[u]comi[p] instructions > [OK] f[u]comi[p] The sources for these test pro