Enum InstrId

Source
#[repr(u32)]
pub enum InstrId {
Show 1056 variants cpu_INVALID = 0, cpu_j = 1, cpu_jal = 2, cpu_beq = 3, cpu_bne = 4, cpu_beql = 5, cpu_bnel = 6, cpu_blez = 7, cpu_blezl = 8, cpu_bgtz = 9, cpu_bgtzl = 10, cpu_addi = 11, cpu_addiu = 12, cpu_slti = 13, cpu_sltiu = 14, cpu_andi = 15, cpu_ori = 16, cpu_xori = 17, cpu_daddi = 18, cpu_daddiu = 19, cpu_lui = 20, cpu_ldl = 21, cpu_ldr = 22, cpu_lb = 23, cpu_lh = 24, cpu_lwl = 25, cpu_lw = 26, cpu_lbu = 27, cpu_lhu = 28, cpu_lwr = 29, cpu_lwu = 30, cpu_sb = 31, cpu_sh = 32, cpu_swl = 33, cpu_sw = 34, cpu_sdl = 35, cpu_sdr = 36, cpu_swr = 37, cpu_ll = 38, cpu_pref = 39, cpu_lld = 40, cpu_ld = 41, cpu_sc = 42, cpu_scd = 43, cpu_sd = 44, cpu_cache = 45, cpu_lwc1 = 46, cpu_ldc1 = 47, cpu_swc1 = 48, cpu_sdc1 = 49, cpu_lwc2 = 50, cpu_ldc2 = 51, cpu_swc2 = 52, cpu_sdc2 = 53, cpu_b = 54, cpu_beqz = 55, cpu_bnez = 56, cpu_sll = 57, cpu_srl = 58, cpu_sra = 59, cpu_dsll = 60, cpu_dsrl = 61, cpu_dsra = 62, cpu_dsll32 = 63, cpu_dsrl32 = 64, cpu_dsra32 = 65, cpu_dsllv = 66, cpu_dsrlv = 67, cpu_dsrav = 68, cpu_sllv = 69, cpu_srlv = 70, cpu_srav = 71, cpu_mthi = 72, cpu_mtlo = 73, cpu_jr = 74, cpu_jalr = 75, cpu_mfhi = 76, cpu_mflo = 77, cpu_movz = 78, cpu_movn = 79, cpu_div = 80, cpu_divu = 81, cpu_sn64_div = 82, cpu_sn64_divu = 83, cpu_ddiv = 84, cpu_ddivu = 85, cpu_add = 86, cpu_addu = 87, cpu_sub = 88, cpu_subu = 89, cpu_and = 90, cpu_or = 91, cpu_xor = 92, cpu_nor = 93, cpu_slt = 94, cpu_sltu = 95, cpu_dadd = 96, cpu_daddu = 97, cpu_dsub = 98, cpu_dsubu = 99, cpu_syscall = 100, cpu_break = 101, cpu_sync = 102, cpu_mult = 103, cpu_multu = 104, cpu_dmult = 105, cpu_dmultu = 106, cpu_tge = 107, cpu_tgeu = 108, cpu_tlt = 109, cpu_tltu = 110, cpu_teq = 111, cpu_tne = 112, cpu_nop = 113, cpu_move = 114, cpu_not = 115, cpu_neg = 116, cpu_negu = 117, cpu_bltz = 118, cpu_bgez = 119, cpu_bltzl = 120, cpu_bgezl = 121, cpu_tgei = 122, cpu_tgeiu = 123, cpu_tlti = 124, cpu_tltiu = 125, cpu_teqi = 126, cpu_tnei = 127, cpu_bltzal = 128, cpu_bgezal = 129, cpu_bltzall = 130, cpu_bgezall = 131, cpu_bal = 132, cpu_mfc0 = 133, cpu_dmfc0 = 134, cpu_cfc0 = 135, cpu_mtc0 = 136, cpu_dmtc0 = 137, cpu_ctc0 = 138, cpu_bc0f = 139, cpu_bc0t = 140, cpu_bc0fl = 141, cpu_bc0tl = 142, cpu_tlbr = 143, cpu_tlbwi = 144, cpu_tlbwr = 145, cpu_tlbp = 146, cpu_rfe = 147, cpu_eret = 148, cpu_mfc1 = 149, cpu_dmfc1 = 150, cpu_mtc1 = 151, cpu_dmtc1 = 152, cpu_cfc1 = 153, cpu_ctc1 = 154, cpu_bc1f = 155, cpu_bc1t = 156, cpu_bc1fl = 157, cpu_bc1tl = 158, cpu_add_s = 159, cpu_sub_s = 160, cpu_mul_s = 161, cpu_div_s = 162, cpu_sqrt_s = 163, cpu_abs_s = 164, cpu_mov_s = 165, cpu_neg_s = 166, cpu_round_l_s = 167, cpu_trunc_l_s = 168, cpu_ceil_l_s = 169, cpu_floor_l_s = 170, cpu_round_w_s = 171, cpu_trunc_w_s = 172, cpu_ceil_w_s = 173, cpu_floor_w_s = 174, cpu_cvt_d_s = 175, cpu_cvt_w_s = 176, cpu_cvt_l_s = 177, cpu_c_f_s = 178, cpu_c_un_s = 179, cpu_c_eq_s = 180, cpu_c_ueq_s = 181, cpu_c_olt_s = 182, cpu_c_ult_s = 183, cpu_c_ole_s = 184, cpu_c_ule_s = 185, cpu_c_sf_s = 186, cpu_c_ngle_s = 187, cpu_c_seq_s = 188, cpu_c_ngl_s = 189, cpu_c_lt_s = 190, cpu_c_nge_s = 191, cpu_c_le_s = 192, cpu_c_ngt_s = 193, cpu_add_d = 194, cpu_sub_d = 195, cpu_mul_d = 196, cpu_div_d = 197, cpu_sqrt_d = 198, cpu_abs_d = 199, cpu_mov_d = 200, cpu_neg_d = 201, cpu_round_l_d = 202, cpu_trunc_l_d = 203, cpu_ceil_l_d = 204, cpu_floor_l_d = 205, cpu_round_w_d = 206, cpu_trunc_w_d = 207, cpu_ceil_w_d = 208, cpu_floor_w_d = 209, cpu_cvt_s_d = 210, cpu_cvt_w_d = 211, cpu_cvt_l_d = 212, cpu_c_f_d = 213, cpu_c_un_d = 214, cpu_c_eq_d = 215, cpu_c_ueq_d = 216, cpu_c_olt_d = 217, cpu_c_ult_d = 218, cpu_c_ole_d = 219, cpu_c_ule_d = 220, cpu_c_df_d = 221, cpu_c_ngle_d = 222, cpu_c_seq_d = 223, cpu_c_ngl_d = 224, cpu_c_lt_d = 225, cpu_c_nge_d = 226, cpu_c_le_d = 227, cpu_c_ngt_d = 228, cpu_cvt_s_w = 229, cpu_cvt_d_w = 230, cpu_cvt_s_l = 231, cpu_cvt_d_l = 232, cpu_mfc2 = 233, cpu_mtc2 = 234, cpu_cfc2 = 235, cpu_ctc2 = 236, cpu_USERDEF_00 = 237, cpu_USERDEF_01 = 238, cpu_USERDEF_02 = 239, cpu_USERDEF_03 = 240, cpu_USERDEF_04 = 241, cpu_USERDEF_05 = 242, cpu_USERDEF_06 = 243, cpu_USERDEF_07 = 244, cpu_USERDEF_08 = 245, cpu_USERDEF_09 = 246, cpu_USERDEF_10 = 247, cpu_USERDEF_11 = 248, cpu_USERDEF_12 = 249, cpu_USERDEF_13 = 250, cpu_USERDEF_14 = 251, cpu_USERDEF_15 = 252, cpu_USERDEF_16 = 253, cpu_USERDEF_17 = 254, cpu_USERDEF_18 = 255, cpu_USERDEF_19 = 256, cpu_MAX = 257, rsp_INVALID = 258, rsp_mfc2 = 259, rsp_mtc2 = 260, rsp_cfc2 = 261, rsp_ctc2 = 262, rsp_vmulf = 263, rsp_vmulu = 264, rsp_vrndp = 265, rsp_vmulq = 266, rsp_vmudl = 267, rsp_vmudm = 268, rsp_vmudn = 269, rsp_vmudh = 270, rsp_vmacf = 271, rsp_vmacu = 272, rsp_vrndn = 273, rsp_vmacq = 274, rsp_vmadl = 275, rsp_vmadm = 276, rsp_vmadn = 277, rsp_vmadh = 278, rsp_vadd = 279, rsp_vsub = 280, rsp_vabs = 281, rsp_vaddc = 282, rsp_vsubc = 283, rsp_vsar = 284, rsp_vand = 285, rsp_vnand = 286, rsp_vor = 287, rsp_vnor = 288, rsp_vxor = 289, rsp_vnxor = 290, rsp_vlt = 291, rsp_veq = 292, rsp_vne = 293, rsp_vge = 294, rsp_vcl = 295, rsp_vch = 296, rsp_vcr = 297, rsp_vmrg = 298, rsp_vrcp = 299, rsp_vrcpl = 300, rsp_vrcph = 301, rsp_vmov = 302, rsp_vrsq = 303, rsp_vrsql = 304, rsp_vrsqh = 305, rsp_vnop = 306, rsp_lbv = 307, rsp_lsv = 308, rsp_llv = 309, rsp_ldv = 310, rsp_lqv = 311, rsp_lrv = 312, rsp_lpv = 313, rsp_luv = 314, rsp_lhv = 315, rsp_lfv = 316, rsp_ltv = 317, rsp_sbv = 318, rsp_ssv = 319, rsp_slv = 320, rsp_sdv = 321, rsp_sqv = 322, rsp_srv = 323, rsp_spv = 324, rsp_suv = 325, rsp_shv = 326, rsp_sfv = 327, rsp_stv = 328, rsp_swv = 329, rsp_j = 330, rsp_jal = 331, rsp_beq = 332, rsp_bne = 333, rsp_blez = 334, rsp_bgtz = 335, rsp_addi = 336, rsp_addiu = 337, rsp_slti = 338, rsp_sltiu = 339, rsp_andi = 340, rsp_ori = 341, rsp_xori = 342, rsp_lui = 343, rsp_lb = 344, rsp_lh = 345, rsp_lw = 346, rsp_lbu = 347, rsp_lhu = 348, rsp_sb = 349, rsp_sh = 350, rsp_sw = 351, rsp_pref = 352, rsp_b = 353, rsp_beqz = 354, rsp_bnez = 355, rsp_sll = 356, rsp_srl = 357, rsp_sra = 358, rsp_sllv = 359, rsp_srlv = 360, rsp_srav = 361, rsp_jr = 362, rsp_jalr = 363, rsp_movz = 364, rsp_movn = 365, rsp_add = 366, rsp_addu = 367, rsp_sub = 368, rsp_subu = 369, rsp_and = 370, rsp_or = 371, rsp_xor = 372, rsp_nor = 373, rsp_slt = 374, rsp_sltu = 375, rsp_break = 376, rsp_nop = 377, rsp_move = 378, rsp_not = 379, rsp_neg = 380, rsp_negu = 381, rsp_bltz = 382, rsp_bgez = 383, rsp_bltzal = 384, rsp_bgezal = 385, rsp_bal = 386, rsp_mfc0 = 387, rsp_mtc0 = 388, rsp_USERDEF_00 = 389, rsp_USERDEF_01 = 390, rsp_USERDEF_02 = 391, rsp_USERDEF_03 = 392, rsp_USERDEF_04 = 393, rsp_USERDEF_05 = 394, rsp_USERDEF_06 = 395, rsp_USERDEF_07 = 396, rsp_USERDEF_08 = 397, rsp_USERDEF_09 = 398, rsp_USERDEF_10 = 399, rsp_USERDEF_11 = 400, rsp_USERDEF_12 = 401, rsp_USERDEF_13 = 402, rsp_USERDEF_14 = 403, rsp_USERDEF_15 = 404, rsp_USERDEF_16 = 405, rsp_USERDEF_17 = 406, rsp_USERDEF_18 = 407, rsp_USERDEF_19 = 408, rsp_MAX = 409, r3000gte_INVALID = 410, r3000gte_RTPS = 411, r3000gte_RTPT = 412, r3000gte_DPCL = 413, r3000gte_DPCS = 414, r3000gte_DPCT = 415, r3000gte_INTPL = 416, r3000gte_NCS = 417, r3000gte_NCT = 418, r3000gte_NCDS = 419, r3000gte_NCDT = 420, r3000gte_NCCS = 421, r3000gte_NCCT = 422, r3000gte_CDP = 423, r3000gte_CC = 424, r3000gte_NCLIP = 425, r3000gte_AVSZ3 = 426, r3000gte_AVSZ4 = 427, r3000gte_MVMVA = 428, r3000gte_SQR = 429, r3000gte_OP = 430, r3000gte_GPF = 431, r3000gte_GPL = 432, r3000gte_USERDEF_00 = 433, r3000gte_USERDEF_01 = 434, r3000gte_USERDEF_02 = 435, r3000gte_USERDEF_03 = 436, r3000gte_USERDEF_04 = 437, r3000gte_USERDEF_05 = 438, r3000gte_USERDEF_06 = 439, r3000gte_USERDEF_07 = 440, r3000gte_USERDEF_08 = 441, r3000gte_USERDEF_09 = 442, r3000gte_USERDEF_10 = 443, r3000gte_USERDEF_11 = 444, r3000gte_USERDEF_12 = 445, r3000gte_USERDEF_13 = 446, r3000gte_USERDEF_14 = 447, r3000gte_USERDEF_15 = 448, r3000gte_USERDEF_16 = 449, r3000gte_USERDEF_17 = 450, r3000gte_USERDEF_18 = 451, r3000gte_USERDEF_19 = 452, r3000gte_MAX = 453, r4000allegrex_INVALID = 454, r4000allegrex_lv_s = 455, r4000allegrex_sv_s = 456, r4000allegrex_lv_q = 457, r4000allegrex_sv_q = 458, r4000allegrex_clz = 459, r4000allegrex_clo = 460, r4000allegrex_madd = 461, r4000allegrex_maddu = 462, r4000allegrex_msub = 463, r4000allegrex_msubu = 464, r4000allegrex_max = 465, r4000allegrex_min = 466, r4000allegrex_srl = 467, r4000allegrex_rotr = 468, r4000allegrex_srlv = 469, r4000allegrex_rotrv = 470, r4000allegrex_sleep = 471, r4000allegrex_mfie = 472, r4000allegrex_mtie = 473, r4000allegrex_ext = 474, r4000allegrex_ins = 475, r4000allegrex_wsbh = 476, r4000allegrex_wsbw = 477, r4000allegrex_seb = 478, r4000allegrex_seh = 479, r4000allegrex_bitrev = 480, r4000allegrex_bvf = 481, r4000allegrex_bvt = 482, r4000allegrex_bvfl = 483, r4000allegrex_bvtl = 484, r4000allegrex_mfv = 485, r4000allegrex_mfvc = 486, r4000allegrex_vsync2 = 487, r4000allegrex_mtv = 488, r4000allegrex_mtvc = 489, r4000allegrex_vadd_s = 490, r4000allegrex_vadd_p = 491, r4000allegrex_vadd_t = 492, r4000allegrex_vadd_q = 493, r4000allegrex_vsub_s = 494, r4000allegrex_vsub_p = 495, r4000allegrex_vsub_t = 496, r4000allegrex_vsub_q = 497, r4000allegrex_vsbn_s = 498, r4000allegrex_vdiv_s = 499, r4000allegrex_vdiv_p = 500, r4000allegrex_vdiv_t = 501, r4000allegrex_vdiv_q = 502, r4000allegrex_vmul_s = 503, r4000allegrex_vmul_p = 504, r4000allegrex_vmul_t = 505, r4000allegrex_vmul_q = 506, r4000allegrex_vdot_p = 507, r4000allegrex_vdot_t = 508, r4000allegrex_vdot_q = 509, r4000allegrex_vscl_p = 510, r4000allegrex_vscl_t = 511, r4000allegrex_vscl_q = 512, r4000allegrex_vhdp_p = 513, r4000allegrex_vhdp_t = 514, r4000allegrex_vhdp_q = 515, r4000allegrex_vcrs_t = 516, r4000allegrex_vdet_p = 517, r4000allegrex_vcmp_s = 518, r4000allegrex_vcmp_p = 519, r4000allegrex_vcmp_t = 520, r4000allegrex_vcmp_q = 521, r4000allegrex_vmin_s = 522, r4000allegrex_vmin_p = 523, r4000allegrex_vmin_t = 524, r4000allegrex_vmin_q = 525, r4000allegrex_vmax_s = 526, r4000allegrex_vmax_p = 527, r4000allegrex_vmax_t = 528, r4000allegrex_vmax_q = 529, r4000allegrex_vscmp_s = 530, r4000allegrex_vscmp_p = 531, r4000allegrex_vscmp_t = 532, r4000allegrex_vscmp_q = 533, r4000allegrex_vsge_s = 534, r4000allegrex_vsge_p = 535, r4000allegrex_vsge_t = 536, r4000allegrex_vsge_q = 537, r4000allegrex_vslt_s = 538, r4000allegrex_vslt_p = 539, r4000allegrex_vslt_t = 540, r4000allegrex_vslt_q = 541, r4000allegrex_vwbn_s = 542, r4000allegrex_vmov_s = 543, r4000allegrex_vmov_p = 544, r4000allegrex_vmov_t = 545, r4000allegrex_vmov_q = 546, r4000allegrex_vabs_s = 547, r4000allegrex_vabs_p = 548, r4000allegrex_vabs_t = 549, r4000allegrex_vabs_q = 550, r4000allegrex_vneg_s = 551, r4000allegrex_vneg_p = 552, r4000allegrex_vneg_t = 553, r4000allegrex_vneg_q = 554, r4000allegrex_vidt_p = 555, r4000allegrex_vidt_q = 556, r4000allegrex_vsat0_s = 557, r4000allegrex_vsat0_p = 558, r4000allegrex_vsat0_t = 559, r4000allegrex_vsat0_q = 560, r4000allegrex_vsat1_s = 561, r4000allegrex_vsat1_p = 562, r4000allegrex_vsat1_t = 563, r4000allegrex_vsat1_q = 564, r4000allegrex_vzero_s = 565, r4000allegrex_vzero_p = 566, r4000allegrex_vzero_t = 567, r4000allegrex_vzero_q = 568, r4000allegrex_vone_s = 569, r4000allegrex_vone_p = 570, r4000allegrex_vone_t = 571, r4000allegrex_vone_q = 572, r4000allegrex_vrcp_s = 573, r4000allegrex_vrcp_p = 574, r4000allegrex_vrcp_t = 575, r4000allegrex_vrcp_q = 576, r4000allegrex_vrsq_s = 577, r4000allegrex_vrsq_p = 578, r4000allegrex_vrsq_t = 579, r4000allegrex_vrsq_q = 580, r4000allegrex_vsin_s = 581, r4000allegrex_vsin_p = 582, r4000allegrex_vsin_t = 583, r4000allegrex_vsin_q = 584, r4000allegrex_vcos_s = 585, r4000allegrex_vcos_p = 586, r4000allegrex_vcos_t = 587, r4000allegrex_vcos_q = 588, r4000allegrex_vexp2_s = 589, r4000allegrex_vexp2_p = 590, r4000allegrex_vexp2_t = 591, r4000allegrex_vexp2_q = 592, r4000allegrex_vlog2_s = 593, r4000allegrex_vlog2_p = 594, r4000allegrex_vlog2_t = 595, r4000allegrex_vlog2_q = 596, r4000allegrex_vsqrt_s = 597, r4000allegrex_vsqrt_p = 598, r4000allegrex_vsqrt_t = 599, r4000allegrex_vsqrt_q = 600, r4000allegrex_vasin_s = 601, r4000allegrex_vasin_p = 602, r4000allegrex_vasin_t = 603, r4000allegrex_vasin_q = 604, r4000allegrex_vnrcp_s = 605, r4000allegrex_vnrcp_p = 606, r4000allegrex_vnrcp_t = 607, r4000allegrex_vnrcp_q = 608, r4000allegrex_vnsin_s = 609, r4000allegrex_vnsin_p = 610, r4000allegrex_vnsin_t = 611, r4000allegrex_vnsin_q = 612, r4000allegrex_vrexp2_s = 613, r4000allegrex_vrexp2_p = 614, r4000allegrex_vrexp2_t = 615, r4000allegrex_vrexp2_q = 616, r4000allegrex_vrnds_s = 617, r4000allegrex_vrndi_s = 618, r4000allegrex_vrndi_p = 619, r4000allegrex_vrndi_t = 620, r4000allegrex_vrndi_q = 621, r4000allegrex_vrndf1_s = 622, r4000allegrex_vrndf1_p = 623, r4000allegrex_vrndf1_t = 624, r4000allegrex_vrndf1_q = 625, r4000allegrex_vrndf2_s = 626, r4000allegrex_vrndf2_p = 627, r4000allegrex_vrndf2_t = 628, r4000allegrex_vrndf2_q = 629, r4000allegrex_vf2h_p = 630, r4000allegrex_vf2h_q = 631, r4000allegrex_vh2f_s = 632, r4000allegrex_vh2f_p = 633, r4000allegrex_vsbz_s = 634, r4000allegrex_vlgb_s = 635, r4000allegrex_vuc2ifs_s = 636, r4000allegrex_vc2i_s = 637, r4000allegrex_vus2i_s = 638, r4000allegrex_vus2i_p = 639, r4000allegrex_vs2i_s = 640, r4000allegrex_vs2i_p = 641, r4000allegrex_vi2uc_q = 642, r4000allegrex_vi2c_q = 643, r4000allegrex_vi2us_p = 644, r4000allegrex_vi2us_q = 645, r4000allegrex_vi2s_p = 646, r4000allegrex_vi2s_q = 647, r4000allegrex_vsrt1_q = 648, r4000allegrex_vsrt2_q = 649, r4000allegrex_vbfy1_p = 650, r4000allegrex_vbfy1_q = 651, r4000allegrex_vbfy2_q = 652, r4000allegrex_vocp_s = 653, r4000allegrex_vocp_p = 654, r4000allegrex_vocp_t = 655, r4000allegrex_vocp_q = 656, r4000allegrex_vsocp_s = 657, r4000allegrex_vsocp_p = 658, r4000allegrex_vfad_p = 659, r4000allegrex_vfad_t = 660, r4000allegrex_vfad_q = 661, r4000allegrex_vavg_p = 662, r4000allegrex_vavg_t = 663, r4000allegrex_vavg_q = 664, r4000allegrex_vsrt3_q = 665, r4000allegrex_vsrt4_q = 666, r4000allegrex_vsgn_s = 667, r4000allegrex_vsgn_p = 668, r4000allegrex_vsgn_t = 669, r4000allegrex_vsgn_q = 670, r4000allegrex_vmfvc = 671, r4000allegrex_vmtvc = 672, r4000allegrex_vt4444_q = 673, r4000allegrex_vt5551_q = 674, r4000allegrex_vt5650_q = 675, r4000allegrex_vcst_s = 676, r4000allegrex_vcst_p = 677, r4000allegrex_vcst_t = 678, r4000allegrex_vcst_q = 679, r4000allegrex_vf2in_s = 680, r4000allegrex_vf2in_p = 681, r4000allegrex_vf2in_t = 682, r4000allegrex_vf2in_q = 683, r4000allegrex_vf2iz_s = 684, r4000allegrex_vf2iz_p = 685, r4000allegrex_vf2iz_t = 686, r4000allegrex_vf2iz_q = 687, r4000allegrex_vf2iu_s = 688, r4000allegrex_vf2iu_p = 689, r4000allegrex_vf2iu_t = 690, r4000allegrex_vf2iu_q = 691, r4000allegrex_vf2id_s = 692, r4000allegrex_vf2id_p = 693, r4000allegrex_vf2id_t = 694, r4000allegrex_vf2id_q = 695, r4000allegrex_vi2f_s = 696, r4000allegrex_vi2f_p = 697, r4000allegrex_vi2f_t = 698, r4000allegrex_vi2f_q = 699, r4000allegrex_vcmovt_s = 700, r4000allegrex_vcmovt_p = 701, r4000allegrex_vcmovt_t = 702, r4000allegrex_vcmovt_q = 703, r4000allegrex_vcmovf_s = 704, r4000allegrex_vcmovf_p = 705, r4000allegrex_vcmovf_t = 706, r4000allegrex_vcmovf_q = 707, r4000allegrex_vpfxs = 708, r4000allegrex_vpfxt = 709, r4000allegrex_vpfxd = 710, r4000allegrex_viim_s = 711, r4000allegrex_vfim_s = 712, r4000allegrex_vmmul_p = 713, r4000allegrex_vmmul_t = 714, r4000allegrex_vmmul_q = 715, r4000allegrex_vhtfm2_p = 716, r4000allegrex_vtfm2_p = 717, r4000allegrex_vhtfm3_t = 718, r4000allegrex_vtfm3_t = 719, r4000allegrex_vhtfm4_q = 720, r4000allegrex_vtfm4_q = 721, r4000allegrex_vmscl_p = 722, r4000allegrex_vmscl_t = 723, r4000allegrex_vmscl_q = 724, r4000allegrex_vcrsp_t = 725, r4000allegrex_vqmul_q = 726, r4000allegrex_vrot_p = 727, r4000allegrex_vrot_t = 728, r4000allegrex_vrot_q = 729, r4000allegrex_vmmov_p = 730, r4000allegrex_vmmov_t = 731, r4000allegrex_vmmov_q = 732, r4000allegrex_vmidt_p = 733, r4000allegrex_vmidt_t = 734, r4000allegrex_vmidt_q = 735, r4000allegrex_vmzero_p = 736, r4000allegrex_vmzero_t = 737, r4000allegrex_vmzero_q = 738, r4000allegrex_vmone_p = 739, r4000allegrex_vmone_t = 740, r4000allegrex_vmone_q = 741, r4000allegrex_vnop = 742, r4000allegrex_vsync = 743, r4000allegrex_vflush = 744, r4000allegrex_svl_q = 745, r4000allegrex_svr_q = 746, r4000allegrex_USERDEF_00 = 747, r4000allegrex_USERDEF_01 = 748, r4000allegrex_USERDEF_02 = 749, r4000allegrex_USERDEF_03 = 750, r4000allegrex_USERDEF_04 = 751, r4000allegrex_USERDEF_05 = 752, r4000allegrex_USERDEF_06 = 753, r4000allegrex_USERDEF_07 = 754, r4000allegrex_USERDEF_08 = 755, r4000allegrex_USERDEF_09 = 756, r4000allegrex_USERDEF_10 = 757, r4000allegrex_USERDEF_11 = 758, r4000allegrex_USERDEF_12 = 759, r4000allegrex_USERDEF_13 = 760, r4000allegrex_USERDEF_14 = 761, r4000allegrex_USERDEF_15 = 762, r4000allegrex_USERDEF_16 = 763, r4000allegrex_USERDEF_17 = 764, r4000allegrex_USERDEF_18 = 765, r4000allegrex_USERDEF_19 = 766, r4000allegrex_MAX = 767, r5900_INVALID = 768, r5900_lq = 769, r5900_sq = 770, r5900_lqc2 = 771, r5900_sqc2 = 772, r5900_sync_p = 773, r5900_mult = 774, r5900_mfsa = 775, r5900_mtsa = 776, r5900_mtsab = 777, r5900_mtsah = 778, r5900_madd = 779, r5900_maddu = 780, r5900_plzcw = 781, r5900_mfhi1 = 782, r5900_mthi1 = 783, r5900_mflo1 = 784, r5900_mtlo1 = 785, r5900_mult1 = 786, r5900_multu1 = 787, r5900_div1 = 788, r5900_divu1 = 789, r5900_madd1 = 790, r5900_maddu1 = 791, r5900_psllh = 792, r5900_psrlh = 793, r5900_psrah = 794, r5900_psllw = 795, r5900_psrlw = 796, r5900_psraw = 797, r5900_paddw = 798, r5900_psubw = 799, r5900_pcgtw = 800, r5900_pmaxw = 801, r5900_paddh = 802, r5900_psubh = 803, r5900_pcgth = 804, r5900_pmaxh = 805, r5900_paddb = 806, r5900_psubb = 807, r5900_pcgtb = 808, r5900_paddsw = 809, r5900_psubsw = 810, r5900_pextlw = 811, r5900_ppacw = 812, r5900_paddsh = 813, r5900_psubsh = 814, r5900_pextlh = 815, r5900_ppach = 816, r5900_paddsb = 817, r5900_psubsb = 818, r5900_pextlb = 819, r5900_ppacb = 820, r5900_pext5 = 821, r5900_ppac5 = 822, r5900_pabsw = 823, r5900_pceqw = 824, r5900_pminw = 825, r5900_padsbh = 826, r5900_pabsh = 827, r5900_pceqh = 828, r5900_pminh = 829, r5900_pceqb = 830, r5900_padduw = 831, r5900_psubuw = 832, r5900_pextuw = 833, r5900_padduh = 834, r5900_psubuh = 835, r5900_pextuh = 836, r5900_paddub = 837, r5900_psubub = 838, r5900_pextub = 839, r5900_qfsrv = 840, r5900_pmaddw = 841, r5900_psllvw = 842, r5900_psrlvw = 843, r5900_pmsubw = 844, r5900_pmfhi = 845, r5900_pmflo = 846, r5900_pinth = 847, r5900_pmultw = 848, r5900_pdivw = 849, r5900_pcpyld = 850, r5900_pmaddh = 851, r5900_phmadh = 852, r5900_pand = 853, r5900_pxor = 854, r5900_pmsubh = 855, r5900_phmsbh = 856, r5900_pexeh = 857, r5900_prevh = 858, r5900_pmulth = 859, r5900_pdivbw = 860, r5900_pexew = 861, r5900_prot3w = 862, r5900_pmadduw = 863, r5900_psravw = 864, r5900_pmthi = 865, r5900_pmtlo = 866, r5900_pinteh = 867, r5900_pmultuw = 868, r5900_pdivuw = 869, r5900_pcpyud = 870, r5900_por = 871, r5900_pnor = 872, r5900_pexch = 873, r5900_pcpyh = 874, r5900_pexcw = 875, r5900_pmfhl_lw = 876, r5900_pmfhl_uw = 877, r5900_pmfhl_slw = 878, r5900_pmfhl_lh = 879, r5900_pmfhl_sh = 880, r5900_pmthl_lw = 881, r5900_ei = 882, r5900_di = 883, r5900_c1__sqrt_s = 884, r5900_rsqrt_s = 885, r5900_adda_s = 886, r5900_suba_s = 887, r5900_mula_s = 888, r5900_madd_s = 889, r5900_msub_s = 890, r5900_madda_s = 891, r5900_msuba_s = 892, r5900_max_s = 893, r5900_min_s = 894, r5900_c_lt_s = 895, r5900_c_le_s = 896, r5900_qmfc2_ni = 897, r5900_cfc2_ni = 898, r5900_qmtc2_ni = 899, r5900_ctc2_ni = 900, r5900_qmfc2_i = 901, r5900_cfc2_i = 902, r5900_qmtc2_i = 903, r5900_ctc2_i = 904, r5900_bc2f = 905, r5900_bc2t = 906, r5900_bc2fl = 907, r5900_bc2tl = 908, r5900_vaddx = 909, r5900_vaddy = 910, r5900_vaddz = 911, r5900_vaddw = 912, r5900_vsubx = 913, r5900_vsuby = 914, r5900_vsubz = 915, r5900_vsubw = 916, r5900_vmaddx = 917, r5900_vmaddy = 918, r5900_vmaddz = 919, r5900_vmaddw = 920, r5900_vmsubx = 921, r5900_vmsuby = 922, r5900_vmsubz = 923, r5900_vmsubw = 924, r5900_vmaxx = 925, r5900_vmaxy = 926, r5900_vmaxz = 927, r5900_vmaxw = 928, r5900_vminix = 929, r5900_vminiy = 930, r5900_vminiz = 931, r5900_vminiw = 932, r5900_vmulx = 933, r5900_vmuly = 934, r5900_vmulz = 935, r5900_vmulw = 936, r5900_vmulq = 937, r5900_vmaxi = 938, r5900_vmuli = 939, r5900_vminii = 940, r5900_vaddq = 941, r5900_vmaddq = 942, r5900_vaddi = 943, r5900_vmaddi = 944, r5900_vsubq = 945, r5900_vmsubq = 946, r5900_vsubi = 947, r5900_vmsubi = 948, r5900_vadd = 949, r5900_vmadd = 950, r5900_vmul = 951, r5900_vmax = 952, r5900_vsub = 953, r5900_vmsub = 954, r5900_vopmsub = 955, r5900_vmini = 956, r5900_viadd = 957, r5900_visub = 958, r5900_viaddi = 959, r5900_viand = 960, r5900_vior = 961, r5900_vcallms = 962, r5900_vcallmsr = 963, r5900_vaddax = 964, r5900_vadday = 965, r5900_vaddaz = 966, r5900_vaddaw = 967, r5900_vsubax = 968, r5900_vsubay = 969, r5900_vsubaz = 970, r5900_vsubaw = 971, r5900_vmaddax = 972, r5900_vmadday = 973, r5900_vmaddaz = 974, r5900_vmaddaw = 975, r5900_vmsubax = 976, r5900_vmsubay = 977, r5900_vmsubaz = 978, r5900_vmsubaw = 979, r5900_vitof0 = 980, r5900_vitof4 = 981, r5900_vitof12 = 982, r5900_vitof15 = 983, r5900_vftoi0 = 984, r5900_vftoi4 = 985, r5900_vftoi12 = 986, r5900_vftoi15 = 987, r5900_vmulax = 988, r5900_vmulay = 989, r5900_vmulaz = 990, r5900_vmulaw = 991, r5900_vmulaq = 992, r5900_vabs = 993, r5900_vmulai = 994, r5900_vclipw = 995, r5900_vaddaq = 996, r5900_vmaddaq = 997, r5900_vaddai = 998, r5900_vmaddai = 999, r5900_vsubaq = 1000, r5900_vmsubaq = 1001, r5900_vsubai = 1002, r5900_vmsubai = 1003, r5900_vadda = 1004, r5900_vmadda = 1005, r5900_vmula = 1006, r5900_vsuba = 1007, r5900_vmsuba = 1008, r5900_vopmula = 1009, r5900_vnop = 1010, r5900_vmove = 1011, r5900_vmr32 = 1012, r5900_vlqi = 1013, r5900_vsqi = 1014, r5900_vlqd = 1015, r5900_vsqd = 1016, r5900_vdiv = 1017, r5900_vsqrt = 1018, r5900_vrsqrt = 1019, r5900_vwaitq = 1020, r5900_vmtir = 1021, r5900_vmfir = 1022, r5900_vrnext = 1023, r5900_vrget = 1024, r5900_vrinit = 1025, r5900_vrxor = 1026, r5900_vilwr_w = 1027, r5900_vilwr_z = 1028, r5900_vilwr_y = 1029, r5900_vilwr_x = 1030, r5900_viswr_w = 1031, r5900_viswr_z = 1032, r5900_viswr_y = 1033, r5900_viswr_x = 1034, r5900_USERDEF_00 = 1035, r5900_USERDEF_01 = 1036, r5900_USERDEF_02 = 1037, r5900_USERDEF_03 = 1038, r5900_USERDEF_04 = 1039, r5900_USERDEF_05 = 1040, r5900_USERDEF_06 = 1041, r5900_USERDEF_07 = 1042, r5900_USERDEF_08 = 1043, r5900_USERDEF_09 = 1044, r5900_USERDEF_10 = 1045, r5900_USERDEF_11 = 1046, r5900_USERDEF_12 = 1047, r5900_USERDEF_13 = 1048, r5900_USERDEF_14 = 1049, r5900_USERDEF_15 = 1050, r5900_USERDEF_16 = 1051, r5900_USERDEF_17 = 1052, r5900_USERDEF_18 = 1053, r5900_USERDEF_19 = 1054, r5900_MAX = 1055,
}

Variants§

§

cpu_INVALID = 0

§

cpu_j = 1

§

cpu_jal = 2

§

cpu_beq = 3

§

cpu_bne = 4

§

cpu_beql = 5

§

cpu_bnel = 6

§

cpu_blez = 7

§

cpu_blezl = 8

§

cpu_bgtz = 9

§

cpu_bgtzl = 10

§

cpu_addi = 11

§

cpu_addiu = 12

§

cpu_slti = 13

§

cpu_sltiu = 14

§

cpu_andi = 15

§

cpu_ori = 16

§

cpu_xori = 17

§

cpu_daddi = 18

§

cpu_daddiu = 19

§

cpu_lui = 20

§

cpu_ldl = 21

§

cpu_ldr = 22

§

cpu_lb = 23

§

cpu_lh = 24

§

cpu_lwl = 25

§

cpu_lw = 26

§

cpu_lbu = 27

§

cpu_lhu = 28

§

cpu_lwr = 29

§

cpu_lwu = 30

§

cpu_sb = 31

§

cpu_sh = 32

§

cpu_swl = 33

§

cpu_sw = 34

§

cpu_sdl = 35

§

cpu_sdr = 36

§

cpu_swr = 37

§

cpu_ll = 38

§

cpu_pref = 39

§

cpu_lld = 40

§

cpu_ld = 41

§

cpu_sc = 42

§

cpu_scd = 43

§

cpu_sd = 44

§

cpu_cache = 45

§

cpu_lwc1 = 46

§

cpu_ldc1 = 47

§

cpu_swc1 = 48

§

cpu_sdc1 = 49

§

cpu_lwc2 = 50

§

cpu_ldc2 = 51

§

cpu_swc2 = 52

§

cpu_sdc2 = 53

§

cpu_b = 54

§

cpu_beqz = 55

§

cpu_bnez = 56

§

cpu_sll = 57

§

cpu_srl = 58

§

cpu_sra = 59

§

cpu_dsll = 60

§

cpu_dsrl = 61

§

cpu_dsra = 62

§

cpu_dsll32 = 63

§

cpu_dsrl32 = 64

§

cpu_dsra32 = 65

§

cpu_dsllv = 66

§

cpu_dsrlv = 67

§

cpu_dsrav = 68

§

cpu_sllv = 69

§

cpu_srlv = 70

§

cpu_srav = 71

§

cpu_mthi = 72

§

cpu_mtlo = 73

§

cpu_jr = 74

§

cpu_jalr = 75

§

cpu_mfhi = 76

§

cpu_mflo = 77

§

cpu_movz = 78

§

cpu_movn = 79

§

cpu_div = 80

§

cpu_divu = 81

§

cpu_sn64_div = 82

§

cpu_sn64_divu = 83

§

cpu_ddiv = 84

§

cpu_ddivu = 85

§

cpu_add = 86

§

cpu_addu = 87

§

cpu_sub = 88

§

cpu_subu = 89

§

cpu_and = 90

§

cpu_or = 91

§

cpu_xor = 92

§

cpu_nor = 93

§

cpu_slt = 94

§

cpu_sltu = 95

§

cpu_dadd = 96

§

cpu_daddu = 97

§

cpu_dsub = 98

§

cpu_dsubu = 99

§

cpu_syscall = 100

§

cpu_break = 101

§

cpu_sync = 102

§

cpu_mult = 103

§

cpu_multu = 104

§

cpu_dmult = 105

§

cpu_dmultu = 106

§

cpu_tge = 107

§

cpu_tgeu = 108

§

cpu_tlt = 109

§

cpu_tltu = 110

§

cpu_teq = 111

§

cpu_tne = 112

§

cpu_nop = 113

§

cpu_move = 114

§

cpu_not = 115

§

cpu_neg = 116

§

cpu_negu = 117

§

cpu_bltz = 118

§

cpu_bgez = 119

§

cpu_bltzl = 120

§

cpu_bgezl = 121

§

cpu_tgei = 122

§

cpu_tgeiu = 123

§

cpu_tlti = 124

§

cpu_tltiu = 125

§

cpu_teqi = 126

§

cpu_tnei = 127

§

cpu_bltzal = 128

§

cpu_bgezal = 129

§

cpu_bltzall = 130

§

cpu_bgezall = 131

§

cpu_bal = 132

§

cpu_mfc0 = 133

§

cpu_dmfc0 = 134

§

cpu_cfc0 = 135

§

cpu_mtc0 = 136

§

cpu_dmtc0 = 137

§

cpu_ctc0 = 138

§

cpu_bc0f = 139

§

cpu_bc0t = 140

§

cpu_bc0fl = 141

§

cpu_bc0tl = 142

§

cpu_tlbr = 143

§

cpu_tlbwi = 144

§

cpu_tlbwr = 145

§

cpu_tlbp = 146

§

cpu_rfe = 147

§

cpu_eret = 148

§

cpu_mfc1 = 149

§

cpu_dmfc1 = 150

§

cpu_mtc1 = 151

§

cpu_dmtc1 = 152

§

cpu_cfc1 = 153

§

cpu_ctc1 = 154

§

cpu_bc1f = 155

§

cpu_bc1t = 156

§

cpu_bc1fl = 157

§

cpu_bc1tl = 158

§

cpu_add_s = 159

§

cpu_sub_s = 160

§

cpu_mul_s = 161

§

cpu_div_s = 162

§

cpu_sqrt_s = 163

§

cpu_abs_s = 164

§

cpu_mov_s = 165

§

cpu_neg_s = 166

§

cpu_round_l_s = 167

§

cpu_trunc_l_s = 168

§

cpu_ceil_l_s = 169

§

cpu_floor_l_s = 170

§

cpu_round_w_s = 171

§

cpu_trunc_w_s = 172

§

cpu_ceil_w_s = 173

§

cpu_floor_w_s = 174

§

cpu_cvt_d_s = 175

§

cpu_cvt_w_s = 176

§

cpu_cvt_l_s = 177

§

cpu_c_f_s = 178

§

cpu_c_un_s = 179

§

cpu_c_eq_s = 180

§

cpu_c_ueq_s = 181

§

cpu_c_olt_s = 182

§

cpu_c_ult_s = 183

§

cpu_c_ole_s = 184

§

cpu_c_ule_s = 185

§

cpu_c_sf_s = 186

§

cpu_c_ngle_s = 187

§

cpu_c_seq_s = 188

§

cpu_c_ngl_s = 189

§

cpu_c_lt_s = 190

§

cpu_c_nge_s = 191

§

cpu_c_le_s = 192

§

cpu_c_ngt_s = 193

§

cpu_add_d = 194

§

cpu_sub_d = 195

§

cpu_mul_d = 196

§

cpu_div_d = 197

§

cpu_sqrt_d = 198

§

cpu_abs_d = 199

§

cpu_mov_d = 200

§

cpu_neg_d = 201

§

cpu_round_l_d = 202

§

cpu_trunc_l_d = 203

§

cpu_ceil_l_d = 204

§

cpu_floor_l_d = 205

§

cpu_round_w_d = 206

§

cpu_trunc_w_d = 207

§

cpu_ceil_w_d = 208

§

cpu_floor_w_d = 209

§

cpu_cvt_s_d = 210

§

cpu_cvt_w_d = 211

§

cpu_cvt_l_d = 212

§

cpu_c_f_d = 213

§

cpu_c_un_d = 214

§

cpu_c_eq_d = 215

§

cpu_c_ueq_d = 216

§

cpu_c_olt_d = 217

§

cpu_c_ult_d = 218

§

cpu_c_ole_d = 219

§

cpu_c_ule_d = 220

§

cpu_c_df_d = 221

§

cpu_c_ngle_d = 222

§

cpu_c_seq_d = 223

§

cpu_c_ngl_d = 224

§

cpu_c_lt_d = 225

§

cpu_c_nge_d = 226

§

cpu_c_le_d = 227

§

cpu_c_ngt_d = 228

§

cpu_cvt_s_w = 229

§

cpu_cvt_d_w = 230

§

cpu_cvt_s_l = 231

§

cpu_cvt_d_l = 232

§

cpu_mfc2 = 233

§

cpu_mtc2 = 234

§

cpu_cfc2 = 235

§

cpu_ctc2 = 236

§

cpu_USERDEF_00 = 237

§

cpu_USERDEF_01 = 238

§

cpu_USERDEF_02 = 239

§

cpu_USERDEF_03 = 240

§

cpu_USERDEF_04 = 241

§

cpu_USERDEF_05 = 242

§

cpu_USERDEF_06 = 243

§

cpu_USERDEF_07 = 244

§

cpu_USERDEF_08 = 245

§

cpu_USERDEF_09 = 246

§

cpu_USERDEF_10 = 247

§

cpu_USERDEF_11 = 248

§

cpu_USERDEF_12 = 249

§

cpu_USERDEF_13 = 250

§

cpu_USERDEF_14 = 251

§

cpu_USERDEF_15 = 252

§

cpu_USERDEF_16 = 253

§

cpu_USERDEF_17 = 254

§

cpu_USERDEF_18 = 255

§

cpu_USERDEF_19 = 256

§

cpu_MAX = 257

§

rsp_INVALID = 258

§

rsp_mfc2 = 259

§

rsp_mtc2 = 260

§

rsp_cfc2 = 261

§

rsp_ctc2 = 262

§

rsp_vmulf = 263

§

rsp_vmulu = 264

§

rsp_vrndp = 265

§

rsp_vmulq = 266

§

rsp_vmudl = 267

§

rsp_vmudm = 268

§

rsp_vmudn = 269

§

rsp_vmudh = 270

§

rsp_vmacf = 271

§

rsp_vmacu = 272

§

rsp_vrndn = 273

§

rsp_vmacq = 274

§

rsp_vmadl = 275

§

rsp_vmadm = 276

§

rsp_vmadn = 277

§

rsp_vmadh = 278

§

rsp_vadd = 279

§

rsp_vsub = 280

§

rsp_vabs = 281

§

rsp_vaddc = 282

§

rsp_vsubc = 283

§

rsp_vsar = 284

§

rsp_vand = 285

§

rsp_vnand = 286

§

rsp_vor = 287

§

rsp_vnor = 288

§

rsp_vxor = 289

§

rsp_vnxor = 290

§

rsp_vlt = 291

§

rsp_veq = 292

§

rsp_vne = 293

§

rsp_vge = 294

§

rsp_vcl = 295

§

rsp_vch = 296

§

rsp_vcr = 297

§

rsp_vmrg = 298

§

rsp_vrcp = 299

§

rsp_vrcpl = 300

§

rsp_vrcph = 301

§

rsp_vmov = 302

§

rsp_vrsq = 303

§

rsp_vrsql = 304

§

rsp_vrsqh = 305

§

rsp_vnop = 306

§

rsp_lbv = 307

§

rsp_lsv = 308

§

rsp_llv = 309

§

rsp_ldv = 310

§

rsp_lqv = 311

§

rsp_lrv = 312

§

rsp_lpv = 313

§

rsp_luv = 314

§

rsp_lhv = 315

§

rsp_lfv = 316

§

rsp_ltv = 317

§

rsp_sbv = 318

§

rsp_ssv = 319

§

rsp_slv = 320

§

rsp_sdv = 321

§

rsp_sqv = 322

§

rsp_srv = 323

§

rsp_spv = 324

§

rsp_suv = 325

§

rsp_shv = 326

§

rsp_sfv = 327

§

rsp_stv = 328

§

rsp_swv = 329

§

rsp_j = 330

§

rsp_jal = 331

§

rsp_beq = 332

§

rsp_bne = 333

§

rsp_blez = 334

§

rsp_bgtz = 335

§

rsp_addi = 336

§

rsp_addiu = 337

§

rsp_slti = 338

§

rsp_sltiu = 339

§

rsp_andi = 340

§

rsp_ori = 341

§

rsp_xori = 342

§

rsp_lui = 343

§

rsp_lb = 344

§

rsp_lh = 345

§

rsp_lw = 346

§

rsp_lbu = 347

§

rsp_lhu = 348

§

rsp_sb = 349

§

rsp_sh = 350

§

rsp_sw = 351

§

rsp_pref = 352

§

rsp_b = 353

§

rsp_beqz = 354

§

rsp_bnez = 355

§

rsp_sll = 356

§

rsp_srl = 357

§

rsp_sra = 358

§

rsp_sllv = 359

§

rsp_srlv = 360

§

rsp_srav = 361

§

rsp_jr = 362

§

rsp_jalr = 363

§

rsp_movz = 364

§

rsp_movn = 365

§

rsp_add = 366

§

rsp_addu = 367

§

rsp_sub = 368

§

rsp_subu = 369

§

rsp_and = 370

§

rsp_or = 371

§

rsp_xor = 372

§

rsp_nor = 373

§

rsp_slt = 374

§

rsp_sltu = 375

§

rsp_break = 376

§

rsp_nop = 377

§

rsp_move = 378

§

rsp_not = 379

§

rsp_neg = 380

§

rsp_negu = 381

§

rsp_bltz = 382

§

rsp_bgez = 383

§

rsp_bltzal = 384

§

rsp_bgezal = 385

§

rsp_bal = 386

§

rsp_mfc0 = 387

§

rsp_mtc0 = 388

§

rsp_USERDEF_00 = 389

§

rsp_USERDEF_01 = 390

§

rsp_USERDEF_02 = 391

§

rsp_USERDEF_03 = 392

§

rsp_USERDEF_04 = 393

§

rsp_USERDEF_05 = 394

§

rsp_USERDEF_06 = 395

§

rsp_USERDEF_07 = 396

§

rsp_USERDEF_08 = 397

§

rsp_USERDEF_09 = 398

§

rsp_USERDEF_10 = 399

§

rsp_USERDEF_11 = 400

§

rsp_USERDEF_12 = 401

§

rsp_USERDEF_13 = 402

§

rsp_USERDEF_14 = 403

§

rsp_USERDEF_15 = 404

§

rsp_USERDEF_16 = 405

§

rsp_USERDEF_17 = 406

§

rsp_USERDEF_18 = 407

§

rsp_USERDEF_19 = 408

§

rsp_MAX = 409

§

r3000gte_INVALID = 410

§

r3000gte_RTPS = 411

§

r3000gte_RTPT = 412

§

r3000gte_DPCL = 413

§

r3000gte_DPCS = 414

§

r3000gte_DPCT = 415

§

r3000gte_INTPL = 416

§

r3000gte_NCS = 417

§

r3000gte_NCT = 418

§

r3000gte_NCDS = 419

§

r3000gte_NCDT = 420

§

r3000gte_NCCS = 421

§

r3000gte_NCCT = 422

§

r3000gte_CDP = 423

§

r3000gte_CC = 424

§

r3000gte_NCLIP = 425

§

r3000gte_AVSZ3 = 426

§

r3000gte_AVSZ4 = 427

§

r3000gte_MVMVA = 428

§

r3000gte_SQR = 429

§

r3000gte_OP = 430

§

r3000gte_GPF = 431

§

r3000gte_GPL = 432

§

r3000gte_USERDEF_00 = 433

§

r3000gte_USERDEF_01 = 434

§

r3000gte_USERDEF_02 = 435

§

r3000gte_USERDEF_03 = 436

§

r3000gte_USERDEF_04 = 437

§

r3000gte_USERDEF_05 = 438

§

r3000gte_USERDEF_06 = 439

§

r3000gte_USERDEF_07 = 440

§

r3000gte_USERDEF_08 = 441

§

r3000gte_USERDEF_09 = 442

§

r3000gte_USERDEF_10 = 443

§

r3000gte_USERDEF_11 = 444

§

r3000gte_USERDEF_12 = 445

§

r3000gte_USERDEF_13 = 446

§

r3000gte_USERDEF_14 = 447

§

r3000gte_USERDEF_15 = 448

§

r3000gte_USERDEF_16 = 449

§

r3000gte_USERDEF_17 = 450

§

r3000gte_USERDEF_18 = 451

§

r3000gte_USERDEF_19 = 452

§

r3000gte_MAX = 453

§

r4000allegrex_INVALID = 454

§

r4000allegrex_lv_s = 455

§

r4000allegrex_sv_s = 456

§

r4000allegrex_lv_q = 457

§

r4000allegrex_sv_q = 458

§

r4000allegrex_clz = 459

§

r4000allegrex_clo = 460

§

r4000allegrex_madd = 461

§

r4000allegrex_maddu = 462

§

r4000allegrex_msub = 463

§

r4000allegrex_msubu = 464

§

r4000allegrex_max = 465

§

r4000allegrex_min = 466

§

r4000allegrex_srl = 467

§

r4000allegrex_rotr = 468

§

r4000allegrex_srlv = 469

§

r4000allegrex_rotrv = 470

§

r4000allegrex_sleep = 471

§

r4000allegrex_mfie = 472

§

r4000allegrex_mtie = 473

§

r4000allegrex_ext = 474

§

r4000allegrex_ins = 475

§

r4000allegrex_wsbh = 476

§

r4000allegrex_wsbw = 477

§

r4000allegrex_seb = 478

§

r4000allegrex_seh = 479

§

r4000allegrex_bitrev = 480

§

r4000allegrex_bvf = 481

§

r4000allegrex_bvt = 482

§

r4000allegrex_bvfl = 483

§

r4000allegrex_bvtl = 484

§

r4000allegrex_mfv = 485

§

r4000allegrex_mfvc = 486

§

r4000allegrex_vsync2 = 487

§

r4000allegrex_mtv = 488

§

r4000allegrex_mtvc = 489

§

r4000allegrex_vadd_s = 490

§

r4000allegrex_vadd_p = 491

§

r4000allegrex_vadd_t = 492

§

r4000allegrex_vadd_q = 493

§

r4000allegrex_vsub_s = 494

§

r4000allegrex_vsub_p = 495

§

r4000allegrex_vsub_t = 496

§

r4000allegrex_vsub_q = 497

§

r4000allegrex_vsbn_s = 498

§

r4000allegrex_vdiv_s = 499

§

r4000allegrex_vdiv_p = 500

§

r4000allegrex_vdiv_t = 501

§

r4000allegrex_vdiv_q = 502

§

r4000allegrex_vmul_s = 503

§

r4000allegrex_vmul_p = 504

§

r4000allegrex_vmul_t = 505

§

r4000allegrex_vmul_q = 506

§

r4000allegrex_vdot_p = 507

§

r4000allegrex_vdot_t = 508

§

r4000allegrex_vdot_q = 509

§

r4000allegrex_vscl_p = 510

§

r4000allegrex_vscl_t = 511

§

r4000allegrex_vscl_q = 512

§

r4000allegrex_vhdp_p = 513

§

r4000allegrex_vhdp_t = 514

§

r4000allegrex_vhdp_q = 515

§

r4000allegrex_vcrs_t = 516

§

r4000allegrex_vdet_p = 517

§

r4000allegrex_vcmp_s = 518

§

r4000allegrex_vcmp_p = 519

§

r4000allegrex_vcmp_t = 520

§

r4000allegrex_vcmp_q = 521

§

r4000allegrex_vmin_s = 522

§

r4000allegrex_vmin_p = 523

§

r4000allegrex_vmin_t = 524

§

r4000allegrex_vmin_q = 525

§

r4000allegrex_vmax_s = 526

§

r4000allegrex_vmax_p = 527

§

r4000allegrex_vmax_t = 528

§

r4000allegrex_vmax_q = 529

§

r4000allegrex_vscmp_s = 530

§

r4000allegrex_vscmp_p = 531

§

r4000allegrex_vscmp_t = 532

§

r4000allegrex_vscmp_q = 533

§

r4000allegrex_vsge_s = 534

§

r4000allegrex_vsge_p = 535

§

r4000allegrex_vsge_t = 536

§

r4000allegrex_vsge_q = 537

§

r4000allegrex_vslt_s = 538

§

r4000allegrex_vslt_p = 539

§

r4000allegrex_vslt_t = 540

§

r4000allegrex_vslt_q = 541

§

r4000allegrex_vwbn_s = 542

§

r4000allegrex_vmov_s = 543

§

r4000allegrex_vmov_p = 544

§

r4000allegrex_vmov_t = 545

§

r4000allegrex_vmov_q = 546

§

r4000allegrex_vabs_s = 547

§

r4000allegrex_vabs_p = 548

§

r4000allegrex_vabs_t = 549

§

r4000allegrex_vabs_q = 550

§

r4000allegrex_vneg_s = 551

§

r4000allegrex_vneg_p = 552

§

r4000allegrex_vneg_t = 553

§

r4000allegrex_vneg_q = 554

§

r4000allegrex_vidt_p = 555

§

r4000allegrex_vidt_q = 556

§

r4000allegrex_vsat0_s = 557

§

r4000allegrex_vsat0_p = 558

§

r4000allegrex_vsat0_t = 559

§

r4000allegrex_vsat0_q = 560

§

r4000allegrex_vsat1_s = 561

§

r4000allegrex_vsat1_p = 562

§

r4000allegrex_vsat1_t = 563

§

r4000allegrex_vsat1_q = 564

§

r4000allegrex_vzero_s = 565

§

r4000allegrex_vzero_p = 566

§

r4000allegrex_vzero_t = 567

§

r4000allegrex_vzero_q = 568

§

r4000allegrex_vone_s = 569

§

r4000allegrex_vone_p = 570

§

r4000allegrex_vone_t = 571

§

r4000allegrex_vone_q = 572

§

r4000allegrex_vrcp_s = 573

§

r4000allegrex_vrcp_p = 574

§

r4000allegrex_vrcp_t = 575

§

r4000allegrex_vrcp_q = 576

§

r4000allegrex_vrsq_s = 577

§

r4000allegrex_vrsq_p = 578

§

r4000allegrex_vrsq_t = 579

§

r4000allegrex_vrsq_q = 580

§

r4000allegrex_vsin_s = 581

§

r4000allegrex_vsin_p = 582

§

r4000allegrex_vsin_t = 583

§

r4000allegrex_vsin_q = 584

§

r4000allegrex_vcos_s = 585

§

r4000allegrex_vcos_p = 586

§

r4000allegrex_vcos_t = 587

§

r4000allegrex_vcos_q = 588

§

r4000allegrex_vexp2_s = 589

§

r4000allegrex_vexp2_p = 590

§

r4000allegrex_vexp2_t = 591

§

r4000allegrex_vexp2_q = 592

§

r4000allegrex_vlog2_s = 593

§

r4000allegrex_vlog2_p = 594

§

r4000allegrex_vlog2_t = 595

§

r4000allegrex_vlog2_q = 596

§

r4000allegrex_vsqrt_s = 597

§

r4000allegrex_vsqrt_p = 598

§

r4000allegrex_vsqrt_t = 599

§

r4000allegrex_vsqrt_q = 600

§

r4000allegrex_vasin_s = 601

§

r4000allegrex_vasin_p = 602

§

r4000allegrex_vasin_t = 603

§

r4000allegrex_vasin_q = 604

§

r4000allegrex_vnrcp_s = 605

§

r4000allegrex_vnrcp_p = 606

§

r4000allegrex_vnrcp_t = 607

§

r4000allegrex_vnrcp_q = 608

§

r4000allegrex_vnsin_s = 609

§

r4000allegrex_vnsin_p = 610

§

r4000allegrex_vnsin_t = 611

§

r4000allegrex_vnsin_q = 612

§

r4000allegrex_vrexp2_s = 613

§

r4000allegrex_vrexp2_p = 614

§

r4000allegrex_vrexp2_t = 615

§

r4000allegrex_vrexp2_q = 616

§

r4000allegrex_vrnds_s = 617

§

r4000allegrex_vrndi_s = 618

§

r4000allegrex_vrndi_p = 619

§

r4000allegrex_vrndi_t = 620

§

r4000allegrex_vrndi_q = 621

§

r4000allegrex_vrndf1_s = 622

§

r4000allegrex_vrndf1_p = 623

§

r4000allegrex_vrndf1_t = 624

§

r4000allegrex_vrndf1_q = 625

§

r4000allegrex_vrndf2_s = 626

§

r4000allegrex_vrndf2_p = 627

§

r4000allegrex_vrndf2_t = 628

§

r4000allegrex_vrndf2_q = 629

§

r4000allegrex_vf2h_p = 630

§

r4000allegrex_vf2h_q = 631

§

r4000allegrex_vh2f_s = 632

§

r4000allegrex_vh2f_p = 633

§

r4000allegrex_vsbz_s = 634

§

r4000allegrex_vlgb_s = 635

§

r4000allegrex_vuc2ifs_s = 636

§

r4000allegrex_vc2i_s = 637

§

r4000allegrex_vus2i_s = 638

§

r4000allegrex_vus2i_p = 639

§

r4000allegrex_vs2i_s = 640

§

r4000allegrex_vs2i_p = 641

§

r4000allegrex_vi2uc_q = 642

§

r4000allegrex_vi2c_q = 643

§

r4000allegrex_vi2us_p = 644

§

r4000allegrex_vi2us_q = 645

§

r4000allegrex_vi2s_p = 646

§

r4000allegrex_vi2s_q = 647

§

r4000allegrex_vsrt1_q = 648

§

r4000allegrex_vsrt2_q = 649

§

r4000allegrex_vbfy1_p = 650

§

r4000allegrex_vbfy1_q = 651

§

r4000allegrex_vbfy2_q = 652

§

r4000allegrex_vocp_s = 653

§

r4000allegrex_vocp_p = 654

§

r4000allegrex_vocp_t = 655

§

r4000allegrex_vocp_q = 656

§

r4000allegrex_vsocp_s = 657

§

r4000allegrex_vsocp_p = 658

§

r4000allegrex_vfad_p = 659

§

r4000allegrex_vfad_t = 660

§

r4000allegrex_vfad_q = 661

§

r4000allegrex_vavg_p = 662

§

r4000allegrex_vavg_t = 663

§

r4000allegrex_vavg_q = 664

§

r4000allegrex_vsrt3_q = 665

§

r4000allegrex_vsrt4_q = 666

§

r4000allegrex_vsgn_s = 667

§

r4000allegrex_vsgn_p = 668

§

r4000allegrex_vsgn_t = 669

§

r4000allegrex_vsgn_q = 670

§

r4000allegrex_vmfvc = 671

§

r4000allegrex_vmtvc = 672

§

r4000allegrex_vt4444_q = 673

§

r4000allegrex_vt5551_q = 674

§

r4000allegrex_vt5650_q = 675

§

r4000allegrex_vcst_s = 676

§

r4000allegrex_vcst_p = 677

§

r4000allegrex_vcst_t = 678

§

r4000allegrex_vcst_q = 679

§

r4000allegrex_vf2in_s = 680

§

r4000allegrex_vf2in_p = 681

§

r4000allegrex_vf2in_t = 682

§

r4000allegrex_vf2in_q = 683

§

r4000allegrex_vf2iz_s = 684

§

r4000allegrex_vf2iz_p = 685

§

r4000allegrex_vf2iz_t = 686

§

r4000allegrex_vf2iz_q = 687

§

r4000allegrex_vf2iu_s = 688

§

r4000allegrex_vf2iu_p = 689

§

r4000allegrex_vf2iu_t = 690

§

r4000allegrex_vf2iu_q = 691

§

r4000allegrex_vf2id_s = 692

§

r4000allegrex_vf2id_p = 693

§

r4000allegrex_vf2id_t = 694

§

r4000allegrex_vf2id_q = 695

§

r4000allegrex_vi2f_s = 696

§

r4000allegrex_vi2f_p = 697

§

r4000allegrex_vi2f_t = 698

§

r4000allegrex_vi2f_q = 699

§

r4000allegrex_vcmovt_s = 700

§

r4000allegrex_vcmovt_p = 701

§

r4000allegrex_vcmovt_t = 702

§

r4000allegrex_vcmovt_q = 703

§

r4000allegrex_vcmovf_s = 704

§

r4000allegrex_vcmovf_p = 705

§

r4000allegrex_vcmovf_t = 706

§

r4000allegrex_vcmovf_q = 707

§

r4000allegrex_vpfxs = 708

§

r4000allegrex_vpfxt = 709

§

r4000allegrex_vpfxd = 710

§

r4000allegrex_viim_s = 711

§

r4000allegrex_vfim_s = 712

§

r4000allegrex_vmmul_p = 713

§

r4000allegrex_vmmul_t = 714

§

r4000allegrex_vmmul_q = 715

§

r4000allegrex_vhtfm2_p = 716

§

r4000allegrex_vtfm2_p = 717

§

r4000allegrex_vhtfm3_t = 718

§

r4000allegrex_vtfm3_t = 719

§

r4000allegrex_vhtfm4_q = 720

§

r4000allegrex_vtfm4_q = 721

§

r4000allegrex_vmscl_p = 722

§

r4000allegrex_vmscl_t = 723

§

r4000allegrex_vmscl_q = 724

§

r4000allegrex_vcrsp_t = 725

§

r4000allegrex_vqmul_q = 726

§

r4000allegrex_vrot_p = 727

§

r4000allegrex_vrot_t = 728

§

r4000allegrex_vrot_q = 729

§

r4000allegrex_vmmov_p = 730

§

r4000allegrex_vmmov_t = 731

§

r4000allegrex_vmmov_q = 732

§

r4000allegrex_vmidt_p = 733

§

r4000allegrex_vmidt_t = 734

§

r4000allegrex_vmidt_q = 735

§

r4000allegrex_vmzero_p = 736

§

r4000allegrex_vmzero_t = 737

§

r4000allegrex_vmzero_q = 738

§

r4000allegrex_vmone_p = 739

§

r4000allegrex_vmone_t = 740

§

r4000allegrex_vmone_q = 741

§

r4000allegrex_vnop = 742

§

r4000allegrex_vsync = 743

§

r4000allegrex_vflush = 744

§

r4000allegrex_svl_q = 745

§

r4000allegrex_svr_q = 746

§

r4000allegrex_USERDEF_00 = 747

§

r4000allegrex_USERDEF_01 = 748

§

r4000allegrex_USERDEF_02 = 749

§

r4000allegrex_USERDEF_03 = 750

§

r4000allegrex_USERDEF_04 = 751

§

r4000allegrex_USERDEF_05 = 752

§

r4000allegrex_USERDEF_06 = 753

§

r4000allegrex_USERDEF_07 = 754

§

r4000allegrex_USERDEF_08 = 755

§

r4000allegrex_USERDEF_09 = 756

§

r4000allegrex_USERDEF_10 = 757

§

r4000allegrex_USERDEF_11 = 758

§

r4000allegrex_USERDEF_12 = 759

§

r4000allegrex_USERDEF_13 = 760

§

r4000allegrex_USERDEF_14 = 761

§

r4000allegrex_USERDEF_15 = 762

§

r4000allegrex_USERDEF_16 = 763

§

r4000allegrex_USERDEF_17 = 764

§

r4000allegrex_USERDEF_18 = 765

§

r4000allegrex_USERDEF_19 = 766

§

r4000allegrex_MAX = 767

§

r5900_INVALID = 768

§

r5900_lq = 769

§

r5900_sq = 770

§

r5900_lqc2 = 771

§

r5900_sqc2 = 772

§

r5900_sync_p = 773

§

r5900_mult = 774

§

r5900_mfsa = 775

§

r5900_mtsa = 776

§

r5900_mtsab = 777

§

r5900_mtsah = 778

§

r5900_madd = 779

§

r5900_maddu = 780

§

r5900_plzcw = 781

§

r5900_mfhi1 = 782

§

r5900_mthi1 = 783

§

r5900_mflo1 = 784

§

r5900_mtlo1 = 785

§

r5900_mult1 = 786

§

r5900_multu1 = 787

§

r5900_div1 = 788

§

r5900_divu1 = 789

§

r5900_madd1 = 790

§

r5900_maddu1 = 791

§

r5900_psllh = 792

§

r5900_psrlh = 793

§

r5900_psrah = 794

§

r5900_psllw = 795

§

r5900_psrlw = 796

§

r5900_psraw = 797

§

r5900_paddw = 798

§

r5900_psubw = 799

§

r5900_pcgtw = 800

§

r5900_pmaxw = 801

§

r5900_paddh = 802

§

r5900_psubh = 803

§

r5900_pcgth = 804

§

r5900_pmaxh = 805

§

r5900_paddb = 806

§

r5900_psubb = 807

§

r5900_pcgtb = 808

§

r5900_paddsw = 809

§

r5900_psubsw = 810

§

r5900_pextlw = 811

§

r5900_ppacw = 812

§

r5900_paddsh = 813

§

r5900_psubsh = 814

§

r5900_pextlh = 815

§

r5900_ppach = 816

§

r5900_paddsb = 817

§

r5900_psubsb = 818

§

r5900_pextlb = 819

§

r5900_ppacb = 820

§

r5900_pext5 = 821

§

r5900_ppac5 = 822

§

r5900_pabsw = 823

§

r5900_pceqw = 824

§

r5900_pminw = 825

§

r5900_padsbh = 826

§

r5900_pabsh = 827

§

r5900_pceqh = 828

§

r5900_pminh = 829

§

r5900_pceqb = 830

§

r5900_padduw = 831

§

r5900_psubuw = 832

§

r5900_pextuw = 833

§

r5900_padduh = 834

§

r5900_psubuh = 835

§

r5900_pextuh = 836

§

r5900_paddub = 837

§

r5900_psubub = 838

§

r5900_pextub = 839

§

r5900_qfsrv = 840

§

r5900_pmaddw = 841

§

r5900_psllvw = 842

§

r5900_psrlvw = 843

§

r5900_pmsubw = 844

§

r5900_pmfhi = 845

§

r5900_pmflo = 846

§

r5900_pinth = 847

§

r5900_pmultw = 848

§

r5900_pdivw = 849

§

r5900_pcpyld = 850

§

r5900_pmaddh = 851

§

r5900_phmadh = 852

§

r5900_pand = 853

§

r5900_pxor = 854

§

r5900_pmsubh = 855

§

r5900_phmsbh = 856

§

r5900_pexeh = 857

§

r5900_prevh = 858

§

r5900_pmulth = 859

§

r5900_pdivbw = 860

§

r5900_pexew = 861

§

r5900_prot3w = 862

§

r5900_pmadduw = 863

§

r5900_psravw = 864

§

r5900_pmthi = 865

§

r5900_pmtlo = 866

§

r5900_pinteh = 867

§

r5900_pmultuw = 868

§

r5900_pdivuw = 869

§

r5900_pcpyud = 870

§

r5900_por = 871

§

r5900_pnor = 872

§

r5900_pexch = 873

§

r5900_pcpyh = 874

§

r5900_pexcw = 875

§

r5900_pmfhl_lw = 876

§

r5900_pmfhl_uw = 877

§

r5900_pmfhl_slw = 878

§

r5900_pmfhl_lh = 879

§

r5900_pmfhl_sh = 880

§

r5900_pmthl_lw = 881

§

r5900_ei = 882

§

r5900_di = 883

§

r5900_c1__sqrt_s = 884

§

r5900_rsqrt_s = 885

§

r5900_adda_s = 886

§

r5900_suba_s = 887

§

r5900_mula_s = 888

§

r5900_madd_s = 889

§

r5900_msub_s = 890

§

r5900_madda_s = 891

§

r5900_msuba_s = 892

§

r5900_max_s = 893

§

r5900_min_s = 894

§

r5900_c_lt_s = 895

§

r5900_c_le_s = 896

§

r5900_qmfc2_ni = 897

§

r5900_cfc2_ni = 898

§

r5900_qmtc2_ni = 899

§

r5900_ctc2_ni = 900

§

r5900_qmfc2_i = 901

§

r5900_cfc2_i = 902

§

r5900_qmtc2_i = 903

§

r5900_ctc2_i = 904

§

r5900_bc2f = 905

§

r5900_bc2t = 906

§

r5900_bc2fl = 907

§

r5900_bc2tl = 908

§

r5900_vaddx = 909

§

r5900_vaddy = 910

§

r5900_vaddz = 911

§

r5900_vaddw = 912

§

r5900_vsubx = 913

§

r5900_vsuby = 914

§

r5900_vsubz = 915

§

r5900_vsubw = 916

§

r5900_vmaddx = 917

§

r5900_vmaddy = 918

§

r5900_vmaddz = 919

§

r5900_vmaddw = 920

§

r5900_vmsubx = 921

§

r5900_vmsuby = 922

§

r5900_vmsubz = 923

§

r5900_vmsubw = 924

§

r5900_vmaxx = 925

§

r5900_vmaxy = 926

§

r5900_vmaxz = 927

§

r5900_vmaxw = 928

§

r5900_vminix = 929

§

r5900_vminiy = 930

§

r5900_vminiz = 931

§

r5900_vminiw = 932

§

r5900_vmulx = 933

§

r5900_vmuly = 934

§

r5900_vmulz = 935

§

r5900_vmulw = 936

§

r5900_vmulq = 937

§

r5900_vmaxi = 938

§

r5900_vmuli = 939

§

r5900_vminii = 940

§

r5900_vaddq = 941

§

r5900_vmaddq = 942

§

r5900_vaddi = 943

§

r5900_vmaddi = 944

§

r5900_vsubq = 945

§

r5900_vmsubq = 946

§

r5900_vsubi = 947

§

r5900_vmsubi = 948

§

r5900_vadd = 949

§

r5900_vmadd = 950

§

r5900_vmul = 951

§

r5900_vmax = 952

§

r5900_vsub = 953

§

r5900_vmsub = 954

§

r5900_vopmsub = 955

§

r5900_vmini = 956

§

r5900_viadd = 957

§

r5900_visub = 958

§

r5900_viaddi = 959

§

r5900_viand = 960

§

r5900_vior = 961

§

r5900_vcallms = 962

§

r5900_vcallmsr = 963

§

r5900_vaddax = 964

§

r5900_vadday = 965

§

r5900_vaddaz = 966

§

r5900_vaddaw = 967

§

r5900_vsubax = 968

§

r5900_vsubay = 969

§

r5900_vsubaz = 970

§

r5900_vsubaw = 971

§

r5900_vmaddax = 972

§

r5900_vmadday = 973

§

r5900_vmaddaz = 974

§

r5900_vmaddaw = 975

§

r5900_vmsubax = 976

§

r5900_vmsubay = 977

§

r5900_vmsubaz = 978

§

r5900_vmsubaw = 979

§

r5900_vitof0 = 980

§

r5900_vitof4 = 981

§

r5900_vitof12 = 982

§

r5900_vitof15 = 983

§

r5900_vftoi0 = 984

§

r5900_vftoi4 = 985

§

r5900_vftoi12 = 986

§

r5900_vftoi15 = 987

§

r5900_vmulax = 988

§

r5900_vmulay = 989

§

r5900_vmulaz = 990

§

r5900_vmulaw = 991

§

r5900_vmulaq = 992

§

r5900_vabs = 993

§

r5900_vmulai = 994

§

r5900_vclipw = 995

§

r5900_vaddaq = 996

§

r5900_vmaddaq = 997

§

r5900_vaddai = 998

§

r5900_vmaddai = 999

§

r5900_vsubaq = 1000

§

r5900_vmsubaq = 1001

§

r5900_vsubai = 1002

§

r5900_vmsubai = 1003

§

r5900_vadda = 1004

§

r5900_vmadda = 1005

§

r5900_vmula = 1006

§

r5900_vsuba = 1007

§

r5900_vmsuba = 1008

§

r5900_vopmula = 1009

§

r5900_vnop = 1010

§

r5900_vmove = 1011

§

r5900_vmr32 = 1012

§

r5900_vlqi = 1013

§

r5900_vsqi = 1014

§

r5900_vlqd = 1015

§

r5900_vsqd = 1016

§

r5900_vdiv = 1017

§

r5900_vsqrt = 1018

§

r5900_vrsqrt = 1019

§

r5900_vwaitq = 1020

§

r5900_vmtir = 1021

§

r5900_vmfir = 1022

§

r5900_vrnext = 1023

§

r5900_vrget = 1024

§

r5900_vrinit = 1025

§

r5900_vrxor = 1026

§

r5900_vilwr_w = 1027

§

r5900_vilwr_z = 1028

§

r5900_vilwr_y = 1029

§

r5900_vilwr_x = 1030

§

r5900_viswr_w = 1031

§

r5900_viswr_z = 1032

§

r5900_viswr_y = 1033

§

r5900_viswr_x = 1034

§

r5900_USERDEF_00 = 1035

§

r5900_USERDEF_01 = 1036

§

r5900_USERDEF_02 = 1037

§

r5900_USERDEF_03 = 1038

§

r5900_USERDEF_04 = 1039

§

r5900_USERDEF_05 = 1040

§

r5900_USERDEF_06 = 1041

§

r5900_USERDEF_07 = 1042

§

r5900_USERDEF_08 = 1043

§

r5900_USERDEF_09 = 1044

§

r5900_USERDEF_10 = 1045

§

r5900_USERDEF_11 = 1046

§

r5900_USERDEF_12 = 1047

§

r5900_USERDEF_13 = 1048

§

r5900_USERDEF_14 = 1049

§

r5900_USERDEF_15 = 1050

§

r5900_USERDEF_16 = 1051

§

r5900_USERDEF_17 = 1052

§

r5900_USERDEF_18 = 1053

§

r5900_USERDEF_19 = 1054

§

r5900_MAX = 1055

Implementations§

Source§

impl InstrId

Source

pub const ALL_MAX: InstrId = InstrId::r5900_MAX

Trait Implementations§

Source§

impl Clone for InstrId

Source§

fn clone(&self) -> InstrId

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for InstrId

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Hash for InstrId

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for InstrId

Source§

fn eq(&self, other: &InstrId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for InstrId

Source§

impl Eq for InstrId

Source§

impl StructuralPartialEq for InstrId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.