AVX512: Implemented encoding and intrinsics for vpternlogd/q.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 6e4f5907ea3e8e9cc900e26c5c992bd97369f3f5..d20433a8e57730ea1046489e927ae98bc51d8064 100644 (file)
@@ -389,9 +389,11 @@ namespace llvm {
       VPERMIV3,
       VPERMI,
       VPERM2X128,
-      //Fix Up Special Packed Float32/64 values
+      // Bitwise ternary logic
+      VPTERNLOG,
+      // Fix Up Special Packed Float32/64 values
       VFIXUPIMM,
-      //Range Restriction Calculation For Packed Pairs of Float32/64 values
+      // Range Restriction Calculation For Packed Pairs of Float32/64 values
       VRANGE,
       // Reduce - Perform Reduction Transformation on scalar\packed FP
       VREDUCE,