src/share/vm/opto/opcodes.hpp

changeset 3882
8c92982cbbc4
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/opto/opcodes.hpp	Thu Jun 14 14:59:52 2012 -0700
     1.2 +++ b/src/share/vm/opto/opcodes.hpp	Fri Jun 15 01:25:19 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -36,6 +36,10 @@
    1.11    macro(RegF)                   // Machine float   register
    1.12    macro(RegD)                   // Machine double  register
    1.13    macro(RegL)                   // Machine long    register
    1.14 +  macro(VecS)                   // Machine vectors register
    1.15 +  macro(VecD)                   // Machine vectord register
    1.16 +  macro(VecX)                   // Machine vectorx register
    1.17 +  macro(VecY)                   // Machine vectory register
    1.18    macro(RegFlags)               // Machine flags   register
    1.19    _last_machine_leaf,           // Split between regular opcodes and machine
    1.20  #include "classes.hpp"

mercurial