comparison src/cpu/x86/vm/register_definitions_x86.cpp @ 1564:61b2245abf36

6930772: JSR 292 needs to support SPARC C1 Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
author twisti
date Fri, 21 May 2010 02:59:24 -0700
parents 3c07cda72b7d
children e9ff18c4ace7
comparison
equal deleted inserted replaced
1563:1a5913bf5e19 1564:61b2245abf36
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);