Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readytoruninstructionset.h « inc « coreclr « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b66c6e5208919c8d4fa9659417799b4e2e347b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

// DO NOT EDIT THIS FILE! IT IS AUTOGENERATED
// FROM /src/coreclr/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
// using /src/coreclr/tools/Common/JitInterface/ThunkGenerator/gen.bat

#ifndef READYTORUNINSTRUCTIONSET_H
#define READYTORUNINSTRUCTIONSET_H
enum ReadyToRunInstructionSet
{
    READYTORUN_INSTRUCTION_Sse=1,
    READYTORUN_INSTRUCTION_Sse2=2,
    READYTORUN_INSTRUCTION_Sse3=3,
    READYTORUN_INSTRUCTION_Ssse3=4,
    READYTORUN_INSTRUCTION_Sse41=5,
    READYTORUN_INSTRUCTION_Sse42=6,
    READYTORUN_INSTRUCTION_Avx=7,
    READYTORUN_INSTRUCTION_Avx2=8,
    READYTORUN_INSTRUCTION_Aes=9,
    READYTORUN_INSTRUCTION_Bmi1=10,
    READYTORUN_INSTRUCTION_Bmi2=11,
    READYTORUN_INSTRUCTION_Fma=12,
    READYTORUN_INSTRUCTION_Lzcnt=13,
    READYTORUN_INSTRUCTION_Pclmulqdq=14,
    READYTORUN_INSTRUCTION_Popcnt=15,
    READYTORUN_INSTRUCTION_ArmBase=16,
    READYTORUN_INSTRUCTION_AdvSimd=17,
    READYTORUN_INSTRUCTION_Crc32=18,
    READYTORUN_INSTRUCTION_Sha1=19,
    READYTORUN_INSTRUCTION_Sha256=20,
    READYTORUN_INSTRUCTION_Atomics=21,
    READYTORUN_INSTRUCTION_X86Base=22,
    READYTORUN_INSTRUCTION_Dp=23,
    READYTORUN_INSTRUCTION_Rdm=24,
    READYTORUN_INSTRUCTION_AvxVnni=25,

};

#endif // READYTORUNINSTRUCTIONSET_H