From 77ae36b35d47393335bf5399cab9c91ccf08e88f Mon Sep 17 00:00:00 2001 From: jeffhao Date: Tue, 7 Aug 2012 14:18:16 -0700 Subject: Fix and enable inlining of some intrinsics on x86. Inlined min/max int, String isEmpty/length, and abs int/long. Change-Id: I24aa1b403ee5c8437d63c58dbe1504494ce106ef --- src/compiler/codegen/x86/X86LIR.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/codegen/x86/X86LIR.h') diff --git a/src/compiler/codegen/x86/X86LIR.h b/src/compiler/codegen/x86/X86LIR.h index 72c8c03dea..7a9d90d26e 100644 --- a/src/compiler/codegen/x86/X86LIR.h +++ b/src/compiler/codegen/x86/X86LIR.h @@ -395,6 +395,7 @@ enum X86OpCode { BinaryShiftOpCode(kX86Shr), BinaryShiftOpCode(kX86Sar), #undef BinaryShiftOpcode + kX86Cmc, #define UnaryOpcode(opcode, reg, mem, array) \ opcode ## 8 ## reg, opcode ## 8 ## mem, opcode ## 8 ## array, \ opcode ## 16 ## reg, opcode ## 16 ## mem, opcode ## 16 ## array, \ -- cgit v1.2.3-59-g8ed1b