Index: src/trusted/validator_x86/testdata/32/test-14.test |
diff --git a/src/trusted/validator_x86/testdata/32/test-14.test b/src/trusted/validator_x86/testdata/32/test-14.test |
deleted file mode 100644 |
index 0b046732fda97b1ac42a6886b5c4a2504fbe0a07..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/32/test-14.test |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-@hex: |
- # test 14: ldmxcsr, stmxcsr |
- 0f ae 10 |
- 0f ae 18 |
- f4 |
-@nval: |
- *** <input> is safe *** |
-@nvals: |
- *** <input> is safe *** |
- |
- Opcode Histogram; |
- 2 0x0f 1 0xf4 |
- Analysis Summary: |
- 3 Checked instructions |
- 0 checked jump targets |
- 0 calls/jumps need dynamic checking (0.00%) |
- |
- Problems: |
- 0 illegal instructions |
- 0 bad jump targets |
- 0 illegal unprotected indirect jumps (including ret) |
- 0 instruction alignment defects |
- 0 segmentation errors |
- 0 bad prefix |
- 0 bad instruction length |
- 0 internal errors |
-@dis: |
- 00000000: 0f ae 10 ldmxcsr %ds:[%eax] |
- 00000003: 0f ae 18 stmxcsr %ds:[%eax] |
- 00000006: f4 hlt |
-@vdis: |
- 0: 0f ae 10 ldmxcsr [%eax] |
- 3: 0f ae 18 stmxcsr [%eax] |
- 6: f4 hlt |
-@rdfa_output: |
- return code: 0 |