| Index: src/trusted/validator/x86/decoder/gen/ncopcode_insts.h
|
| diff --git a/src/trusted/validator/x86/decoder/gen/ncopcode_insts.h b/src/trusted/validator/x86/decoder/gen/ncopcode_insts.h
|
| deleted file mode 100644
|
| index f355388f955e75f87643c9089c130cd4071f4616..0000000000000000000000000000000000000000
|
| --- a/src/trusted/validator/x86/decoder/gen/ncopcode_insts.h
|
| +++ /dev/null
|
| @@ -1,641 +0,0 @@
|
| -/* native_client/src/trusted/validator/x86/decoder/gen/ncopcode_insts.h
|
| - * THIS FILE IS AUTO_GENERATED DO NOT EDIT.
|
| - *
|
| - * This file was auto-generated by enum_gen.py
|
| - * from file ncopcode_insts.enum
|
| - */
|
| -
|
| -#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GEN_NCOPCODE_INSTS_H__
|
| -#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GEN_NCOPCODE_INSTS_H__
|
| -
|
| -#include "native_client/src/include/portability.h"
|
| -
|
| -EXTERN_C_BEGIN
|
| -typedef enum NaClMnemonic {
|
| - InstAaa = 0,
|
| - InstAad = 1,
|
| - InstAam = 2,
|
| - InstAas = 3,
|
| - InstAdc = 4,
|
| - InstAdd = 5,
|
| - InstAddpd = 6,
|
| - InstAddps = 7,
|
| - InstAddsd = 8,
|
| - InstAddss = 9,
|
| - InstAddsubpd = 10,
|
| - InstAddsubps = 11,
|
| - InstAnd = 12,
|
| - InstAndnpd = 13,
|
| - InstAndnps = 14,
|
| - InstAndpd = 15,
|
| - InstAndps = 16,
|
| - InstArpl = 17,
|
| - InstBlendpd = 18,
|
| - InstBlendps = 19,
|
| - InstBlendvpd = 20,
|
| - InstBlendvps = 21,
|
| - InstBound = 22,
|
| - InstBsf = 23,
|
| - InstBsr = 24,
|
| - InstBswap = 25,
|
| - InstBt = 26,
|
| - InstBtc = 27,
|
| - InstBtr = 28,
|
| - InstBts = 29,
|
| - InstCall = 30,
|
| - InstCbw = 31,
|
| - InstCdq = 32,
|
| - InstCdqe = 33,
|
| - InstClc = 34,
|
| - InstCld = 35,
|
| - InstClflush = 36,
|
| - InstClgi = 37,
|
| - InstCli = 38,
|
| - InstClts = 39,
|
| - InstCmc = 40,
|
| - InstCmovb = 41,
|
| - InstCmovbe = 42,
|
| - InstCmovl = 43,
|
| - InstCmovle = 44,
|
| - InstCmovnb = 45,
|
| - InstCmovnbe = 46,
|
| - InstCmovnl = 47,
|
| - InstCmovnle = 48,
|
| - InstCmovno = 49,
|
| - InstCmovnp = 50,
|
| - InstCmovns = 51,
|
| - InstCmovnz = 52,
|
| - InstCmovo = 53,
|
| - InstCmovp = 54,
|
| - InstCmovs = 55,
|
| - InstCmovz = 56,
|
| - InstCmp = 57,
|
| - InstCmppd = 58,
|
| - InstCmpps = 59,
|
| - InstCmpsb = 60,
|
| - InstCmpsd = 61,
|
| - InstCmpsd_xmm = 62,
|
| - InstCmpsq = 63,
|
| - InstCmpss = 64,
|
| - InstCmpsw = 65,
|
| - InstCmpxchg = 66,
|
| - InstCmpxchg16b = 67,
|
| - InstCmpxchg8b = 68,
|
| - InstComisd = 69,
|
| - InstComiss = 70,
|
| - InstCpuid = 71,
|
| - InstCqo = 72,
|
| - InstCrc32 = 73,
|
| - InstCvtdq2pd = 74,
|
| - InstCvtdq2ps = 75,
|
| - InstCvtpd2dq = 76,
|
| - InstCvtpd2pi = 77,
|
| - InstCvtpd2ps = 78,
|
| - InstCvtpi2pd = 79,
|
| - InstCvtpi2ps = 80,
|
| - InstCvtps2dq = 81,
|
| - InstCvtps2pd = 82,
|
| - InstCvtps2pi = 83,
|
| - InstCvtsd2pi = 84,
|
| - InstCvtsd2si = 85,
|
| - InstCvtsd2ss = 86,
|
| - InstCvtsi2sd = 87,
|
| - InstCvtsi2ss = 88,
|
| - InstCvtss2sd = 89,
|
| - InstCvtss2si = 90,
|
| - InstCvttpd2dq = 91,
|
| - InstCvttpd2pi = 92,
|
| - InstCvttps2dq = 93,
|
| - InstCvttps2pi = 94,
|
| - InstCvttsd2pi = 95,
|
| - InstCvttsd2si = 96,
|
| - InstCvttss2si = 97,
|
| - InstCwd = 98,
|
| - InstCwde = 99,
|
| - InstDaa = 100,
|
| - InstDas = 101,
|
| - InstDec = 102,
|
| - InstDiv = 103,
|
| - InstDivpd = 104,
|
| - InstDivps = 105,
|
| - InstDivsd = 106,
|
| - InstDivss = 107,
|
| - InstDontCare = 108,
|
| - InstDontCareCondJump = 109,
|
| - InstDontCareJump = 110,
|
| - InstDppd = 111,
|
| - InstDpps = 112,
|
| - InstEmms = 113,
|
| - InstEnter = 114,
|
| - InstExtractps = 115,
|
| - InstExtrq = 116,
|
| - InstF2xm1 = 117,
|
| - InstFabs = 118,
|
| - InstFadd = 119,
|
| - InstFaddp = 120,
|
| - InstFbld = 121,
|
| - InstFbstp = 122,
|
| - InstFchs = 123,
|
| - InstFcmovb = 124,
|
| - InstFcmovbe = 125,
|
| - InstFcmove = 126,
|
| - InstFcmovnb = 127,
|
| - InstFcmovnbe = 128,
|
| - InstFcmovne = 129,
|
| - InstFcmovnu = 130,
|
| - InstFcmovu = 131,
|
| - InstFcom = 132,
|
| - InstFcomi = 133,
|
| - InstFcomip = 134,
|
| - InstFcomp = 135,
|
| - InstFcompp = 136,
|
| - InstFcos = 137,
|
| - InstFdecstp = 138,
|
| - InstFdiv = 139,
|
| - InstFdivp = 140,
|
| - InstFdivr = 141,
|
| - InstFdivrp = 142,
|
| - InstFemms = 143,
|
| - InstFfree = 144,
|
| - InstFiadd = 145,
|
| - InstFicom = 146,
|
| - InstFicomp = 147,
|
| - InstFidiv = 148,
|
| - InstFidivr = 149,
|
| - InstFild = 150,
|
| - InstFimul = 151,
|
| - InstFincstp = 152,
|
| - InstFist = 153,
|
| - InstFistp = 154,
|
| - InstFisttp = 155,
|
| - InstFisub = 156,
|
| - InstFisubr = 157,
|
| - InstFld = 158,
|
| - InstFld1 = 159,
|
| - InstFldcw = 160,
|
| - InstFldenv = 161,
|
| - InstFldl2e = 162,
|
| - InstFldl2t = 163,
|
| - InstFldlg2 = 164,
|
| - InstFldln2 = 165,
|
| - InstFldpi = 166,
|
| - InstFldz = 167,
|
| - InstFmul = 168,
|
| - InstFmulp = 169,
|
| - InstFnclex = 170,
|
| - InstFninit = 171,
|
| - InstFnop = 172,
|
| - InstFnsave = 173,
|
| - InstFnstcw = 174,
|
| - InstFnstenv = 175,
|
| - InstFnstsw = 176,
|
| - InstFpatan = 177,
|
| - InstFprem = 178,
|
| - InstFprem1 = 179,
|
| - InstFptan = 180,
|
| - InstFrndint = 181,
|
| - InstFrstor = 182,
|
| - InstFscale = 183,
|
| - InstFsin = 184,
|
| - InstFsincos = 185,
|
| - InstFsqrt = 186,
|
| - InstFst = 187,
|
| - InstFstp = 188,
|
| - InstFsub = 189,
|
| - InstFsubp = 190,
|
| - InstFsubr = 191,
|
| - InstFsubrp = 192,
|
| - InstFtst = 193,
|
| - InstFucom = 194,
|
| - InstFucomi = 195,
|
| - InstFucomip = 196,
|
| - InstFucomp = 197,
|
| - InstFucompp = 198,
|
| - InstFwait = 199,
|
| - InstFxam = 200,
|
| - InstFxch = 201,
|
| - InstFxrstor = 202,
|
| - InstFxsave = 203,
|
| - InstFxtract = 204,
|
| - InstFyl2x = 205,
|
| - InstFyl2xp1 = 206,
|
| - InstHaddpd = 207,
|
| - InstHaddps = 208,
|
| - InstHlt = 209,
|
| - InstHsubpd = 210,
|
| - InstHsubps = 211,
|
| - InstIdiv = 212,
|
| - InstImul = 213,
|
| - InstIn = 214,
|
| - InstInc = 215,
|
| - InstInsb = 216,
|
| - InstInsd = 217,
|
| - InstInsertps = 218,
|
| - InstInsertq = 219,
|
| - InstInsw = 220,
|
| - InstInt = 221,
|
| - InstInt1 = 222,
|
| - InstInt3 = 223,
|
| - InstInto = 224,
|
| - InstInvalid = 225,
|
| - InstInvd = 226,
|
| - InstInvept = 227,
|
| - InstInvlpg = 228,
|
| - InstInvlpga = 229,
|
| - InstInvvpid = 230,
|
| - InstIret = 231,
|
| - InstIretd = 232,
|
| - InstIretq = 233,
|
| - InstJb = 234,
|
| - InstJbe = 235,
|
| - InstJcxz = 236,
|
| - InstJecxz = 237,
|
| - InstJl = 238,
|
| - InstJle = 239,
|
| - InstJmp = 240,
|
| - InstJnb = 241,
|
| - InstJnbe = 242,
|
| - InstJnl = 243,
|
| - InstJnle = 244,
|
| - InstJno = 245,
|
| - InstJnp = 246,
|
| - InstJns = 247,
|
| - InstJnz = 248,
|
| - InstJo = 249,
|
| - InstJp = 250,
|
| - InstJrcxz = 251,
|
| - InstJs = 252,
|
| - InstJz = 253,
|
| - InstLahf = 254,
|
| - InstLar = 255,
|
| - InstLddqu = 256,
|
| - InstLdmxcsr = 257,
|
| - InstLds = 258,
|
| - InstLea = 259,
|
| - InstLeave = 260,
|
| - InstLes = 261,
|
| - InstLfence = 262,
|
| - InstLfs = 263,
|
| - InstLgdt = 264,
|
| - InstLgs = 265,
|
| - InstLidt = 266,
|
| - InstLldt = 267,
|
| - InstLmsw = 268,
|
| - InstLodsb = 269,
|
| - InstLodsd = 270,
|
| - InstLodsq = 271,
|
| - InstLodsw = 272,
|
| - InstLoop = 273,
|
| - InstLoope = 274,
|
| - InstLoopne = 275,
|
| - InstLsl = 276,
|
| - InstLss = 277,
|
| - InstLtr = 278,
|
| - InstLzcnt = 279,
|
| - InstMaskmovdqu = 280,
|
| - InstMaskmovq = 281,
|
| - InstMaxpd = 282,
|
| - InstMaxps = 283,
|
| - InstMaxsd = 284,
|
| - InstMaxss = 285,
|
| - InstMfence = 286,
|
| - InstMinpd = 287,
|
| - InstMinps = 288,
|
| - InstMinsd = 289,
|
| - InstMinss = 290,
|
| - InstMonitor = 291,
|
| - InstMov = 292,
|
| - InstMovapd = 293,
|
| - InstMovaps = 294,
|
| - InstMovbe = 295,
|
| - InstMovd = 296,
|
| - InstMovddup = 297,
|
| - InstMovdq = 298,
|
| - InstMovdq2q = 299,
|
| - InstMovdqa = 300,
|
| - InstMovdqu = 301,
|
| - InstMovhlps = 302,
|
| - InstMovhpd = 303,
|
| - InstMovhps = 304,
|
| - InstMovlhps = 305,
|
| - InstMovlpd = 306,
|
| - InstMovlps = 307,
|
| - InstMovmskpd = 308,
|
| - InstMovmskps = 309,
|
| - InstMovntdq = 310,
|
| - InstMovntdqa = 311,
|
| - InstMovnti = 312,
|
| - InstMovntpd = 313,
|
| - InstMovntps = 314,
|
| - InstMovntq = 315,
|
| - InstMovntsd = 316,
|
| - InstMovntss = 317,
|
| - InstMovq = 318,
|
| - InstMovq2dq = 319,
|
| - InstMovsb = 320,
|
| - InstMovsd = 321,
|
| - InstMovshdup = 322,
|
| - InstMovsldup = 323,
|
| - InstMovsq = 324,
|
| - InstMovss = 325,
|
| - InstMovsw = 326,
|
| - InstMovsx = 327,
|
| - InstMovsxd = 328,
|
| - InstMovupd = 329,
|
| - InstMovups = 330,
|
| - InstMovzx = 331,
|
| - InstMpsadbw = 332,
|
| - InstMul = 333,
|
| - InstMulpd = 334,
|
| - InstMulps = 335,
|
| - InstMulsd = 336,
|
| - InstMulss = 337,
|
| - InstMwait = 338,
|
| - InstNeg = 339,
|
| - InstNop = 340,
|
| - InstNot = 341,
|
| - InstOr = 342,
|
| - InstOrpd = 343,
|
| - InstOrps = 344,
|
| - InstOut = 345,
|
| - InstOutsb = 346,
|
| - InstOutsd = 347,
|
| - InstOutsw = 348,
|
| - InstPabsb = 349,
|
| - InstPabsd = 350,
|
| - InstPabsw = 351,
|
| - InstPackssdw = 352,
|
| - InstPacksswb = 353,
|
| - InstPackusdw = 354,
|
| - InstPackuswb = 355,
|
| - InstPaddb = 356,
|
| - InstPaddd = 357,
|
| - InstPaddq = 358,
|
| - InstPaddsb = 359,
|
| - InstPaddsw = 360,
|
| - InstPaddusb = 361,
|
| - InstPaddusw = 362,
|
| - InstPaddw = 363,
|
| - InstPalignr = 364,
|
| - InstPand = 365,
|
| - InstPandn = 366,
|
| - InstPause = 367,
|
| - InstPavgb = 368,
|
| - InstPavgusb = 369,
|
| - InstPavgw = 370,
|
| - InstPblendvb = 371,
|
| - InstPblendw = 372,
|
| - InstPcmpeqb = 373,
|
| - InstPcmpeqd = 374,
|
| - InstPcmpeqq = 375,
|
| - InstPcmpeqw = 376,
|
| - InstPcmpestri = 377,
|
| - InstPcmpestrm = 378,
|
| - InstPcmpgtb = 379,
|
| - InstPcmpgtd = 380,
|
| - InstPcmpgtq = 381,
|
| - InstPcmpgtw = 382,
|
| - InstPcmpistri = 383,
|
| - InstPcmpistrm = 384,
|
| - InstPextrb = 385,
|
| - InstPextrd = 386,
|
| - InstPextrq = 387,
|
| - InstPextrw = 388,
|
| - InstPf2id = 389,
|
| - InstPf2iw = 390,
|
| - InstPfacc = 391,
|
| - InstPfadd = 392,
|
| - InstPfcmpeq = 393,
|
| - InstPfcmpge = 394,
|
| - InstPfcmpgt = 395,
|
| - InstPfmax = 396,
|
| - InstPfmin = 397,
|
| - InstPfmul = 398,
|
| - InstPfnacc = 399,
|
| - InstPfpnacc = 400,
|
| - InstPfrcp = 401,
|
| - InstPfrcpit1 = 402,
|
| - InstPfrcpit2 = 403,
|
| - InstPfrsqit1 = 404,
|
| - InstPfrsqrt = 405,
|
| - InstPfsub = 406,
|
| - InstPfsubr = 407,
|
| - InstPhaddd = 408,
|
| - InstPhaddsw = 409,
|
| - InstPhaddw = 410,
|
| - InstPhminposuw = 411,
|
| - InstPhsubd = 412,
|
| - InstPhsubsw = 413,
|
| - InstPhsubw = 414,
|
| - InstPi2fd = 415,
|
| - InstPi2fw = 416,
|
| - InstPinsrb = 417,
|
| - InstPinsrd = 418,
|
| - InstPinsrq = 419,
|
| - InstPinsrw = 420,
|
| - InstPmaddubsw = 421,
|
| - InstPmaddwd = 422,
|
| - InstPmaxsb = 423,
|
| - InstPmaxsd = 424,
|
| - InstPmaxsw = 425,
|
| - InstPmaxub = 426,
|
| - InstPmaxud = 427,
|
| - InstPmaxuw = 428,
|
| - InstPminsb = 429,
|
| - InstPminsd = 430,
|
| - InstPminsw = 431,
|
| - InstPminub = 432,
|
| - InstPminud = 433,
|
| - InstPminuw = 434,
|
| - InstPmovmskb = 435,
|
| - InstPmovsxbd = 436,
|
| - InstPmovsxbq = 437,
|
| - InstPmovsxbw = 438,
|
| - InstPmovsxdq = 439,
|
| - InstPmovsxwd = 440,
|
| - InstPmovsxwq = 441,
|
| - InstPmovzxbd = 442,
|
| - InstPmovzxbq = 443,
|
| - InstPmovzxbw = 444,
|
| - InstPmovzxdq = 445,
|
| - InstPmovzxwd = 446,
|
| - InstPmovzxwq = 447,
|
| - InstPmuldq = 448,
|
| - InstPmulhrsw = 449,
|
| - InstPmulhrw = 450,
|
| - InstPmulhuw = 451,
|
| - InstPmulhw = 452,
|
| - InstPmulld = 453,
|
| - InstPmullw = 454,
|
| - InstPmuludq = 455,
|
| - InstPop = 456,
|
| - InstPopa = 457,
|
| - InstPopad = 458,
|
| - InstPopcnt = 459,
|
| - InstPopf = 460,
|
| - InstPopfd = 461,
|
| - InstPopfq = 462,
|
| - InstPor = 463,
|
| - InstPrefetch_exclusive = 464,
|
| - InstPrefetch_modified = 465,
|
| - InstPrefetch_reserved = 466,
|
| - InstPrefetchnta = 467,
|
| - InstPrefetcht0 = 468,
|
| - InstPrefetcht1 = 469,
|
| - InstPrefetcht2 = 470,
|
| - InstPsadbw = 471,
|
| - InstPshufb = 472,
|
| - InstPshufd = 473,
|
| - InstPshufhw = 474,
|
| - InstPshuflw = 475,
|
| - InstPshufw = 476,
|
| - InstPsignb = 477,
|
| - InstPsignd = 478,
|
| - InstPsignw = 479,
|
| - InstPslld = 480,
|
| - InstPslldq = 481,
|
| - InstPsllq = 482,
|
| - InstPsllw = 483,
|
| - InstPsrad = 484,
|
| - InstPsraw = 485,
|
| - InstPsrld = 486,
|
| - InstPsrldq = 487,
|
| - InstPsrlq = 488,
|
| - InstPsrlw = 489,
|
| - InstPsubb = 490,
|
| - InstPsubd = 491,
|
| - InstPsubq = 492,
|
| - InstPsubsb = 493,
|
| - InstPsubsw = 494,
|
| - InstPsubusb = 495,
|
| - InstPsubusw = 496,
|
| - InstPsubw = 497,
|
| - InstPswapd = 498,
|
| - InstPtest = 499,
|
| - InstPunpckhbd = 500,
|
| - InstPunpckhbq = 501,
|
| - InstPunpckhbw = 502,
|
| - InstPunpckhdq = 503,
|
| - InstPunpckhqdq = 504,
|
| - InstPunpckhwd = 505,
|
| - InstPunpcklbw = 506,
|
| - InstPunpckldq = 507,
|
| - InstPunpcklqdq = 508,
|
| - InstPunpcklwd = 509,
|
| - InstPush = 510,
|
| - InstPusha = 511,
|
| - InstPushad = 512,
|
| - InstPushf = 513,
|
| - InstPushfd = 514,
|
| - InstPushfq = 515,
|
| - InstPxor = 516,
|
| - InstRcl = 517,
|
| - InstRcpps = 518,
|
| - InstRcpss = 519,
|
| - InstRcr = 520,
|
| - InstRdmsr = 521,
|
| - InstRdpmc = 522,
|
| - InstRdtsc = 523,
|
| - InstRdtscp = 524,
|
| - InstRet = 525,
|
| - InstRol = 526,
|
| - InstRor = 527,
|
| - InstRoundpd = 528,
|
| - InstRoundps = 529,
|
| - InstRoundsd = 530,
|
| - InstRoundss = 531,
|
| - InstRsm = 532,
|
| - InstRsqrtps = 533,
|
| - InstRsqrtss = 534,
|
| - InstSahf = 535,
|
| - InstSalc = 536,
|
| - InstSar = 537,
|
| - InstSbb = 538,
|
| - InstScasb = 539,
|
| - InstScasd = 540,
|
| - InstScasq = 541,
|
| - InstScasw = 542,
|
| - InstSetb = 543,
|
| - InstSetbe = 544,
|
| - InstSetl = 545,
|
| - InstSetle = 546,
|
| - InstSetnb = 547,
|
| - InstSetnbe = 548,
|
| - InstSetnl = 549,
|
| - InstSetnle = 550,
|
| - InstSetno = 551,
|
| - InstSetnp = 552,
|
| - InstSetns = 553,
|
| - InstSetnz = 554,
|
| - InstSeto = 555,
|
| - InstSetp = 556,
|
| - InstSets = 557,
|
| - InstSetz = 558,
|
| - InstSfence = 559,
|
| - InstSgdt = 560,
|
| - InstShl = 561,
|
| - InstShld = 562,
|
| - InstShr = 563,
|
| - InstShrd = 564,
|
| - InstShufpd = 565,
|
| - InstShufps = 566,
|
| - InstSidt = 567,
|
| - InstSkinit = 568,
|
| - InstSldt = 569,
|
| - InstSmsw = 570,
|
| - InstSqrtpd = 571,
|
| - InstSqrtps = 572,
|
| - InstSqrtsd = 573,
|
| - InstSqrtss = 574,
|
| - InstStc = 575,
|
| - InstStd = 576,
|
| - InstStgi = 577,
|
| - InstSti = 578,
|
| - InstStmxcsr = 579,
|
| - InstStosb = 580,
|
| - InstStosd = 581,
|
| - InstStosq = 582,
|
| - InstStosw = 583,
|
| - InstStr = 584,
|
| - InstSub = 585,
|
| - InstSubpd = 586,
|
| - InstSubps = 587,
|
| - InstSubsd = 588,
|
| - InstSubss = 589,
|
| - InstSwapgs = 590,
|
| - InstSyscall = 591,
|
| - InstSysenter = 592,
|
| - InstSysexit = 593,
|
| - InstSysret = 594,
|
| - InstTest = 595,
|
| - InstTzcnt = 596,
|
| - InstUcomisd = 597,
|
| - InstUcomiss = 598,
|
| - InstUd2 = 599,
|
| - InstUnpckhpd = 600,
|
| - InstUnpckhps = 601,
|
| - InstUnpcklpd = 602,
|
| - InstUnpcklps = 603,
|
| - InstVerr = 604,
|
| - InstVerw = 605,
|
| - InstVmload = 606,
|
| - InstVmmcall = 607,
|
| - InstVmrun = 608,
|
| - InstVmsave = 609,
|
| - InstWbinvd = 610,
|
| - InstWrmsr = 611,
|
| - InstXadd = 612,
|
| - InstXchg = 613,
|
| - InstXlat = 614,
|
| - InstXor = 615,
|
| - InstXorpd = 616,
|
| - InstXorps = 617,
|
| - NaClMnemonicEnumSize = 618, /* special size marker */
|
| -} NaClMnemonic;
|
| -
|
| -/* Returns the name of an NaClMnemonic constant. */
|
| -extern const char* NaClMnemonicName(NaClMnemonic name);
|
| -
|
| -EXTERN_C_END
|
| -
|
| -#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GEN_NCOPCODE_INSTS_H__ */
|
|
|