hotspot/src/cpu/x86/vm/register_definitions_x86.cpp
changeset 5687 b862d1f189bd
parent 1546 a02228c60567
child 5702 201c5cde25bb
equal deleted inserted replaced
5686:5435e77aa3df 5687:b862d1f189bd
     1 /*
     1 /*
     2  * Copyright 2002-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 2002-2010 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   113 REGISTER_DEFINITION(MMXRegister, mmx3 );
   113 REGISTER_DEFINITION(MMXRegister, mmx3 );
   114 REGISTER_DEFINITION(MMXRegister, mmx4 );
   114 REGISTER_DEFINITION(MMXRegister, mmx4 );
   115 REGISTER_DEFINITION(MMXRegister, mmx5 );
   115 REGISTER_DEFINITION(MMXRegister, mmx5 );
   116 REGISTER_DEFINITION(MMXRegister, mmx6 );
   116 REGISTER_DEFINITION(MMXRegister, mmx6 );
   117 REGISTER_DEFINITION(MMXRegister, mmx7 );
   117 REGISTER_DEFINITION(MMXRegister, mmx7 );
       
   118 
       
   119 // JSR 292
       
   120 REGISTER_DEFINITION(Register, rbp_mh_SP_save);