mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
mpsadbw is commutable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52352 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56539659eb
commit
35b9a7790e
@ -3330,7 +3330,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, 0>;
|
||||
int_x86_sse41_mpsadbw, 1>;
|
||||
|
||||
|
||||
/// SS41I_ternary_int - SSE 4.1 ternary operator
|
||||
|
Loading…
Reference in New Issue
Block a user