x86: Replace "is not" with "!=" in fpop.isa.
authorGabe Black <gabeblack@google.com>
Mon, 24 Aug 2020 10:16:08 +0000 (03:16 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 25 Aug 2020 06:24:49 +0000 (06:24 +0000)
commit0677b1596a8b79982a55331400a5b0d0a6c267c0
tree82ee5ce7c5c94f075c66fba9d5e39f3204b5e221
parent634562f5dd1b8e4b01fd98d8f09a26d7d6b1c303
x86: Replace "is not" with "!=" in fpop.isa.

Some variables were being compared against some constants with "is not",
which is not correct since it will compare for identity rather than
equivalence. There was a long standing build warning from this, but it
wasn't clear where the error was coming from since it was in python
interpreted from a string in the ISA description.

This change replaces "is not" in those two places with "!=".

Change-Id: I0c4d038af6e047ffd79f8171713e8e998e840e3b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33283
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
src/arch/x86/isa/microops/fpop.isa