From fc9e6fabed89d948fa8c0e9d673e430076712c60 Mon Sep 17 00:00:00 2001 From: buzbee Date: Fri, 23 Mar 2012 15:14:29 -0700 Subject: 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 --- src/compiler/codegen/mips/MipsLIR.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/codegen/mips/MipsLIR.h') diff --git a/src/compiler/codegen/mips/MipsLIR.h b/src/compiler/codegen/mips/MipsLIR.h index 5c8fc345e7..c0ff298326 100644 --- a/src/compiler/codegen/mips/MipsLIR.h +++ b/src/compiler/codegen/mips/MipsLIR.h @@ -333,6 +333,7 @@ enum MipsShiftEncodings { * Assemble.cc. */ enum MipsOpCode { + kPseudoIntrinsicRetry = -16, kPseudoSuspendTarget = -15, kPseudoThrowTarget = -14, kPseudoCaseLabel = -13, -- cgit v1.2.3-59-g8ed1b