diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-30 23:24:09 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-30 23:24:09 -0800 |
commit | ec32ff94cfcb52f0bd5a5b00968fd590d444c306 (patch) | |
tree | eb83d12b9ccb1a0ef59b164eb465fa403b071a7c /libcpu | |
parent | 26d3c6fd8a1dd669f89254f4b48b34e0bf94b747 (diff) | |
download | elfutils-ec32ff94cfcb52f0bd5a5b00968fd590d444c306.tar.gz |
Implement blendps opcode for x86/x86-64.
Diffstat (limited to 'libcpu')
-rw-r--r-- | libcpu/ChangeLog | 2 | ||||
-rw-r--r-- | libcpu/defs/i386 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog index d9bc05c7..a0e15757 100644 --- a/libcpu/ChangeLog +++ b/libcpu/ChangeLog @@ -1,6 +1,6 @@ 2008-12-30 Ulrich Drepper <drepper@redhat.com> - * defs/i386: Add blendpd opcode. + * defs/i386: Add blendpd and blendps opcodes. 2008-12-19 Ulrich Drepper <drepper@redhat.com> diff --git a/libcpu/defs/i386 b/libcpu/defs/i386 index 91934da7..482a6d0b 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,00001100,{Mod}{xmmreg}{R_m},{imm8}:blendps {imm8},{Mod}{R_m},{xmmreg} 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. |