WasmFastInstructions

Properties

Link copied to clipboard
Link copied to clipboard
const val Op_block: Int = 2
Link copied to clipboard
const val Op_br: Int = 12
Link copied to clipboard
const val Op_br_if: Int = 13
Link copied to clipboard
const val Op_br_table: Int = 14
Link copied to clipboard
const val Op_call: Int = 16
Link copied to clipboard
const val Op_call_indirect: Int = 17
Link copied to clipboard
const val Op_call_ref: Int = 20
Link copied to clipboard
const val Op_catch: Int = 7
Link copied to clipboard
const val Op_catch_all: Int = 25
Link copied to clipboard
const val Op_data_drop: Int = 521
Link copied to clipboard
const val Op_delegate: Int = 24
Link copied to clipboard
const val Op_drop: Int = 26
Link copied to clipboard
const val Op_elem_drop: Int = 525
Link copied to clipboard
const val Op_else: Int = 5
Link copied to clipboard
const val Op_end: Int = 11
Link copied to clipboard
const val Op_f32_abs: Int = 139
Link copied to clipboard
const val Op_f32_add: Int = 146
Link copied to clipboard
const val Op_f32_ceil: Int = 141
Link copied to clipboard
const val Op_f32_const: Int = 67
Link copied to clipboard
const val Op_f32_convert_i32_s: Int = 178
Link copied to clipboard
const val Op_f32_convert_i32_u: Int = 179
Link copied to clipboard
const val Op_f32_convert_i64_s: Int = 180
Link copied to clipboard
const val Op_f32_convert_i64_u: Int = 181
Link copied to clipboard
const val Op_f32_copysign: Int = 152
Link copied to clipboard
const val Op_f32_demote_f64: Int = 182
Link copied to clipboard
const val Op_f32_div: Int = 149
Link copied to clipboard
const val Op_f32_drop: Int = 258
Link copied to clipboard
const val Op_f32_eq: Int = 91
Link copied to clipboard
const val Op_f32_floor: Int = 142
Link copied to clipboard
const val Op_f32_ge: Int = 96
Link copied to clipboard
const val Op_f32_global_get: Int = 322
Link copied to clipboard
const val Op_f32_global_set: Int = 338
Link copied to clipboard
const val Op_f32_gt: Int = 94
Link copied to clipboard
const val Op_f32_le: Int = 95
Link copied to clipboard
const val Op_f32_load: Int = 42
Link copied to clipboard
const val Op_f32_local_get: Int = 274
Link copied to clipboard
const val Op_f32_local_set: Int = 290
Link copied to clipboard
const val Op_f32_local_tee: Int = 306
Link copied to clipboard
const val Op_f32_lt: Int = 93
Link copied to clipboard
const val Op_f32_max: Int = 151
Link copied to clipboard
const val Op_f32_min: Int = 150
Link copied to clipboard
const val Op_f32_mul: Int = 148
Link copied to clipboard
const val Op_f32_ne: Int = 92
Link copied to clipboard
const val Op_f32_nearest: Int = 144
Link copied to clipboard
const val Op_f32_neg: Int = 140
Link copied to clipboard
const val Op_f32_reinterpret_i32: Int = 190
Link copied to clipboard
const val Op_f32_return: Int = 354
Link copied to clipboard
const val Op_f32_select: Int = 402
Link copied to clipboard
const val Op_f32_short_const: Int = 370
Link copied to clipboard
const val Op_f32_sqrt: Int = 145
Link copied to clipboard
const val Op_f32_store: Int = 56
Link copied to clipboard
const val Op_f32_sub: Int = 147
Link copied to clipboard
const val Op_f32_trunc: Int = 143
Link copied to clipboard
const val Op_f64_abs: Int = 153
Link copied to clipboard
const val Op_f64_add: Int = 160
Link copied to clipboard
const val Op_f64_ceil: Int = 155
Link copied to clipboard
const val Op_f64_const: Int = 68
Link copied to clipboard
const val Op_f64_convert_i32_s: Int = 183
Link copied to clipboard
const val Op_f64_convert_i32_u: Int = 184
Link copied to clipboard
const val Op_f64_convert_i64_s: Int = 185
Link copied to clipboard
const val Op_f64_convert_i64_u: Int = 186
Link copied to clipboard
const val Op_f64_copysign: Int = 166
Link copied to clipboard
const val Op_f64_div: Int = 163
Link copied to clipboard
const val Op_f64_drop: Int = 259
Link copied to clipboard
const val Op_f64_eq: Int = 97
Link copied to clipboard
const val Op_f64_floor: Int = 156
Link copied to clipboard
const val Op_f64_ge: Int = 102
Link copied to clipboard
const val Op_f64_global_get: Int = 323
Link copied to clipboard
const val Op_f64_global_set: Int = 339
Link copied to clipboard
const val Op_f64_gt: Int = 100
Link copied to clipboard
const val Op_f64_le: Int = 101
Link copied to clipboard
const val Op_f64_load: Int = 43
Link copied to clipboard
const val Op_f64_local_get: Int = 275
Link copied to clipboard
const val Op_f64_local_set: Int = 291
Link copied to clipboard
const val Op_f64_local_tee: Int = 307
Link copied to clipboard
const val Op_f64_lt: Int = 99
Link copied to clipboard
const val Op_f64_max: Int = 165
Link copied to clipboard
const val Op_f64_min: Int = 164
Link copied to clipboard
const val Op_f64_mul: Int = 162
Link copied to clipboard
const val Op_f64_ne: Int = 98
Link copied to clipboard
const val Op_f64_nearest: Int = 158
Link copied to clipboard
const val Op_f64_neg: Int = 154
Link copied to clipboard
const val Op_f64_promote_f32: Int = 187
Link copied to clipboard
const val Op_f64_reinterpret_i64: Int = 191
Link copied to clipboard
const val Op_f64_return: Int = 355
Link copied to clipboard
const val Op_f64_select: Int = 403
Link copied to clipboard
const val Op_f64_short_const: Int = 371
Link copied to clipboard
const val Op_f64_sqrt: Int = 159
Link copied to clipboard
const val Op_f64_store: Int = 57
Link copied to clipboard
const val Op_f64_sub: Int = 161
Link copied to clipboard
const val Op_f64_trunc: Int = 157
Link copied to clipboard
Link copied to clipboard
const val Op_global_get: Int = 35
Link copied to clipboard
const val Op_global_set: Int = 36
Link copied to clipboard
const val Op_goto: Int = 384
Link copied to clipboard
const val Op_goto_if: Int = 385
Link copied to clipboard
const val Op_goto_if_not: Int = 386
Link copied to clipboard
const val Op_goto_if_not_f32_eq: Int = 438
Link copied to clipboard
const val Op_goto_if_not_f32_ge: Int = 443
Link copied to clipboard
const val Op_goto_if_not_f32_gt: Int = 441
Link copied to clipboard
const val Op_goto_if_not_f32_le: Int = 442
Link copied to clipboard
const val Op_goto_if_not_f32_lt: Int = 440
Link copied to clipboard
const val Op_goto_if_not_f32_ne: Int = 439
Link copied to clipboard
const val Op_goto_if_not_f64_eq: Int = 444
Link copied to clipboard
const val Op_goto_if_not_f64_ge: Int = 449
Link copied to clipboard
const val Op_goto_if_not_f64_gt: Int = 447
Link copied to clipboard
const val Op_goto_if_not_f64_le: Int = 448
Link copied to clipboard
const val Op_goto_if_not_f64_lt: Int = 446
Link copied to clipboard
const val Op_goto_if_not_f64_ne: Int = 445
Link copied to clipboard
const val Op_goto_if_not_i32_eq: Int = 417
Link copied to clipboard
const val Op_goto_if_not_i32_eqz: Int = 416
Link copied to clipboard
const val Op_goto_if_not_i32_ge_s: Int = 425
Link copied to clipboard
const val Op_goto_if_not_i32_ge_u: Int = 426
Link copied to clipboard
const val Op_goto_if_not_i32_gt_s: Int = 421
Link copied to clipboard
const val Op_goto_if_not_i32_gt_u: Int = 422
Link copied to clipboard
const val Op_goto_if_not_i32_le_s: Int = 423
Link copied to clipboard
const val Op_goto_if_not_i32_le_u: Int = 424
Link copied to clipboard
const val Op_goto_if_not_i32_lt_s: Int = 419
Link copied to clipboard
const val Op_goto_if_not_i32_lt_u: Int = 420
Link copied to clipboard
const val Op_goto_if_not_i32_ne: Int = 418
Link copied to clipboard
const val Op_goto_if_not_i64_eq: Int = 428
Link copied to clipboard
const val Op_goto_if_not_i64_eqz: Int = 427
Link copied to clipboard
const val Op_goto_if_not_i64_ge_s: Int = 436
Link copied to clipboard
const val Op_goto_if_not_i64_ge_u: Int = 437
Link copied to clipboard
const val Op_goto_if_not_i64_gt_s: Int = 432
Link copied to clipboard
const val Op_goto_if_not_i64_gt_u: Int = 433
Link copied to clipboard
const val Op_goto_if_not_i64_le_s: Int = 434
Link copied to clipboard
const val Op_goto_if_not_i64_le_u: Int = 435
Link copied to clipboard
const val Op_goto_if_not_i64_lt_s: Int = 430
Link copied to clipboard
const val Op_goto_if_not_i64_lt_u: Int = 431
Link copied to clipboard
const val Op_goto_if_not_i64_ne: Int = 429
Link copied to clipboard
const val Op_goto_table: Int = 387
Link copied to clipboard
const val Op_i32_add: Int = 106
Link copied to clipboard
const val Op_i32_and: Int = 113
Link copied to clipboard
const val Op_i32_clz: Int = 103
Link copied to clipboard
const val Op_i32_const: Int = 65
Link copied to clipboard
const val Op_i32_ctz: Int = 104
Link copied to clipboard
const val Op_i32_div_s: Int = 109
Link copied to clipboard
const val Op_i32_div_u: Int = 110
Link copied to clipboard
const val Op_i32_drop: Int = 256
Link copied to clipboard
const val Op_i32_eq: Int = 70
Link copied to clipboard
const val Op_i32_eqz: Int = 69
Link copied to clipboard
const val Op_i32_extend16_s: Int = 193
Link copied to clipboard
const val Op_i32_extend8_s: Int = 192
Link copied to clipboard
const val Op_i32_ge_s: Int = 78
Link copied to clipboard
const val Op_i32_ge_u: Int = 79
Link copied to clipboard
const val Op_i32_global_get: Int = 320
Link copied to clipboard
const val Op_i32_global_set: Int = 336
Link copied to clipboard
const val Op_i32_gt_s: Int = 74
Link copied to clipboard
const val Op_i32_gt_u: Int = 75
Link copied to clipboard
const val Op_i32_le_s: Int = 76
Link copied to clipboard
const val Op_i32_le_u: Int = 77
Link copied to clipboard
const val Op_i32_load: Int = 40
Link copied to clipboard
const val Op_i32_load16_s: Int = 46
Link copied to clipboard
const val Op_i32_load16_u: Int = 47
Link copied to clipboard
const val Op_i32_load8_s: Int = 44
Link copied to clipboard
const val Op_i32_load8_u: Int = 45
Link copied to clipboard
const val Op_i32_local_get: Int = 272
Link copied to clipboard
const val Op_i32_local_set: Int = 288
Link copied to clipboard
const val Op_i32_local_tee: Int = 304
Link copied to clipboard
const val Op_i32_lt_s: Int = 72
Link copied to clipboard
const val Op_i32_lt_u: Int = 73
Link copied to clipboard
const val Op_i32_mul: Int = 108
Link copied to clipboard
const val Op_i32_ne: Int = 71
Link copied to clipboard
const val Op_i32_or: Int = 114
Link copied to clipboard
const val Op_i32_popcnt: Int = 105
Link copied to clipboard
const val Op_i32_reinterpret_f32: Int = 188
Link copied to clipboard
const val Op_i32_rem_s: Int = 111
Link copied to clipboard
const val Op_i32_rem_u: Int = 112
Link copied to clipboard
const val Op_i32_return: Int = 352
Link copied to clipboard
const val Op_i32_rotl: Int = 119
Link copied to clipboard
const val Op_i32_rotr: Int = 120
Link copied to clipboard
const val Op_i32_select: Int = 400
Link copied to clipboard
const val Op_i32_shl: Int = 116
Link copied to clipboard
const val Op_i32_short_const: Int = 368
Link copied to clipboard
const val Op_i32_shr_s: Int = 117
Link copied to clipboard
const val Op_i32_shr_u: Int = 118
Link copied to clipboard
const val Op_i32_store: Int = 54
Link copied to clipboard
const val Op_i32_store16: Int = 59
Link copied to clipboard
const val Op_i32_store8: Int = 58
Link copied to clipboard
const val Op_i32_sub: Int = 107
Link copied to clipboard
const val Op_i32_trunc_f32_s: Int = 168
Link copied to clipboard
const val Op_i32_trunc_f32_u: Int = 169
Link copied to clipboard
const val Op_i32_trunc_f64_s: Int = 170
Link copied to clipboard
const val Op_i32_trunc_f64_u: Int = 171
Link copied to clipboard
const val Op_i32_trunc_sat_f32_s: Int = 512
Link copied to clipboard
const val Op_i32_trunc_sat_f32_u: Int = 513
Link copied to clipboard
const val Op_i32_trunc_sat_f64_s: Int = 514
Link copied to clipboard
const val Op_i32_trunc_sat_f64_u: Int = 515
Link copied to clipboard
const val Op_i32_wrap_i64: Int = 167
Link copied to clipboard
const val Op_i32_xor: Int = 115
Link copied to clipboard
const val Op_i64_add: Int = 124
Link copied to clipboard
const val Op_i64_and: Int = 131
Link copied to clipboard
const val Op_i64_clz: Int = 121
Link copied to clipboard
const val Op_i64_const: Int = 66
Link copied to clipboard
const val Op_i64_ctz: Int = 122
Link copied to clipboard
const val Op_i64_div_s: Int = 127
Link copied to clipboard
const val Op_i64_div_u: Int = 128
Link copied to clipboard
const val Op_i64_drop: Int = 257
Link copied to clipboard
const val Op_i64_eq: Int = 81
Link copied to clipboard
const val Op_i64_eqz: Int = 80
Link copied to clipboard
const val Op_i64_extend16_s: Int = 195
Link copied to clipboard
const val Op_i64_extend32_s: Int = 196
Link copied to clipboard
const val Op_i64_extend8_s: Int = 194
Link copied to clipboard
const val Op_i64_extend_i32_s: Int = 172
Link copied to clipboard
const val Op_i64_extend_i32_u: Int = 173
Link copied to clipboard
const val Op_i64_ge_s: Int = 89
Link copied to clipboard
const val Op_i64_ge_u: Int = 90
Link copied to clipboard
const val Op_i64_global_get: Int = 321
Link copied to clipboard
const val Op_i64_global_set: Int = 337
Link copied to clipboard
const val Op_i64_gt_s: Int = 85
Link copied to clipboard
const val Op_i64_gt_u: Int = 86
Link copied to clipboard
const val Op_i64_le_s: Int = 87
Link copied to clipboard
const val Op_i64_le_u: Int = 88
Link copied to clipboard
const val Op_i64_load: Int = 41
Link copied to clipboard
const val Op_i64_load16_s: Int = 50
Link copied to clipboard
const val Op_i64_load16_u: Int = 51
Link copied to clipboard
const val Op_i64_load32_s: Int = 52
Link copied to clipboard
const val Op_i64_load32_u: Int = 53
Link copied to clipboard
const val Op_i64_load8_s: Int = 48
Link copied to clipboard
const val Op_i64_load8_u: Int = 49
Link copied to clipboard
const val Op_i64_local_get: Int = 273
Link copied to clipboard
const val Op_i64_local_set: Int = 289
Link copied to clipboard
const val Op_i64_local_tee: Int = 305
Link copied to clipboard
const val Op_i64_lt_s: Int = 83
Link copied to clipboard
const val Op_i64_lt_u: Int = 84
Link copied to clipboard
const val Op_i64_mul: Int = 126
Link copied to clipboard
const val Op_i64_ne: Int = 82
Link copied to clipboard
const val Op_i64_or: Int = 132
Link copied to clipboard
const val Op_i64_popcnt: Int = 123
Link copied to clipboard
const val Op_i64_reinterpret_f64: Int = 189
Link copied to clipboard
const val Op_i64_rem_s: Int = 129
Link copied to clipboard
const val Op_i64_rem_u: Int = 130
Link copied to clipboard
const val Op_i64_return: Int = 353
Link copied to clipboard
const val Op_i64_rotl: Int = 137
Link copied to clipboard
const val Op_i64_rotr: Int = 138
Link copied to clipboard
const val Op_i64_select: Int = 401
Link copied to clipboard
const val Op_i64_shl: Int = 134
Link copied to clipboard
const val Op_i64_short_const: Int = 369
Link copied to clipboard
const val Op_i64_shr_s: Int = 135
Link copied to clipboard
const val Op_i64_shr_u: Int = 136
Link copied to clipboard
const val Op_i64_store: Int = 55
Link copied to clipboard
const val Op_i64_store16: Int = 61
Link copied to clipboard
const val Op_i64_store32: Int = 62
Link copied to clipboard
const val Op_i64_store8: Int = 60
Link copied to clipboard
const val Op_i64_sub: Int = 125
Link copied to clipboard
const val Op_i64_trunc_f32_s: Int = 174
Link copied to clipboard
const val Op_i64_trunc_f32_u: Int = 175
Link copied to clipboard
const val Op_i64_trunc_f64_s: Int = 176
Link copied to clipboard
const val Op_i64_trunc_f64_u: Int = 177
Link copied to clipboard
const val Op_i64_trunc_sat_f32_s: Int = 516
Link copied to clipboard
const val Op_i64_trunc_sat_f32_u: Int = 517
Link copied to clipboard
const val Op_i64_trunc_sat_f64_s: Int = 518
Link copied to clipboard
const val Op_i64_trunc_sat_f64_u: Int = 519
Link copied to clipboard
const val Op_i64_xor: Int = 133
Link copied to clipboard
const val Op_if: Int = 4
Link copied to clipboard
const val Op_local_get: Int = 32
Link copied to clipboard
const val Op_local_set: Int = 33
Link copied to clipboard
const val Op_local_tee: Int = 34
Link copied to clipboard
const val Op_loop: Int = 3
Link copied to clipboard
const val Op_memory_copy: Int = 522
Link copied to clipboard
const val Op_memory_fill: Int = 523
Link copied to clipboard
const val Op_memory_grow: Int = 64
Link copied to clipboard
const val Op_memory_init: Int = 520
Link copied to clipboard
const val Op_memory_size: Int = 63
Link copied to clipboard
const val Op_nop: Int = 1
Link copied to clipboard
const val Op_ref_is_null: Int = 209
Link copied to clipboard
const val Op_ref_null: Int = 208
Link copied to clipboard
const val Op_reserved_0x0a: Int = 10
Link copied to clipboard
const val Op_rethrow: Int = 9
Link copied to clipboard
const val Op_return: Int = 15
Link copied to clipboard
const val Op_return_call: Int = 18
Link copied to clipboard
Link copied to clipboard
const val Op_return_call_ref: Int = 21
Link copied to clipboard
const val Op_select: Int = 27
Link copied to clipboard
const val Op_table_copy: Int = 526
Link copied to clipboard
const val Op_table_fill: Int = 529
Link copied to clipboard
const val Op_table_grow: Int = 527
Link copied to clipboard
const val Op_table_init: Int = 524
Link copied to clipboard
const val Op_table_size: Int = 528
Link copied to clipboard
const val Op_throw: Int = 8
Link copied to clipboard
const val Op_try: Int = 6
Link copied to clipboard
const val Op_unreachable: Int = 0
Link copied to clipboard
const val Op_v128_drop: Int = 260
Link copied to clipboard
const val Op_v128_global_get: Int = 324
Link copied to clipboard
const val Op_v128_global_set: Int = 340
Link copied to clipboard
const val Op_v128_local_get: Int = 276
Link copied to clipboard
const val Op_v128_local_set: Int = 292
Link copied to clipboard
const val Op_v128_local_tee: Int = 308
Link copied to clipboard
const val Op_v128_return: Int = 356
Link copied to clipboard
const val Op_v128_select: Int = 404
Link copied to clipboard
const val Op_void_return: Int = 357