Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
index e09c1dacfa8e8cd1864138b9e1a3fbe07b5f1ab0..e37855da3331969cfbbe9bf7420a221811e92ac8 100644 (file)
@@ -179,6 +179,9 @@ namespace llvm {
       // Vector AND with NOT of immediate
       VBICIMM,
 
+      // Vector bitwise select
+      VBSL,
+
       // Vector load N-element structure to all lanes:
       VLD2DUP = ISD::FIRST_TARGET_MEMORY_OPCODE,
       VLD3DUP,