mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
And ANDS pattern to match the t2ANDS pattern.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
297907f3a0
commit
2d811d38d4
@ -1856,6 +1856,8 @@ def : ARMV6Pat<(int_arm_usat GPR:$a, imm:$pos), (USAT imm:$pos, GPR:$a, 0)>;
|
||||
|
||||
defm AND : AsI1_bin_irs<0b0000, "and",
|
||||
BinOpFrag<(and node:$LHS, node:$RHS)>, 1>;
|
||||
defm ANDS : AI1_bin_s_irs<0b0000, "and",
|
||||
BinOpFrag<(ARMand node:$LHS, node:$RHS)>, 1>;
|
||||
defm ORR : AsI1_bin_irs<0b1100, "orr",
|
||||
BinOpFrag<(or node:$LHS, node:$RHS)>, 1>;
|
||||
defm EOR : AsI1_bin_irs<0b0001, "eor",
|
||||
|
Loading…
Reference in New Issue
Block a user