src/hotspot/cpu/ppc/register_definitions_ppc.cpp

Print this page




  15  *
  16  * You should have received a copy of the GNU General Public License version
  17  * 2 along with this work; if not, write to the Free Software Foundation,
  18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19  *
  20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  * or visit www.oracle.com if you need additional information or have any
  22  * questions.
  23  *
  24  */
  25 
  26 // Make sure the defines don't screw up the declarations later on in this file.
  27 #define DONT_USE_REGISTER_DEFINES
  28 
  29 #include "asm/register.hpp"
  30 
  31 REGISTER_DEFINITION(Register, noreg);
  32 
  33 REGISTER_DEFINITION(FloatRegister, fnoreg);
  34 


  35 REGISTER_DEFINITION(VectorSRegister, vsnoreg);


  15  *
  16  * You should have received a copy of the GNU General Public License version
  17  * 2 along with this work; if not, write to the Free Software Foundation,
  18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19  *
  20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  * or visit www.oracle.com if you need additional information or have any
  22  * questions.
  23  *
  24  */
  25 
  26 // Make sure the defines don't screw up the declarations later on in this file.
  27 #define DONT_USE_REGISTER_DEFINES
  28 
  29 #include "asm/register.hpp"
  30 
  31 REGISTER_DEFINITION(Register, noreg);
  32 
  33 REGISTER_DEFINITION(FloatRegister, fnoreg);
  34 
  35 REGISTER_DEFINITION(VectorRegister, vnoreg);
  36 
  37 REGISTER_DEFINITION(VectorSRegister, vsnoreg);