| Index: src/trusted/validator/x86/testing/tf/converted/64/lea.tf
|
| diff --git a/src/trusted/validator/x86/testing/tf/converted/64/lea.tf b/src/trusted/validator/x86/testing/tf/converted/64/lea.tf
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1378eb693116ad791048930ba88766872b974c74
|
| --- /dev/null
|
| +++ b/src/trusted/validator/x86/testing/tf/converted/64/lea.tf
|
| @@ -0,0 +1,8 @@
|
| +BITS: 64
|
| +OUTCOME: valid
|
| +
|
| +# Show that just computing an address, using LEA, doesn't cause an error.
|
| +# lea %ecx, [%rcx+%rax*8]
|
| +asm: lea (%rcx,%rax,8),%ecx
|
| +hex: 8d 0c c1
|
| +
|
|
|