arch-x86: Adding warning for movnti
authorPouya Fotouhi <Pouya.Fotouhi@amd.com>
Mon, 26 Aug 2019 23:15:44 +0000 (18:15 -0500)
committerPouya Fotouhi <pfotouhi@ucdavis.edu>
Thu, 5 Sep 2019 17:49:04 +0000 (17:49 +0000)
commit0a81382970d2bb0545e572bb7aa5cbb9b366d525
tree873712470ca5b8bc3c7fc5f2ce3b558f1db0e9c7
parent4f728b7d6cde5ba07956c8699c6b6e9f68769ec5
arch-x86: Adding warning for movnti

We are ignoring the non-temporal hint here, and implementing this
instruction as a cacheable instruction.

This change adds a warning to let user know about this workaround.

Change-Id: I2e40437a44282fe9cf7772a25a8870bd8729a6ed
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20428
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/arch/x86/isa/insts/general_purpose/data_transfer/move.py