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

Unified Diff: src/trusted/validator_ragel/instruction_definitions/general_purpose_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/general_purpose_instructions.def
diff --git a/src/trusted/validator_ragel/instruction_definitions/general_purpose_instructions.def b/src/trusted/validator_ragel/instruction_definitions/general_purpose_instructions.def
index b1848841fe98e72fbae0cc7f98c7ba38ed85cd8a..e2610b0a61330071d9e035b7b924a31f8d278541 100644
--- a/src/trusted/validator_ragel/instruction_definitions/general_purpose_instructions.def
+++ b/src/trusted/validator_ragel/instruction_definitions/general_purpose_instructions.def
@@ -477,7 +477,7 @@ movmskpd Upd Gy, 0x66 0x0f 0x50, CPUFeature_SSE2
# for "Gy" and "Gd" operands. We use objdump's description.
movmskps Ups Gy, 0x0f 0x50, CPUFeature_SSE
######## MOVNTI ################################################################
-movnti Gy My, 0x0f 0xc3, CPUFeature_SSE2
+movnti Gy My, 0x0f 0xc3, CPUFeature_SSE2 nacl-unsupported
######## MOVS/MOVSB/MOVSW/MOVSD/MOVSQ ##########################################
movs X Y, 0xa4, rep nacl-amd64-forbidden
######## MOVSX #################################################################
@@ -616,7 +616,7 @@ prefetch Mb, 0x0f 0x0d /5, CPUFeature_3DPRFTCH no_memory_access nacl-forbidden
prefetch Mb, 0x0f 0x0d /6, CPUFeature_3DPRFTCH no_memory_access nacl-forbidden
prefetch Mb, 0x0f 0x0d /7, CPUFeature_3DPRFTCH no_memory_access nacl-forbidden
######## PREFETCHlevel #########################################################
-prefetchnta Mb, 0x0f 0x18 /0, CPUFeature_SSE no_memory_access
+prefetchnta Mb, 0x0f 0x18 /0, CPUFeature_SSE no_memory_access nacl-unsupported
prefetcht0 Mb, 0x0f 0x18 /1, CPUFeature_SSE no_memory_access
prefetcht1 Mb, 0x0f 0x18 /2, CPUFeature_SSE no_memory_access
prefetcht2 Mb, 0x0f 0x18 /3, CPUFeature_SSE no_memory_access

Powered by Google App Engine
This is Rietveld 408576698