X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=sim%2Fmips%2Fcp1.h;h=5622b9384d9dd7c09939983fe7fd005e4206d770;hb=8a24927bc8dbf6beac2000593b21235c3796dc35;hp=d6d8a8874fd23e010ef20354547f5a15fea6bac3;hpb=bf484e93483776072291c5cad2e289567d74c818;p=binutils-gdb.git diff --git a/sim/mips/cp1.h b/sim/mips/cp1.h index d6d8a8874fd..5622b9384d9 100644 --- a/sim/mips/cp1.h +++ b/sim/mips/cp1.h @@ -43,6 +43,8 @@ along with this program. If not, see . */ /* FCSR bits for IEEE754-2008 compliance. */ #define fcsr_NAN2008_mask (0x00040000) #define fcsr_NAN2008_shift (18) +#define fcsr_ABS2008_mask (0x00080000) +#define fcsr_ABS2008_shift (19) #define fenr_FS (0x00000004)