mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Fix PSIGND encoding bug. Patch by Sean Callanan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72534 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cdcecc03ce
commit
ed7f56b555
@ -2758,7 +2758,7 @@ defm PSIGNB : SS3I_binop_rm_int_8 <0x08, "psignb",
|
||||
defm PSIGNW : SS3I_binop_rm_int_16<0x09, "psignw",
|
||||
int_x86_ssse3_psign_w,
|
||||
int_x86_ssse3_psign_w_128>;
|
||||
defm PSIGND : SS3I_binop_rm_int_32<0x09, "psignd",
|
||||
defm PSIGND : SS3I_binop_rm_int_32<0x0A, "psignd",
|
||||
int_x86_ssse3_psign_d,
|
||||
int_x86_ssse3_psign_d_128>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user