comparison src/share/vm/opto/node.cpp @ 6179:8c92982cbbc4

7119644: Increase superword's vector size up to 256 bits Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
author kvn
date Fri, 15 Jun 2012 01:25:19 -0700
parents 35acf8f0a2e4
children da91efe96a93
comparison
equal deleted inserted replaced
6146:eba1d5bce9e8 6179:8c92982cbbc4
1 /* 1 /*
2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. 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.
1574 if( t ) { 1574 if( t ) {
1575 t->dump(); 1575 t->dump();
1576 } else { 1576 } else {
1577 tty->print("no type"); 1577 tty->print("no type");
1578 } 1578 }
1579 } else if (t->isa_vect() && this->is_MachSpillCopy()) {
1580 // Dump MachSpillcopy vector type.
1581 t->dump();
1579 } 1582 }
1580 if (is_new) { 1583 if (is_new) {
1581 debug_only(dump_orig(debug_orig())); 1584 debug_only(dump_orig(debug_orig()));
1582 Node_Notes* nn = C->node_notes_at(_idx); 1585 Node_Notes* nn = C->node_notes_at(_idx);
1583 if (nn != NULL && !nn->is_clear()) { 1586 if (nn != NULL && !nn->is_clear()) {