enum Opcode
Declared at: clang/lib/AST/Interp/Opcode.h:21
Enumerators
Name | Value | Comment |
---|---|---|
OP_AddSint8 | 0 | |
OP_AddUint8 | 1 | |
OP_AddSint16 | 2 | |
OP_AddUint16 | 3 | |
OP_AddSint32 | 4 | |
OP_AddUint32 | 5 | |
OP_AddSint64 | 6 | |
OP_AddUint64 | 7 | |
OP_AddBool | 8 | |
OP_AddOffsetSint8 | 9 | |
OP_AddOffsetUint8 | 10 | |
OP_AddOffsetSint16 | 11 | |
OP_AddOffsetUint16 | 12 | |
OP_AddOffsetSint32 | 13 | |
OP_AddOffsetUint32 | 14 | |
OP_AddOffsetSint64 | 15 | |
OP_AddOffsetUint64 | 16 | |
OP_AddOffsetBool | 17 | |
OP_ConstBool | 18 | |
OP_ConstSint16 | 19 | |
OP_ConstSint32 | 20 | |
OP_ConstSint64 | 21 | |
OP_ConstSint8 | 22 | |
OP_ConstUint16 | 23 | |
OP_ConstUint32 | 24 | |
OP_ConstUint64 | 25 | |
OP_ConstUint8 | 26 | |
OP_Destroy | 27 | |
OP_DupSint8 | 28 | |
OP_DupUint8 | 29 | |
OP_DupSint16 | 30 | |
OP_DupUint16 | 31 | |
OP_DupSint32 | 32 | |
OP_DupUint32 | 33 | |
OP_DupSint64 | 34 | |
OP_DupUint64 | 35 | |
OP_DupBool | 36 | |
OP_DupPtr | 37 | |
OP_EQSint8 | 38 | |
OP_EQUint8 | 39 | |
OP_EQSint16 | 40 | |
OP_EQUint16 | 41 | |
OP_EQSint32 | 42 | |
OP_EQUint32 | 43 | |
OP_EQSint64 | 44 | |
OP_EQUint64 | 45 | |
OP_EQBool | 46 | |
OP_EQPtr | 47 | |
OP_ExpandPtr | 48 | |
OP_GESint8 | 49 | |
OP_GEUint8 | 50 | |
OP_GESint16 | 51 | |
OP_GEUint16 | 52 | |
OP_GESint32 | 53 | |
OP_GEUint32 | 54 | |
OP_GESint64 | 55 | |
OP_GEUint64 | 56 | |
OP_GEBool | 57 | |
OP_GEPtr | 58 | |
OP_GTSint8 | 59 | |
OP_GTUint8 | 60 | |
OP_GTSint16 | 61 | |
OP_GTUint16 | 62 | |
OP_GTSint32 | 63 | |
OP_GTUint32 | 64 | |
OP_GTSint64 | 65 | |
OP_GTUint64 | 66 | |
OP_GTBool | 67 | |
OP_GTPtr | 68 | |
OP_GetFieldSint8 | 69 | |
OP_GetFieldUint8 | 70 | |
OP_GetFieldSint16 | 71 | |
OP_GetFieldUint16 | 72 | |
OP_GetFieldSint32 | 73 | |
OP_GetFieldUint32 | 74 | |
OP_GetFieldSint64 | 75 | |
OP_GetFieldUint64 | 76 | |
OP_GetFieldBool | 77 | |
OP_GetFieldPtr | 78 | |
OP_GetFieldPopSint8 | 79 | |
OP_GetFieldPopUint8 | 80 | |
OP_GetFieldPopSint16 | 81 | |
OP_GetFieldPopUint16 | 82 | |
OP_GetFieldPopSint32 | 83 | |
OP_GetFieldPopUint32 | 84 | |
OP_GetFieldPopSint64 | 85 | |
OP_GetFieldPopUint64 | 86 | |
OP_GetFieldPopBool | 87 | |
OP_GetFieldPopPtr | 88 | |
OP_GetGlobalSint8 | 89 | |
OP_GetGlobalUint8 | 90 | |
OP_GetGlobalSint16 | 91 | |
OP_GetGlobalUint16 | 92 | |
OP_GetGlobalSint32 | 93 | |
OP_GetGlobalUint32 | 94 | |
OP_GetGlobalSint64 | 95 | |
OP_GetGlobalUint64 | 96 | |
OP_GetGlobalBool | 97 | |
OP_GetGlobalPtr | 98 | |
OP_GetLocalSint8 | 99 | |
OP_GetLocalUint8 | 100 | |
OP_GetLocalSint16 | 101 | |
OP_GetLocalUint16 | 102 | |
OP_GetLocalSint32 | 103 | |
OP_GetLocalUint32 | 104 | |
OP_GetLocalSint64 | 105 | |
OP_GetLocalUint64 | 106 | |
OP_GetLocalBool | 107 | |
OP_GetLocalPtr | 108 | |
OP_GetParamSint8 | 109 | |
OP_GetParamUint8 | 110 | |
OP_GetParamSint16 | 111 | |
OP_GetParamUint16 | 112 | |
OP_GetParamSint32 | 113 | |
OP_GetParamUint32 | 114 | |
OP_GetParamSint64 | 115 | |
OP_GetParamUint64 | 116 | |
OP_GetParamBool | 117 | |
OP_GetParamPtr | 118 | |
OP_GetPtrActiveField | 119 | |
OP_GetPtrActiveThisField | 120 | |
OP_GetPtrBase | 121 | |
OP_GetPtrField | 122 | |
OP_GetPtrGlobal | 123 | |
OP_GetPtrLocal | 124 | |
OP_GetPtrParam | 125 | |
OP_GetPtrThisBase | 126 | |
OP_GetPtrThisField | 127 | |
OP_GetPtrThisVirtBase | 128 | |
OP_GetPtrVirtBase | 129 | |
OP_GetThisFieldSint8 | 130 | |
OP_GetThisFieldUint8 | 131 | |
OP_GetThisFieldSint16 | 132 | |
OP_GetThisFieldUint16 | 133 | |
OP_GetThisFieldSint32 | 134 | |
OP_GetThisFieldUint32 | 135 | |
OP_GetThisFieldSint64 | 136 | |
OP_GetThisFieldUint64 | 137 | |
OP_GetThisFieldBool | 138 | |
OP_GetThisFieldPtr | 139 | |
OP_InitBitFieldSint8 | 140 | |
OP_InitBitFieldUint8 | 141 | |
OP_InitBitFieldSint16 | 142 | |
OP_InitBitFieldUint16 | 143 | |
OP_InitBitFieldSint32 | 144 | |
OP_InitBitFieldUint32 | 145 | |
OP_InitBitFieldSint64 | 146 | |
OP_InitBitFieldUint64 | 147 | |
OP_InitBitFieldBool | 148 | |
OP_InitElemSint8 | 149 | |
OP_InitElemUint8 | 150 | |
OP_InitElemSint16 | 151 | |
OP_InitElemUint16 | 152 | |
OP_InitElemSint32 | 153 | |
OP_InitElemUint32 | 154 | |
OP_InitElemSint64 | 155 | |
OP_InitElemUint64 | 156 | |
OP_InitElemBool | 157 | |
OP_InitElemPtr | 158 | |
OP_InitElemPopSint8 | 159 | |
OP_InitElemPopUint8 | 160 | |
OP_InitElemPopSint16 | 161 | |
OP_InitElemPopUint16 | 162 | |
OP_InitElemPopSint32 | 163 | |
OP_InitElemPopUint32 | 164 | |
OP_InitElemPopSint64 | 165 | |
OP_InitElemPopUint64 | 166 | |
OP_InitElemPopBool | 167 | |
OP_InitElemPopPtr | 168 | |
OP_InitFieldSint8 | 169 | |
OP_InitFieldUint8 | 170 | |
OP_InitFieldSint16 | 171 | |
OP_InitFieldUint16 | 172 | |
OP_InitFieldSint32 | 173 | |
OP_InitFieldUint32 | 174 | |
OP_InitFieldSint64 | 175 | |
OP_InitFieldUint64 | 176 | |
OP_InitFieldBool | 177 | |
OP_InitFieldPtr | 178 | |
OP_InitFieldActiveSint8 | 179 | |
OP_InitFieldActiveUint8 | 180 | |
OP_InitFieldActiveSint16 | 181 | |
OP_InitFieldActiveUint16 | 182 | |
OP_InitFieldActiveSint32 | 183 | |
OP_InitFieldActiveUint32 | 184 | |
OP_InitFieldActiveSint64 | 185 | |
OP_InitFieldActiveUint64 | 186 | |
OP_InitFieldActiveBool | 187 | |
OP_InitFieldActivePtr | 188 | |
OP_InitGlobalSint8 | 189 | |
OP_InitGlobalUint8 | 190 | |
OP_InitGlobalSint16 | 191 | |
OP_InitGlobalUint16 | 192 | |
OP_InitGlobalSint32 | 193 | |
OP_InitGlobalUint32 | 194 | |
OP_InitGlobalSint64 | 195 | |
OP_InitGlobalUint64 | 196 | |
OP_InitGlobalBool | 197 | |
OP_InitGlobalPtr | 198 | |
OP_InitPopSint8 | 199 | |
OP_InitPopUint8 | 200 | |
OP_InitPopSint16 | 201 | |
OP_InitPopUint16 | 202 | |
OP_InitPopSint32 | 203 | |
OP_InitPopUint32 | 204 | |
OP_InitPopSint64 | 205 | |
OP_InitPopUint64 | 206 | |
OP_InitPopBool | 207 | |
OP_InitPopPtr | 208 | |
OP_InitThisBitFieldSint8 | 209 | |
OP_InitThisBitFieldUint8 | 210 | |
OP_InitThisBitFieldSint16 | 211 | |
OP_InitThisBitFieldUint16 | 212 | |
OP_InitThisBitFieldSint32 | 213 | |
OP_InitThisBitFieldUint32 | 214 | |
OP_InitThisBitFieldSint64 | 215 | |
OP_InitThisBitFieldUint64 | 216 | |
OP_InitThisBitFieldBool | 217 | |
OP_InitThisFieldSint8 | 218 | |
OP_InitThisFieldUint8 | 219 | |
OP_InitThisFieldSint16 | 220 | |
OP_InitThisFieldUint16 | 221 | |
OP_InitThisFieldSint32 | 222 | |
OP_InitThisFieldUint32 | 223 | |
OP_InitThisFieldSint64 | 224 | |
OP_InitThisFieldUint64 | 225 | |
OP_InitThisFieldBool | 226 | |
OP_InitThisFieldPtr | 227 | |
OP_InitThisFieldActiveSint8 | 228 | |
OP_InitThisFieldActiveUint8 | 229 | |
OP_InitThisFieldActiveSint16 | 230 | |
OP_InitThisFieldActiveUint16 | 231 | |
OP_InitThisFieldActiveSint32 | 232 | |
OP_InitThisFieldActiveUint32 | 233 | |
OP_InitThisFieldActiveSint64 | 234 | |
OP_InitThisFieldActiveUint64 | 235 | |
OP_InitThisFieldActiveBool | 236 | |
OP_InitThisFieldActivePtr | 237 | |
OP_Jf | 238 | |
OP_Jmp | 239 | |
OP_Jt | 240 | |
OP_LESint8 | 241 | |
OP_LEUint8 | 242 | |
OP_LESint16 | 243 | |
OP_LEUint16 | 244 | |
OP_LESint32 | 245 | |
OP_LEUint32 | 246 | |
OP_LESint64 | 247 | |
OP_LEUint64 | 248 | |
OP_LEBool | 249 | |
OP_LEPtr | 250 | |
OP_LTSint8 | 251 | |
OP_LTUint8 | 252 | |
OP_LTSint16 | 253 | |
OP_LTUint16 | 254 | |
OP_LTSint32 | 255 | |
OP_LTUint32 | 256 | |
OP_LTSint64 | 257 | |
OP_LTUint64 | 258 | |
OP_LTBool | 259 | |
OP_LTPtr | 260 | |
OP_LoadSint8 | 261 | |
OP_LoadUint8 | 262 | |
OP_LoadSint16 | 263 | |
OP_LoadUint16 | 264 | |
OP_LoadSint32 | 265 | |
OP_LoadUint32 | 266 | |
OP_LoadSint64 | 267 | |
OP_LoadUint64 | 268 | |
OP_LoadBool | 269 | |
OP_LoadPtr | 270 | |
OP_LoadPopSint8 | 271 | |
OP_LoadPopUint8 | 272 | |
OP_LoadPopSint16 | 273 | |
OP_LoadPopUint16 | 274 | |
OP_LoadPopSint32 | 275 | |
OP_LoadPopUint32 | 276 | |
OP_LoadPopSint64 | 277 | |
OP_LoadPopUint64 | 278 | |
OP_LoadPopBool | 279 | |
OP_LoadPopPtr | 280 | |
OP_MulSint8 | 281 | |
OP_MulUint8 | 282 | |
OP_MulSint16 | 283 | |
OP_MulUint16 | 284 | |
OP_MulSint32 | 285 | |
OP_MulUint32 | 286 | |
OP_MulSint64 | 287 | |
OP_MulUint64 | 288 | |
OP_MulBool | 289 | |
OP_NESint8 | 290 | |
OP_NEUint8 | 291 | |
OP_NESint16 | 292 | |
OP_NEUint16 | 293 | |
OP_NESint32 | 294 | |
OP_NEUint32 | 295 | |
OP_NESint64 | 296 | |
OP_NEUint64 | 297 | |
OP_NEBool | 298 | |
OP_NEPtr | 299 | |
OP_NarrowPtr | 300 | |
OP_NoRet | 301 | |
OP_NullPtr | 302 | |
OP_PopSint8 | 303 | |
OP_PopUint8 | 304 | |
OP_PopSint16 | 305 | |
OP_PopUint16 | 306 | |
OP_PopSint32 | 307 | |
OP_PopUint32 | 308 | |
OP_PopSint64 | 309 | |
OP_PopUint64 | 310 | |
OP_PopBool | 311 | |
OP_PopPtr | 312 | |
OP_RetSint8 | 313 | |
OP_RetUint8 | 314 | |
OP_RetSint16 | 315 | |
OP_RetUint16 | 316 | |
OP_RetSint32 | 317 | |
OP_RetUint32 | 318 | |
OP_RetSint64 | 319 | |
OP_RetUint64 | 320 | |
OP_RetBool | 321 | |
OP_RetPtr | 322 | |
OP_RetValue | 323 | |
OP_RetVoid | 324 | |
OP_SetFieldSint8 | 325 | |
OP_SetFieldUint8 | 326 | |
OP_SetFieldSint16 | 327 | |
OP_SetFieldUint16 | 328 | |
OP_SetFieldSint32 | 329 | |
OP_SetFieldUint32 | 330 | |
OP_SetFieldSint64 | 331 | |
OP_SetFieldUint64 | 332 | |
OP_SetFieldBool | 333 | |
OP_SetFieldPtr | 334 | |
OP_SetGlobalSint8 | 335 | |
OP_SetGlobalUint8 | 336 | |
OP_SetGlobalSint16 | 337 | |
OP_SetGlobalUint16 | 338 | |
OP_SetGlobalSint32 | 339 | |
OP_SetGlobalUint32 | 340 | |
OP_SetGlobalSint64 | 341 | |
OP_SetGlobalUint64 | 342 | |
OP_SetGlobalBool | 343 | |
OP_SetGlobalPtr | 344 | |
OP_SetLocalSint8 | 345 | |
OP_SetLocalUint8 | 346 | |
OP_SetLocalSint16 | 347 | |
OP_SetLocalUint16 | 348 | |
OP_SetLocalSint32 | 349 | |
OP_SetLocalUint32 | 350 | |
OP_SetLocalSint64 | 351 | |
OP_SetLocalUint64 | 352 | |
OP_SetLocalBool | 353 | |
OP_SetLocalPtr | 354 | |
OP_SetParamSint8 | 355 | |
OP_SetParamUint8 | 356 | |
OP_SetParamSint16 | 357 | |
OP_SetParamUint16 | 358 | |
OP_SetParamSint32 | 359 | |
OP_SetParamUint32 | 360 | |
OP_SetParamSint64 | 361 | |
OP_SetParamUint64 | 362 | |
OP_SetParamBool | 363 | |
OP_SetParamPtr | 364 | |
OP_SetThisFieldSint8 | 365 | |
OP_SetThisFieldUint8 | 366 | |
OP_SetThisFieldSint16 | 367 | |
OP_SetThisFieldUint16 | 368 | |
OP_SetThisFieldSint32 | 369 | |
OP_SetThisFieldUint32 | 370 | |
OP_SetThisFieldSint64 | 371 | |
OP_SetThisFieldUint64 | 372 | |
OP_SetThisFieldBool | 373 | |
OP_SetThisFieldPtr | 374 | |
OP_StoreSint8 | 375 | |
OP_StoreUint8 | 376 | |
OP_StoreSint16 | 377 | |
OP_StoreUint16 | 378 | |
OP_StoreSint32 | 379 | |
OP_StoreUint32 | 380 | |
OP_StoreSint64 | 381 | |
OP_StoreUint64 | 382 | |
OP_StoreBool | 383 | |
OP_StorePtr | 384 | |
OP_StoreBitFieldSint8 | 385 | |
OP_StoreBitFieldUint8 | 386 | |
OP_StoreBitFieldSint16 | 387 | |
OP_StoreBitFieldUint16 | 388 | |
OP_StoreBitFieldSint32 | 389 | |
OP_StoreBitFieldUint32 | 390 | |
OP_StoreBitFieldSint64 | 391 | |
OP_StoreBitFieldUint64 | 392 | |
OP_StoreBitFieldBool | 393 | |
OP_StoreBitFieldPopSint8 | 394 | |
OP_StoreBitFieldPopUint8 | 395 | |
OP_StoreBitFieldPopSint16 | 396 | |
OP_StoreBitFieldPopUint16 | 397 | |
OP_StoreBitFieldPopSint32 | 398 | |
OP_StoreBitFieldPopUint32 | 399 | |
OP_StoreBitFieldPopSint64 | 400 | |
OP_StoreBitFieldPopUint64 | 401 | |
OP_StoreBitFieldPopBool | 402 | |
OP_StorePopSint8 | 403 | |
OP_StorePopUint8 | 404 | |
OP_StorePopSint16 | 405 | |
OP_StorePopUint16 | 406 | |
OP_StorePopSint32 | 407 | |
OP_StorePopUint32 | 408 | |
OP_StorePopSint64 | 409 | |
OP_StorePopUint64 | 410 | |
OP_StorePopBool | 411 | |
OP_StorePopPtr | 412 | |
OP_SubSint8 | 413 | |
OP_SubUint8 | 414 | |
OP_SubSint16 | 415 | |
OP_SubUint16 | 416 | |
OP_SubSint32 | 417 | |
OP_SubUint32 | 418 | |
OP_SubSint64 | 419 | |
OP_SubUint64 | 420 | |
OP_SubBool | 421 | |
OP_SubOffsetSint8 | 422 | |
OP_SubOffsetUint8 | 423 | |
OP_SubOffsetSint16 | 424 | |
OP_SubOffsetUint16 | 425 | |
OP_SubOffsetSint32 | 426 | |
OP_SubOffsetUint32 | 427 | |
OP_SubOffsetSint64 | 428 | |
OP_SubOffsetUint64 | 429 | |
OP_SubOffsetBool | 430 | |
OP_This | 431 | |
OP_ZeroSint8 | 432 | |
OP_ZeroUint8 | 433 | |
OP_ZeroSint16 | 434 | |
OP_ZeroUint16 | 435 | |
OP_ZeroSint32 | 436 | |
OP_ZeroUint32 | 437 | |
OP_ZeroSint64 | 438 | |
OP_ZeroUint64 | 439 | |
OP_ZeroBool | 440 |