Chromium Code Reviews| Index: src/trusted/validator_x86/testdata/64/movlps-ex.tf |
| diff --git a/src/trusted/validator_x86/testdata/64/movlps-ex.tf b/src/trusted/validator_x86/testdata/64/movlps-ex.tf |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cc67916479201918bc65ffc0388754b8614c0e4a |
| --- /dev/null |
| +++ b/src/trusted/validator_x86/testdata/64/movlps-ex.tf |
| @@ -0,0 +1,8 @@ |
| +BITS: 64 |
| +OUTCOME: valid |
| + |
| +# Test if we parse movlps instruction, and accept in validator: |
| +# |
| +asm: movlps -0x10(%rbp),%xmm0 |
| +hex: 0f 12 45 f0 |
| + |