diff options
| author | Ulrich Drepper <[email protected]> | 2008-12-30 23:12:16 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-12-30 23:12:16 -0800 |
| commit | 26d3c6fd8a1dd669f89254f4b48b34e0bf94b747 (patch) | |
| tree | 85e986f1bb719655d5eac5cbbd988ed3a6886e89 | |
| parent | bb3424b014fbd3a18cd97789d5f97b0def5df8ef (diff) | |
Implement disassembly of blendpd instruction for x86/x86-64.
| -rw-r--r-- | libcpu/ChangeLog | 4 | ||||
| -rw-r--r-- | libcpu/defs/i386 | 1 | ||||
| -rw-r--r-- | tests/ChangeLog | 7 | ||||
| -rw-r--r-- | tests/testfile44.S.bz2 | bin | 16485 -> 16837 bytes | |||
| -rw-r--r-- | tests/testfile44.expect.bz2 | bin | 55066 -> 56296 bytes | |||
| -rw-r--r-- | tests/testfile45.S.bz2 | bin | 22997 -> 23401 bytes | |||
| -rw-r--r-- | tests/testfile45.expect.bz2 | bin | 75809 -> 77157 bytes |
7 files changed, 12 insertions, 0 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog index db2a3f02..d9bc05c7 100644 --- a/libcpu/ChangeLog +++ b/libcpu/ChangeLog @@ -1,3 +1,7 @@ +2008-12-30 Ulrich Drepper <[email protected]> + + * defs/i386: Add blendpd opcode. + 2008-12-19 Ulrich Drepper <[email protected]> * defs/i386: Add entry for AMD 3DNOW. diff --git a/libcpu/defs/i386 b/libcpu/defs/i386 index 3ae25ccb..91934da7 100644 --- a/libcpu/defs/i386 +++ b/libcpu/defs/i386 @@ -912,6 +912,7 @@ ifdef(`i386', 00001111,10101110,11111000:sfence 00001111,10101110,{mod}111{r_m}:clflush {mod}{r_m} 00001111,00001111,{MOD}{mmxreg}{R_M}:INVALID {MOD}{R_M},{mmxreg} +01100110,00001111,00111010,00001101,{Mod}{xmmreg}{R_m},{imm8}:blendpd {imm8},{Mod}{R_m},{xmmreg} # ORDER: dnl Many previous entries depend on this being last. 000{sreg2}111:pop {sreg2} diff --git a/tests/ChangeLog b/tests/ChangeLog index 28667d67..3cc7f021 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +2008-12-30 Ulrich Drepper <[email protected]> + + * testfile44.S.bz2: Add tests for blendpd. + * testfile45.S.bz2: Likewise. + * testfile44.expect.bz2: Adjust accordingly. + * testfile45.expect.bz2: Likewise. + 2008-12-19 Ulrich Drepper <[email protected]> * testfile44.S.bz2: Add tests for AMD 3DNOW. diff --git a/tests/testfile44.S.bz2 b/tests/testfile44.S.bz2 Binary files differindex 64bddea3..14b580aa 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 59877315..df04d76c 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 95bcf864..5fffb729 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 dcd7b9a9..02290085 100644 --- a/tests/testfile45.expect.bz2 +++ b/tests/testfile45.expect.bz2 |
