mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-08 19:36:02 +00:00
mpsadbw is not commutative.
Fixes PR3440. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f993b8c24
commit
419e223f5d
@ -3510,7 +3510,7 @@ defm DPPS : SS41I_binop_rmi_int<0x40, "dpps",
|
||||
defm DPPD : SS41I_binop_rmi_int<0x41, "dppd",
|
||||
int_x86_sse41_dppd, 1>;
|
||||
defm MPSADBW : SS41I_binop_rmi_int<0x42, "mpsadbw",
|
||||
int_x86_sse41_mpsadbw, 1>;
|
||||
int_x86_sse41_mpsadbw, 0>;
|
||||
|
||||
|
||||
/// SS41I_ternary_int - SSE 4.1 ternary operator
|
||||
|
Loading…
x
Reference in New Issue
Block a user