equal
deleted
inserted
replaced
1 // |
1 // |
2 // Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. |
2 // Copyright (c) 2011, 2018, 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. |
1442 ret_value = false; |
1442 ret_value = false; |
1443 break; |
1443 break; |
1444 case Op_CMoveVF: |
1444 case Op_CMoveVF: |
1445 if (vlen != 8) |
1445 if (vlen != 8) |
1446 ret_value = false; |
1446 ret_value = false; |
|
1447 break; |
1447 case Op_CMoveVD: |
1448 case Op_CMoveVD: |
1448 if (vlen != 4) |
1449 if (vlen != 4) |
1449 ret_value = false; |
1450 ret_value = false; |
1450 break; |
1451 break; |
1451 } |
1452 } |