projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcecc0
)
Fix PSIGND encoding bug. Patch by Sean Callanan.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 28 May 2009 18:48:53 +0000
(18:48 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 28 May 2009 18:48:53 +0000
(18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72534
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrSSE.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrSSE.td
b/lib/Target/X86/X86InstrSSE.td
index 2e791a8b1227e6ab37559b01e8f6b7035a921d18..95af506a53d249df77434a8714e25d347a34f960 100644
(file)
--- a/
lib/Target/X86/X86InstrSSE.td
+++ b/
lib/Target/X86/X86InstrSSE.td
@@
-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<0x0
9
, "psignd",
+defm PSIGND : SS3I_binop_rm_int_32<0x0
A
, "psignd",
int_x86_ssse3_psign_d,
int_x86_ssse3_psign_d_128>;