From: Gabe Black Date: Tue, 30 Jan 2007 03:46:01 +0000 (-0500) Subject: Fix the FCMPCC bitfield. X-Git-Tag: m5_2.0_beta3~234^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5cb9b51be92aee6d925652b1994233dbc42f05c;p=gem5.git Fix the FCMPCC bitfield. --HG-- extra : convert_revision : d2c538e7f469bd12a80eb8585c78d5325d6e6141 --- diff --git a/src/arch/sparc/isa/bitfields.isa b/src/arch/sparc/isa/bitfields.isa index 7e884866c..e75680d2b 100644 --- a/src/arch/sparc/isa/bitfields.isa +++ b/src/arch/sparc/isa/bitfields.isa @@ -1,4 +1,4 @@ -// Copyright (c) 2006 The Regents of The University of Michigan +// Copyright (c) 2006-2007 The Regents of The University of Michigan // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -38,7 +38,7 @@ def bitfield A <29>; def bitfield BPCC <21:20>; // for BPcc & FBPcc -def bitfield FCMPCC <26:56>; // for FCMP & FCMPEa +def bitfield FCMPCC <26:25>; // for FCMP & FCMPEa def bitfield FMOVCC <13:11>; // for FMOVcc def bitfield CC <12:11>; // for MOVcc & Tcc def bitfield MOVCC3 <18>; // also for MOVcc