comparison src/cpu/x86/vm/globals_x86.hpp @ 11080:b800986664f4

7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32 Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
author drchase
date Tue, 02 Jul 2013 20:42:12 -0400
parents cd54c7e92908
children 14904566a4b2 d13d7aba8c12
comparison
equal deleted inserted replaced
11079:738e04fb1232 11080:b800986664f4
94 "Use store immediate 16-bits value instruction on x86") \ 94 "Use store immediate 16-bits value instruction on x86") \
95 \ 95 \
96 product(intx, UseAVX, 99, \ 96 product(intx, UseAVX, 99, \
97 "Highest supported AVX instructions set on x86/x64") \ 97 "Highest supported AVX instructions set on x86/x64") \
98 \ 98 \
99 product(bool, UseCLMUL, false, \
100 "Control whether CLMUL instructions can be used on x86/x64") \
101 \
99 diagnostic(bool, UseIncDec, true, \ 102 diagnostic(bool, UseIncDec, true, \
100 "Use INC, DEC instructions on x86") \ 103 "Use INC, DEC instructions on x86") \
101 \ 104 \
102 product(bool, UseNewLongLShift, false, \ 105 product(bool, UseNewLongLShift, false, \
103 "Use optimized bitwise shift left") \ 106 "Use optimized bitwise shift left") \