diff options
| author | Ulrich Drepper <[email protected]> | 2008-12-31 09:02:54 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-12-31 09:02:54 -0800 |
| commit | 5bd4444e15b0bda948b3753e01de10ef8999e5c8 (patch) | |
| tree | 0c465660706df6cca5bd1fd2cc821629de55f2cf /tests | |
| parent | ec32ff94cfcb52f0bd5a5b00968fd590d444c306 (diff) | |
Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 7 | ||||
| -rw-r--r-- | tests/testfile44.S.bz2 | bin | 16928 -> 17113 bytes | |||
| -rw-r--r-- | tests/testfile44.expect.bz2 | bin | 56409 -> 56405 bytes | |||
| -rw-r--r-- | tests/testfile45.S.bz2 | bin | 23448 -> 23547 bytes | |||
| -rw-r--r-- | tests/testfile45.expect.bz2 | bin | 77362 -> 77778 bytes |
5 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index a2914e00..958255a8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +2008-12-31 Ulrich Drepper <[email protected]> + + * testfile44.S.bz2: Add tests for blendvpd and blendvps. + * testfile45.S.bz2: Likewise. + * testfile44.expect.bz2: Adjust accordingly. + * testfile45.expect.bz2: Likewise. + 2008-12-30 Ulrich Drepper <[email protected]> * testfile44.S.bz2: Add tests for blendpd and blendps. diff --git a/tests/testfile44.S.bz2 b/tests/testfile44.S.bz2 Binary files differindex 2adeb087..fb401e52 100644 --- a/tests/testfile44.S.bz2 +++ b/tests/testfile44.S.bz2 diff --git a/tests/testfile44.expect.bz2 b/tests/testfile44.expect.bz2 Binary files differindex 45c0fe07..9e504621 100644 --- a/tests/testfile44.expect.bz2 +++ b/tests/testfile44.expect.bz2 diff --git a/tests/testfile45.S.bz2 b/tests/testfile45.S.bz2 Binary files differindex 7829e187..58bb16b8 100644 --- a/tests/testfile45.S.bz2 +++ b/tests/testfile45.S.bz2 diff --git a/tests/testfile45.expect.bz2 b/tests/testfile45.expect.bz2 Binary files differindex d795982e..2cf60b77 100644 --- a/tests/testfile45.expect.bz2 +++ b/tests/testfile45.expect.bz2 |
