OSDN Git Service

target-ppc: Introduce DFP Compares
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:55:05 +0000 (15:55 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:30 +0000 (13:24 +0200)
commit5833505be64a27f8ae7a503d3f39b9d586b0d5f6
treecb0c45a040f911eceedc86249cf27133ec6ad34d
parent9024ff40ba79f77b027fb3cbfe584e0005128193
target-ppc: Introduce DFP Compares

Add emulation of the PowerPC Decimal Floating Point Compare instructions
dcmpu[q] and dcmpo[q].

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/dfp_helper.c
target-ppc/helper.h
target-ppc/translate.c