We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbaba3 commit 8212fcdCopy full SHA for 8212fcd
llvm/lib/Target/X86/X86InstrMisc.td
@@ -1686,14 +1686,14 @@ def CMPCCXADDmr32_EVEX : I<0xe0, MRMDestMem4VOp3CC, (outs GR32:$dst),
1686
"cmp${cond}xadd\t{$src3, $dst, $dstsrc2|$dstsrc2, $dst, $src3}",
1687
[(set GR32:$dst, (X86cmpccxadd addr:$dstsrc2,
1688
GR32:$dstsrc1, GR32:$src3, timm:$cond))]>,
1689
- EVEX_4V, NoCD8, T8PD, Sched<[WriteXCHG]>;
+ EVEX, VVVV, NoCD8, T8PD, Sched<[WriteXCHG]>;
1690
1691
def CMPCCXADDmr64_EVEX : I<0xe0, MRMDestMem4VOp3CC, (outs GR64:$dst),
1692
(ins GR64:$dstsrc1, i64mem:$dstsrc2, GR64:$src3, ccode:$cond),
1693
1694
[(set GR64:$dst, (X86cmpccxadd addr:$dstsrc2,
1695
GR64:$dstsrc1, GR64:$src3, timm:$cond))]>,
1696
- EVEX_4V, NoCD8, REX_W, T8PD, Sched<[WriteXCHG]>;
+ EVEX, VVVV, NoCD8, REX_W, T8PD, Sched<[WriteXCHG]>;
1697
}
1698
1699
0 commit comments