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

Unified Diff: src/trusted/validator_x86/testdata/32/ncdis_examples1.input

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 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_x86/testdata/32/ncdis_examples1.input
diff --git a/src/trusted/validator_x86/testdata/32/ncdis_examples1.input b/src/trusted/validator_x86/testdata/32/ncdis_examples1.input
deleted file mode 100644
index 335405ee6f5b3798db9b569f9ebb9724e8676ccb..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/32/ncdis_examples1.input
+++ /dev/null
@@ -1,56 +0,0 @@
-# This is a simple test file to see if we have things working.
-# When run in self documenting mode and command free lines,
-# are echoed to the output.
-#
-# Lines with command line options (up to and including the pound sign) are
-# also copied to output. Application (ncdis) is then run on those options,
-# generating corresponding output. It is assume that the text after the
-# pound sign is the output generated by ncdis. Hence, this file is self
-# documenting in the sense that the input matches the output.
-#
-# Note: Useful command line options are:
-# -i=XXXXXXXX
-# Specifies a (even length) hexidecimal value defined the sequence
-# of bytess that defines the instruction to translate.
-#
-# --pc=XXXXXXXX
-# Specifies the value of the program counter, when it is pointing
-# to the instruction to be decoded. In not specified, the program
-# counter is assumed to be zero.
-#
-# Note: This file tests x86-32 instructions when -use_iter is specified.
-
--i=0000 #00000000: 00 00 add %ds:[%eax], %al
--i=00c0 #00000000: 00 c0 add %al, %al
--i=01c0 #00000000: 01 c0 add %eax, %eax
--i=0318 #00000000: 03 18 add %ebx, %ds:[%eax]
--i=031d20000000 #00000000: 03 1d 20 00 00 00 add %ebx, 0x20
--i=020400 #00000000: 02 04 00 add %al, %ds:[%eax+%eax*1]
--i=d50a #00000000: d5 0a aad 0xa
--i=90 #00000000: 90 nop
--i=6690 #00000000: 66 90 nop
--i=8d7600 #00000000: 8d 76 00 lea %esi, %ds:[%esi]
--i=8d742600 #00000000: 8d 74 26 00 lea %esi, %ds:[%esi+%esp*1]
--i=8db600000000 #00000000: 8d b6 00 00 00 00 lea %esi, %ds:[%esi]
--i=8db42600000000 #00000000: 8d b4 26 00 00 00 00 lea %esi, %ds:[%esi+%esp*1]
--i=89f6 #00000000: 89 f6 mov %esi, %esi
--i=8dbc2700000000 #00000000: 8d bc 27 00 00 00 00 lea %edi, %ds:[%edi+%esp*1]
--i=0f1f00 #00000000: 0f 1f 00 nop
--i=0f1f4000 #00000000: 0f 1f 40 00 nop
--i=0f1f440000 #00000000: 0f 1f 44 00 00 nop
--i=660f1f440000 #00000000: 66 0f 1f 44 00 00 nop
--i=0f1f8000000000 #00000000: 0f 1f 80 00 00 00 00 nop
--i=0f1f840000000000 #00000000: 0f 1f 84 00 00 00 00 00 nop
--i=660f1f840000000000 #00000000: 66 0f 1f 84 00 00 00 00 00 nop
--i=662e0f1f840000000000 #00000000: 66 2e 0f 1f 84 00 00 00 00 00 nop
--i=66662e0f1f840000000000 #00000000: 66 66 2e 0f 1f 84 00 00 00 00 00 nop
--i=6666662e0f1f840000000000 #00000000: 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
--i=666666662e0f1f840000000000 #00000000: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
--i=66666666662e0f1f840000000000 #00000000: 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
--i=6666666666662e0f1f840000000000 #00000000: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
--i=e300 #00000000: e3 00 jecxz 0x2
--i=67e300 #00000000: 67 e3 00 jcxz 0x3
--i=0f16d1 #00000000: 0f 16 d1 movlhps %xmm2, %xmm1
--i=0f16a500000000 #00000000: 0f 16 a5 00 00 00 00 movhps %xmm4, %ss:[%ebp]
--i=0facc110 #00000000: 0f ac c1 10 shrd %ecx, %eax, 0x10
--i=0fad45bc #00000000: 0f ad 45 bc shrd %ss:[%ebp-0x44], %eax, %cl

Powered by Google App Engine
This is Rietveld 408576698