summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 61649a0d4d..9cf835ad7b 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -174,6 +174,14 @@ namespace llvm {
VMULLs, // ...signed
VMULLu, // ...unsigned
+ // Vector add long:
+ VADDLs, // ...signed
+ VADDLu, // ...unsigned
+
+ // Vector subtract long:
+ VSUBLs, // ...signed
+ VSUBLu, // ...unsigned
+
UMLAL, // 64bit Unsigned Accumulate Multiply
SMLAL, // 64bit Signed Accumulate Multiply