mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
isCommutable should be 0 for DSUBu.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98602ac9a9
commit
a64556ffda
@ -102,7 +102,7 @@ def DXORi : LogicI64<0x0e, "xori", xor>;
|
||||
|
||||
/// Arithmetic Instructions (3-Operand, R-Type)
|
||||
def DADDu : ArithR64<0x00, 0x2d, "daddu", add, IIAlu, 1>;
|
||||
def DSUBu : ArithR64<0x00, 0x2f, "dsubu", sub, IIAlu, 1>;
|
||||
def DSUBu : ArithR64<0x00, 0x2f, "dsubu", sub, IIAlu>;
|
||||
def DAND : LogicR64<0x24, "and", and>;
|
||||
def DOR : LogicR64<0x25, "or", or>;
|
||||
def DXOR : LogicR64<0x26, "xor", xor>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user