OSDN Git Service

target-ppc: Add VSX xscmp*dp Instructions
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:30 +0000 (16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:30 +0000 (03:06 +0100)
commit4f17e9c738321151e6b7aa4d2c25c3f1e2443cca
treef1dab4f0df3fc44d785973ea835cb30eae1d7239
parent595c6eefb79a77a650dd7a49e812920ed53b0e9c
target-ppc: Add VSX xscmp*dp Instructions

This patch adds the VSX scalar floating point compare ordered
and unordered instructions.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c
target-ppc/helper.h
target-ppc/translate.c