Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: src/trusted/validator_ragel/instruction_definitions/mmx_instructions.def

Issue 1234393005: A mechanism to identify/forbid/"rewrite" non-temporal instructions (and other) (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixing nits Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator_ragel/instruction_definitions/mmx_instructions.def
diff --git a/src/trusted/validator_ragel/instruction_definitions/mmx_instructions.def b/src/trusted/validator_ragel/instruction_definitions/mmx_instructions.def
index 5b2ffbf335b347c5a3f28e1d41776e6831410bc4..426b77f3a37f8fd7ee24cac85c403b75488f69b1 100644
--- a/src/trusted/validator_ragel/instruction_definitions/mmx_instructions.def
+++ b/src/trusted/validator_ragel/instruction_definitions/mmx_instructions.def
@@ -46,7 +46,7 @@ movd Pq Ed, 0x0f 0x7e, norexw CPUFeature_MMX nacl-amd64-zero-extends
movq Eq Pq, rexw 0x0f 0x6e, amd64 CPUFeature_MMX
movq Pq Eq, rexw 0x0f 0x7e, amd64 CPUFeature_MMX
######## MOVNTQ ################################################################
-movntq Pq Mq, 0x0f 0xe7, CPUFeature_EMMXSSE
+movntq Pq Mq, 0x0f 0xe7, CPUFeature_EMMXSSE nacl-unsupported
######## MOVQ ##################################################################
movq Qq Pq, 0x0f 0x6f, CPUFeature_MMX
movq Pq Qq, 0x0f 0x7f, CPUFeature_MMX

Powered by Google App Engine
This is Rietveld 408576698