comparison src/cpu/x86/vm/vmStructs_x86.hpp @ 22639:5d6bb2cb3b9d

Add new flags to jdk.internal.jvmci.amd64.AMD64.CPUFeature
author twisti
date Wed, 30 Sep 2015 11:29:19 +0200
parents b8d3f84740c7
children
comparison
equal deleted inserted replaced
22638:c7ce66399b04 22639:5d6bb2cb3b9d
1 /* 1 /*
2 * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2001, 2015, 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.
70 declare_constant(VM_Version::CPU_AVX2) \ 70 declare_constant(VM_Version::CPU_AVX2) \
71 declare_constant(VM_Version::CPU_AES) \ 71 declare_constant(VM_Version::CPU_AES) \
72 declare_constant(VM_Version::CPU_ERMS) \ 72 declare_constant(VM_Version::CPU_ERMS) \
73 declare_constant(VM_Version::CPU_CLMUL) \ 73 declare_constant(VM_Version::CPU_CLMUL) \
74 declare_constant(VM_Version::CPU_BMI1) \ 74 declare_constant(VM_Version::CPU_BMI1) \
75 declare_constant(VM_Version::CPU_BMI2) 75 declare_constant(VM_Version::CPU_BMI2) \
76 declare_constant(VM_Version::CPU_RTM) \
77 declare_constant(VM_Version::CPU_ADX)
76 78
77 #define VM_LONG_CONSTANTS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant) 79 #define VM_LONG_CONSTANTS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant)
78 80
79 #endif // CPU_X86_VM_VMSTRUCTS_X86_HPP 81 #endif // CPU_X86_VM_VMSTRUCTS_X86_HPP