mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-18 17:24:31 -04:00
Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-12-31 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* defs/i386: Add blendvpd and blendvps opcodes.
|
||||
|
||||
2008-12-30 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* defs/i386: Add blendpd and blendps opcodes.
|
||||
|
||||
@@ -914,6 +914,8 @@ ifdef(`i386',
|
||||
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}
|
||||
01100110,00001111,00111000,00010100,{Mod}{xmmreg}{R_m}:blendvps %xmm0,{Mod}{R_m},{xmmreg}
|
||||
01100110,00001111,00111000,00010101,{Mod}{xmmreg}{R_m}:blendvpd %xmm0,{Mod}{R_m},{xmmreg}
|
||||
# ORDER:
|
||||
dnl Many previous entries depend on this being last.
|
||||
000{sreg2}111:pop {sreg2}
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
2008-12-31 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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 <drepper@redhat.com>
|
||||
|
||||
* testfile44.S.bz2: Add tests for blendpd and blendps.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user