Home | History | Annotate | Download | only in X86

Lines Matching full:andn

1172 def andn : PatFrag<(ops node:$i0, node:$i1), (and (not node:$i0), node:$i1)>;
1178 defm KANDN : avx512_mask_binop_w<0x42, "kandn", andn>;
1221 defm : avx512_binop_pat<andn, KANDNWrr>;