Compiler intrinsics

Add intrinsic support.  Some of these appear to be of
limited value, so we may end up removing a few.  In general,
the instrinsics provide small, but measurable, gains.

Only Arm is currently supported, but most of these should
work for our other targets as well.

This is an interim solution.  My plan is to the intrinsic
recognition action up into the basic block building phase once
we start doing inlining.

Change-Id: Ia2913f2cdecaa4e80469caf69dbf8e2f61d4506a
diff --git a/src/asm_support.h b/src/asm_support.h
index 6ba23bc..d5bc370 100644
--- a/src/asm_support.h
+++ b/src/asm_support.h
@@ -19,6 +19,11 @@
 
 #define SUSPEND_CHECK_INTERVAL (1000)
 
+#define STRING_VALUE_OFFSET 8
+#define STRING_COUNT_OFFSET 12
+#define STRING_OFFSET_OFFSET 20
+#define STRING_DATA_OFFSET 12
+
 #if defined(__arm__)
 #define rSUSPEND r4
 #define rSELF r9