This commit is contained in:
Chuck Rasbold 2008-03-21 08:32:17 -07:00
commit 446895de2d
45 changed files with 3514 additions and 759 deletions

View file

@ -943,6 +943,12 @@ class CommandLineFlags {
product(bool, UseXmmRegToRegMoveAll, false, \
"Copy all XMM register bits when moving value between registers") \
\
product(bool, UseXmmI2D, false, \
"Use SSE2 CVTDQ2PD instruction to convert Integer to Double") \
\
product(bool, UseXmmI2F, false, \
"Use SSE2 CVTDQ2PS instruction to convert Integer to Float") \
\
product(intx, FieldsAllocationStyle, 1, \
"0 - type based with oops first, 1 - with oops last") \
\