mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
And ANDS pattern to match the t2ANDS pattern.
llvm-svn: 112654
This commit is contained in:
parent
dc2f83c287
commit
4a52e8fec0
@ -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",
|
defm AND : AsI1_bin_irs<0b0000, "and",
|
||||||
BinOpFrag<(and node:$LHS, node:$RHS)>, 1>;
|
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",
|
defm ORR : AsI1_bin_irs<0b1100, "orr",
|
||||||
BinOpFrag<(or node:$LHS, node:$RHS)>, 1>;
|
BinOpFrag<(or node:$LHS, node:$RHS)>, 1>;
|
||||||
defm EOR : AsI1_bin_irs<0b0001, "eor",
|
defm EOR : AsI1_bin_irs<0b0001, "eor",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user