Enum rabbitizer::InstrId

source ·
#[repr(u32)]
pub enum InstrId {
Show 681 variants cpu_INVALID, cpu_j, cpu_jal, cpu_beq, cpu_bne, cpu_beql, cpu_bnel, cpu_blez, cpu_blezl, cpu_bgtz, cpu_bgtzl, cpu_addi, cpu_addiu, cpu_slti, cpu_sltiu, cpu_andi, cpu_ori, cpu_xori, cpu_daddi, cpu_daddiu, cpu_lui, cpu_ldl, cpu_ldr, cpu_lb, cpu_lh, cpu_lwl, cpu_lw, cpu_lbu, cpu_lhu, cpu_lwr, cpu_lwu, cpu_sb, cpu_sh, cpu_swl, cpu_sw, cpu_sdl, cpu_sdr, cpu_swr, cpu_ll, cpu_pref, cpu_lld, cpu_ld, cpu_sc, cpu_scd, cpu_sd, cpu_cache, cpu_lwc1, cpu_ldc1, cpu_swc1, cpu_sdc1, cpu_lwc2, cpu_ldc2, cpu_swc2, cpu_sdc2, cpu_b, cpu_beqz, cpu_bnez, cpu_sll, cpu_srl, cpu_sra, cpu_dsll, cpu_dsrl, cpu_dsra, cpu_dsll32, cpu_dsrl32, cpu_dsra32, cpu_dsllv, cpu_dsrlv, cpu_dsrav, cpu_sllv, cpu_srlv, cpu_srav, cpu_mthi, cpu_mtlo, cpu_jr, cpu_jalr, cpu_mfhi, cpu_mflo, cpu_movz, cpu_movn, cpu_div, cpu_divu, cpu_sn64_div, cpu_sn64_divu, cpu_ddiv, cpu_ddivu, cpu_add, cpu_addu, cpu_sub, cpu_subu, cpu_and, cpu_or, cpu_xor, cpu_nor, cpu_slt, cpu_sltu, cpu_dadd, cpu_daddu, cpu_dsub, cpu_dsubu, cpu_syscall, cpu_break, cpu_sync, cpu_mult, cpu_multu, cpu_dmult, cpu_dmultu, cpu_tge, cpu_tgeu, cpu_tlt, cpu_tltu, cpu_teq, cpu_tne, cpu_nop, cpu_move, cpu_not, cpu_negu, cpu_bltz, cpu_bgez, cpu_bltzl, cpu_bgezl, cpu_tgei, cpu_tgeiu, cpu_tlti, cpu_tltiu, cpu_teqi, cpu_tnei, cpu_bltzal, cpu_bgezal, cpu_bltzall, cpu_bgezall, cpu_bal, cpu_mfc0, cpu_dmfc0, cpu_cfc0, cpu_mtc0, cpu_dmtc0, cpu_ctc0, cpu_bc0f, cpu_bc0t, cpu_bc0fl, cpu_bc0tl, cpu_tlbr, cpu_tlbwi, cpu_tlbwr, cpu_tlbp, cpu_eret, cpu_mfc1, cpu_dmfc1, cpu_mtc1, cpu_dmtc1, cpu_cfc1, cpu_ctc1, cpu_bc1f, cpu_bc1t, cpu_bc1fl, cpu_bc1tl, cpu_add_s, cpu_sub_s, cpu_mul_s, cpu_div_s, cpu_sqrt_s, cpu_abs_s, cpu_mov_s, cpu_neg_s, cpu_round_l_s, cpu_trunc_l_s, cpu_ceil_l_s, cpu_floor_l_s, cpu_round_w_s, cpu_trunc_w_s, cpu_ceil_w_s, cpu_floor_w_s, cpu_cvt_d_s, cpu_cvt_w_s, cpu_cvt_l_s, cpu_c_f_s, cpu_c_un_s, cpu_c_eq_s, cpu_c_ueq_s, cpu_c_olt_s, cpu_c_ult_s, cpu_c_ole_s, cpu_c_ule_s, cpu_c_sf_s, cpu_c_ngle_s, cpu_c_seq_s, cpu_c_ngl_s, cpu_c_lt_s, cpu_c_nge_s, cpu_c_le_s, cpu_c_ngt_s, cpu_add_d, cpu_sub_d, cpu_mul_d, cpu_div_d, cpu_sqrt_d, cpu_abs_d, cpu_mov_d, cpu_neg_d, cpu_round_l_d, cpu_trunc_l_d, cpu_ceil_l_d, cpu_floor_l_d, cpu_round_w_d, cpu_trunc_w_d, cpu_ceil_w_d, cpu_floor_w_d, cpu_cvt_s_d, cpu_cvt_w_d, cpu_cvt_l_d, cpu_c_f_d, cpu_c_un_d, cpu_c_eq_d, cpu_c_ueq_d, cpu_c_olt_d, cpu_c_ult_d, cpu_c_ole_d, cpu_c_ule_d, cpu_c_df_d, cpu_c_ngle_d, cpu_c_deq_d, cpu_c_ngl_d, cpu_c_lt_d, cpu_c_nge_d, cpu_c_le_d, cpu_c_ngt_d, cpu_cvt_s_w, cpu_cvt_d_w, cpu_cvt_s_l, cpu_cvt_d_l, cpu_mfc2, cpu_mtc2, cpu_cfc2, cpu_ctc2, cpu_USERDEF_00, cpu_USERDEF_01, cpu_USERDEF_02, cpu_USERDEF_03, cpu_USERDEF_04, cpu_USERDEF_05, cpu_USERDEF_06, cpu_USERDEF_07, cpu_USERDEF_08, cpu_USERDEF_09, cpu_USERDEF_10, cpu_USERDEF_11, cpu_USERDEF_12, cpu_USERDEF_13, cpu_USERDEF_14, cpu_USERDEF_15, cpu_USERDEF_16, cpu_USERDEF_17, cpu_USERDEF_18, cpu_USERDEF_19, cpu_MAX, rsp_INVALID, rsp_mfc2, rsp_mtc2, rsp_cfc2, rsp_ctc2, rsp_vmulf, rsp_vmulu, rsp_vrndp, rsp_vmulq, rsp_vmudl, rsp_vmudm, rsp_vmudn, rsp_vmudh, rsp_vmacf, rsp_vmacu, rsp_vrndn, rsp_vmacq, rsp_vmadl, rsp_vmadm, rsp_vmadn, rsp_vmadh, rsp_vadd, rsp_vsub, rsp_vabs, rsp_vaddc, rsp_vsubc, rsp_vsar, rsp_vand, rsp_vnand, rsp_vor, rsp_vnor, rsp_vxor, rsp_vnxor, rsp_vlt, rsp_veq, rsp_vne, rsp_vge, rsp_vcl, rsp_vch, rsp_vcr, rsp_vmrg, rsp_vrcp, rsp_vrcpl, rsp_vrcph, rsp_vmov, rsp_vrsq, rsp_vrsql, rsp_vrsqh, rsp_vnop, rsp_lbv, rsp_lsv, rsp_llv, rsp_ldv, rsp_lqv, rsp_lrv, rsp_lpv, rsp_luv, rsp_lhv, rsp_lfv, rsp_ltv, rsp_sbv, rsp_ssv, rsp_slv, rsp_sdv, rsp_sqv, rsp_srv, rsp_spv, rsp_suv, rsp_shv, rsp_sfv, rsp_stv, rsp_swv, rsp_j, rsp_jal, rsp_beq, rsp_bne, rsp_blez, rsp_bgtz, rsp_addi, rsp_addiu, rsp_slti, rsp_sltiu, rsp_andi, rsp_ori, rsp_xori, rsp_lui, rsp_lb, rsp_lh, rsp_lw, rsp_lbu, rsp_lhu, rsp_sb, rsp_sh, rsp_sw, rsp_pref, rsp_b, rsp_beqz, rsp_bnez, rsp_sll, rsp_srl, rsp_sra, rsp_sllv, rsp_srlv, rsp_srav, rsp_jr, rsp_jalr, rsp_movz, rsp_movn, rsp_add, rsp_addu, rsp_sub, rsp_subu, rsp_and, rsp_or, rsp_xor, rsp_nor, rsp_slt, rsp_sltu, rsp_break, rsp_nop, rsp_move, rsp_not, rsp_negu, rsp_bltz, rsp_bgez, rsp_bltzal, rsp_bgezal, rsp_bal, rsp_mfc0, rsp_mtc0, rsp_USERDEF_00, rsp_USERDEF_01, rsp_USERDEF_02, rsp_USERDEF_03, rsp_USERDEF_04, rsp_USERDEF_05, rsp_USERDEF_06, rsp_USERDEF_07, rsp_USERDEF_08, rsp_USERDEF_09, rsp_USERDEF_10, rsp_USERDEF_11, rsp_USERDEF_12, rsp_USERDEF_13, rsp_USERDEF_14, rsp_USERDEF_15, rsp_USERDEF_16, rsp_USERDEF_17, rsp_USERDEF_18, rsp_USERDEF_19, rsp_MAX, r5900_INVALID, r5900_lq, r5900_sq, r5900_lqc2, r5900_sqc2, r5900_sync_p, r5900_mult, r5900_mfsa, r5900_mtsa, r5900_mtsab, r5900_mtsah, r5900_madd, r5900_maddu, r5900_plzcw, r5900_mfhi1, r5900_mthi1, r5900_mflo1, r5900_mtlo1, r5900_mult1, r5900_multu1, r5900_div1, r5900_divu1, r5900_madd1, r5900_maddu1, r5900_pmfhl, r5900_pmthl, r5900_psllh, r5900_psrlh, r5900_psrah, r5900_psllw, r5900_psrlw, r5900_psraw, r5900_paddw, r5900_psubw, r5900_pcgtw, r5900_pmaxw, r5900_paddh, r5900_psubh, r5900_pcgth, r5900_pmaxh, r5900_paddb, r5900_psubb, r5900_pcgtb, r5900_paddsw, r5900_psubsw, r5900_pextlw, r5900_ppacw, r5900_paddsh, r5900_psubsh, r5900_pextlh, r5900_ppach, r5900_paddsb, r5900_psubsb, r5900_pextlb, r5900_ppacb, r5900_pext5, r5900_ppac5, r5900_pabsw, r5900_pceqw, r5900_pminw, r5900_padsbh, r5900_pabsh, r5900_pceqh, r5900_pminh, r5900_pceqb, r5900_padduw, r5900_psubuw, r5900_pextuw, r5900_padduh, r5900_psubuh, r5900_pextuh, r5900_paddub, r5900_psubub, r5900_pextub, r5900_qfsrv, r5900_pmaddw, r5900_psllvw, r5900_psrlvw, r5900_pmsubw, r5900_pmfhi, r5900_pmflo, r5900_pinth, r5900_pmultw, r5900_pdivw, r5900_pcpyld, r5900_pmaddh, r5900_phmadh, r5900_pand, r5900_pxor, r5900_pmsubh, r5900_phmsbh, r5900_pexeh, r5900_prevh, r5900_pmulth, r5900_pdivbw, r5900_pexew, r5900_prot3w, r5900_pmadduw, r5900_psravw, r5900_pmthi, r5900_pmtlo, r5900_pinteh, r5900_pmultuw, r5900_pdivuw, r5900_pcpyud, r5900_por, r5900_pnor, r5900_pexch, r5900_pcpyh, r5900_pexcw, r5900_ei, r5900_di, r5900_c1__sqrt_s, r5900_rsqrt_s, r5900_adda_s, r5900_suba_s, r5900_mula_s, r5900_madd_s, r5900_msub_s, r5900_madda_s, r5900_msuba_s, r5900_max_s, r5900_min_s, r5900_c_lt_s, r5900_c_le_s, r5900_qmfc2, r5900_cfc2, r5900_qmtc2, r5900_ctc2, r5900_bc2f, r5900_bc2t, r5900_bc2fl, r5900_bc2tl, r5900_vaddx, r5900_vaddy, r5900_vaddz, r5900_vaddw, r5900_vsubx, r5900_vsuby, r5900_vsubz, r5900_vsubw, r5900_vmaddx, r5900_vmaddy, r5900_vmaddz, r5900_vmaddw, r5900_vmsubx, r5900_vmsuby, r5900_vmsubz, r5900_vmsubw, r5900_vmaxx, r5900_vmaxy, r5900_vmaxz, r5900_vmaxw, r5900_vminix, r5900_vminiy, r5900_vminiz, r5900_vminiw, r5900_vmulx, r5900_vmuly, r5900_vmulz, r5900_vmulw, r5900_vmulq, r5900_vmaxi, r5900_vmuli, r5900_vminii, r5900_vaddq, r5900_vmaddq, r5900_vaddi, r5900_vmaddi, r5900_vsubq, r5900_vmsubq, r5900_vsubi, r5900_vmsubi, r5900_vadd, r5900_vmadd, r5900_vmul, r5900_vmax, r5900_vsub, r5900_vmsub, r5900_vopmsub, r5900_vmini, r5900_viadd, r5900_visub, r5900_viaddi, r5900_viand, r5900_vior, r5900_vcallms, r5900_vcallmsr, r5900_vaddax, r5900_vadday, r5900_vaddaz, r5900_vaddaw, r5900_vsubax, r5900_vsubay, r5900_vsubaz, r5900_vsubaw, r5900_vmaddax, r5900_vmadday, r5900_vmaddaz, r5900_vmaddaw, r5900_vmsubax, r5900_vmsubay, r5900_vmsubaz, r5900_vmsubaw, r5900_vitof0, r5900_vitof4, r5900_vitof12, r5900_vitof15, r5900_vftoi0, r5900_vftoi4, r5900_vftoi12, r5900_vftoi15, r5900_vmulax, r5900_vmulay, r5900_vmulaz, r5900_vmulaw, r5900_vmulaq, r5900_vabs, r5900_vmulai, r5900_vclipw, r5900_vaddaq, r5900_vmaddaq, r5900_vaddai, r5900_vmaddai, r5900_vsubaq, r5900_vmsubaq, r5900_vsubai, r5900_vmsubai, r5900_vadda, r5900_vmadda, r5900_vmula, r5900_vsuba, r5900_vmsuba, r5900_vopmula, r5900_vnop, r5900_vmove, r5900_vmr32, r5900_vlqi, r5900_vsqi, r5900_vlqd, r5900_vsqd, r5900_vdiv, r5900_vsqrt, r5900_vrsqrt, r5900_vwaitq, r5900_vmtir, r5900_vmfir, r5900_vilwr, r5900_viswr, r5900_vrnext, r5900_vrget, r5900_vrinit, r5900_vrxor, r5900_USERDEF_00, r5900_USERDEF_01, r5900_USERDEF_02, r5900_USERDEF_03, r5900_USERDEF_04, r5900_USERDEF_05, r5900_USERDEF_06, r5900_USERDEF_07, r5900_USERDEF_08, r5900_USERDEF_09, r5900_USERDEF_10, r5900_USERDEF_11, r5900_USERDEF_12, r5900_USERDEF_13, r5900_USERDEF_14, r5900_USERDEF_15, r5900_USERDEF_16, r5900_USERDEF_17, r5900_USERDEF_18, r5900_USERDEF_19, r5900_MAX,
}

Variants§

§

cpu_INVALID

§

cpu_j

§

cpu_jal

§

cpu_beq

§

cpu_bne

§

cpu_beql

§

cpu_bnel

§

cpu_blez

§

cpu_blezl

§

cpu_bgtz

§

cpu_bgtzl

§

cpu_addi

§

cpu_addiu

§

cpu_slti

§

cpu_sltiu

§

cpu_andi

§

cpu_ori

§

cpu_xori

§

cpu_daddi

§

cpu_daddiu

§

cpu_lui

§

cpu_ldl

§

cpu_ldr

§

cpu_lb

§

cpu_lh

§

cpu_lwl

§

cpu_lw

§

cpu_lbu

§

cpu_lhu

§

cpu_lwr

§

cpu_lwu

§

cpu_sb

§

cpu_sh

§

cpu_swl

§

cpu_sw

§

cpu_sdl

§

cpu_sdr

§

cpu_swr

§

cpu_ll

§

cpu_pref

§

cpu_lld

§

cpu_ld

§

cpu_sc

§

cpu_scd

§

cpu_sd

§

cpu_cache

§

cpu_lwc1

§

cpu_ldc1

§

cpu_swc1

§

cpu_sdc1

§

cpu_lwc2

§

cpu_ldc2

§

cpu_swc2

§

cpu_sdc2

§

cpu_b

§

cpu_beqz

§

cpu_bnez

§

cpu_sll

§

cpu_srl

§

cpu_sra

§

cpu_dsll

§

cpu_dsrl

§

cpu_dsra

§

cpu_dsll32

§

cpu_dsrl32

§

cpu_dsra32

§

cpu_dsllv

§

cpu_dsrlv

§

cpu_dsrav

§

cpu_sllv

§

cpu_srlv

§

cpu_srav

§

cpu_mthi

§

cpu_mtlo

§

cpu_jr

§

cpu_jalr

§

cpu_mfhi

§

cpu_mflo

§

cpu_movz

§

cpu_movn

§

cpu_div

§

cpu_divu

§

cpu_sn64_div

§

cpu_sn64_divu

§

cpu_ddiv

§

cpu_ddivu

§

cpu_add

§

cpu_addu

§

cpu_sub

§

cpu_subu

§

cpu_and

§

cpu_or

§

cpu_xor

§

cpu_nor

§

cpu_slt

§

cpu_sltu

§

cpu_dadd

§

cpu_daddu

§

cpu_dsub

§

cpu_dsubu

§

cpu_syscall

§

cpu_break

§

cpu_sync

§

cpu_mult

§

cpu_multu

§

cpu_dmult

§

cpu_dmultu

§

cpu_tge

§

cpu_tgeu

§

cpu_tlt

§

cpu_tltu

§

cpu_teq

§

cpu_tne

§

cpu_nop

§

cpu_move

§

cpu_not

§

cpu_negu

§

cpu_bltz

§

cpu_bgez

§

cpu_bltzl

§

cpu_bgezl

§

cpu_tgei

§

cpu_tgeiu

§

cpu_tlti

§

cpu_tltiu

§

cpu_teqi

§

cpu_tnei

§

cpu_bltzal

§

cpu_bgezal

§

cpu_bltzall

§

cpu_bgezall

§

cpu_bal

§

cpu_mfc0

§

cpu_dmfc0

§

cpu_cfc0

§

cpu_mtc0

§

cpu_dmtc0

§

cpu_ctc0

§

cpu_bc0f

§

cpu_bc0t

§

cpu_bc0fl

§

cpu_bc0tl

§

cpu_tlbr

§

cpu_tlbwi

§

cpu_tlbwr

§

cpu_tlbp

§

cpu_eret

§

cpu_mfc1

§

cpu_dmfc1

§

cpu_mtc1

§

cpu_dmtc1

§

cpu_cfc1

§

cpu_ctc1

§

cpu_bc1f

§

cpu_bc1t

§

cpu_bc1fl

§

cpu_bc1tl

§

cpu_add_s

§

cpu_sub_s

§

cpu_mul_s

§

cpu_div_s

§

cpu_sqrt_s

§

cpu_abs_s

§

cpu_mov_s

§

cpu_neg_s

§

cpu_round_l_s

§

cpu_trunc_l_s

§

cpu_ceil_l_s

§

cpu_floor_l_s

§

cpu_round_w_s

§

cpu_trunc_w_s

§

cpu_ceil_w_s

§

cpu_floor_w_s

§

cpu_cvt_d_s

§

cpu_cvt_w_s

§

cpu_cvt_l_s

§

cpu_c_f_s

§

cpu_c_un_s

§

cpu_c_eq_s

§

cpu_c_ueq_s

§

cpu_c_olt_s

§

cpu_c_ult_s

§

cpu_c_ole_s

§

cpu_c_ule_s

§

cpu_c_sf_s

§

cpu_c_ngle_s

§

cpu_c_seq_s

§

cpu_c_ngl_s

§

cpu_c_lt_s

§

cpu_c_nge_s

§

cpu_c_le_s

§

cpu_c_ngt_s

§

cpu_add_d

§

cpu_sub_d

§

cpu_mul_d

§

cpu_div_d

§

cpu_sqrt_d

§

cpu_abs_d

§

cpu_mov_d

§

cpu_neg_d

§

cpu_round_l_d

§

cpu_trunc_l_d

§

cpu_ceil_l_d

§

cpu_floor_l_d

§

cpu_round_w_d

§

cpu_trunc_w_d

§

cpu_ceil_w_d

§

cpu_floor_w_d

§

cpu_cvt_s_d

§

cpu_cvt_w_d

§

cpu_cvt_l_d

§

cpu_c_f_d

§

cpu_c_un_d

§

cpu_c_eq_d

§

cpu_c_ueq_d

§

cpu_c_olt_d

§

cpu_c_ult_d

§

cpu_c_ole_d

§

cpu_c_ule_d

§

cpu_c_df_d

§

cpu_c_ngle_d

§

cpu_c_deq_d

§

cpu_c_ngl_d

§

cpu_c_lt_d

§

cpu_c_nge_d

§

cpu_c_le_d

§

cpu_c_ngt_d

§

cpu_cvt_s_w

§

cpu_cvt_d_w

§

cpu_cvt_s_l

§

cpu_cvt_d_l

§

cpu_mfc2

§

cpu_mtc2

§

cpu_cfc2

§

cpu_ctc2

§

cpu_USERDEF_00

§

cpu_USERDEF_01

§

cpu_USERDEF_02

§

cpu_USERDEF_03

§

cpu_USERDEF_04

§

cpu_USERDEF_05

§

cpu_USERDEF_06

§

cpu_USERDEF_07

§

cpu_USERDEF_08

§

cpu_USERDEF_09

§

cpu_USERDEF_10

§

cpu_USERDEF_11

§

cpu_USERDEF_12

§

cpu_USERDEF_13

§

cpu_USERDEF_14

§

cpu_USERDEF_15

§

cpu_USERDEF_16

§

cpu_USERDEF_17

§

cpu_USERDEF_18

§

cpu_USERDEF_19

§

cpu_MAX

§

rsp_INVALID

§

rsp_mfc2

§

rsp_mtc2

§

rsp_cfc2

§

rsp_ctc2

§

rsp_vmulf

§

rsp_vmulu

§

rsp_vrndp

§

rsp_vmulq

§

rsp_vmudl

§

rsp_vmudm

§

rsp_vmudn

§

rsp_vmudh

§

rsp_vmacf

§

rsp_vmacu

§

rsp_vrndn

§

rsp_vmacq

§

rsp_vmadl

§

rsp_vmadm

§

rsp_vmadn

§

rsp_vmadh

§

rsp_vadd

§

rsp_vsub

§

rsp_vabs

§

rsp_vaddc

§

rsp_vsubc

§

rsp_vsar

§

rsp_vand

§

rsp_vnand

§

rsp_vor

§

rsp_vnor

§

rsp_vxor

§

rsp_vnxor

§

rsp_vlt

§

rsp_veq

§

rsp_vne

§

rsp_vge

§

rsp_vcl

§

rsp_vch

§

rsp_vcr

§

rsp_vmrg

§

rsp_vrcp

§

rsp_vrcpl

§

rsp_vrcph

§

rsp_vmov

§

rsp_vrsq

§

rsp_vrsql

§

rsp_vrsqh

§

rsp_vnop

§

rsp_lbv

§

rsp_lsv

§

rsp_llv

§

rsp_ldv

§

rsp_lqv

§

rsp_lrv

§

rsp_lpv

§

rsp_luv

§

rsp_lhv

§

rsp_lfv

§

rsp_ltv

§

rsp_sbv

§

rsp_ssv

§

rsp_slv

§

rsp_sdv

§

rsp_sqv

§

rsp_srv

§

rsp_spv

§

rsp_suv

§

rsp_shv

§

rsp_sfv

§

rsp_stv

§

rsp_swv

§

rsp_j

§

rsp_jal

§

rsp_beq

§

rsp_bne

§

rsp_blez

§

rsp_bgtz

§

rsp_addi

§

rsp_addiu

§

rsp_slti

§

rsp_sltiu

§

rsp_andi

§

rsp_ori

§

rsp_xori

§

rsp_lui

§

rsp_lb

§

rsp_lh

§

rsp_lw

§

rsp_lbu

§

rsp_lhu

§

rsp_sb

§

rsp_sh

§

rsp_sw

§

rsp_pref

§

rsp_b

§

rsp_beqz

§

rsp_bnez

§

rsp_sll

§

rsp_srl

§

rsp_sra

§

rsp_sllv

§

rsp_srlv

§

rsp_srav

§

rsp_jr

§

rsp_jalr

§

rsp_movz

§

rsp_movn

§

rsp_add

§

rsp_addu

§

rsp_sub

§

rsp_subu

§

rsp_and

§

rsp_or

§

rsp_xor

§

rsp_nor

§

rsp_slt

§

rsp_sltu

§

rsp_break

§

rsp_nop

§

rsp_move

§

rsp_not

§

rsp_negu

§

rsp_bltz

§

rsp_bgez

§

rsp_bltzal

§

rsp_bgezal

§

rsp_bal

§

rsp_mfc0

§

rsp_mtc0

§

rsp_USERDEF_00

§

rsp_USERDEF_01

§

rsp_USERDEF_02

§

rsp_USERDEF_03

§

rsp_USERDEF_04

§

rsp_USERDEF_05

§

rsp_USERDEF_06

§

rsp_USERDEF_07

§

rsp_USERDEF_08

§

rsp_USERDEF_09

§

rsp_USERDEF_10

§

rsp_USERDEF_11

§

rsp_USERDEF_12

§

rsp_USERDEF_13

§

rsp_USERDEF_14

§

rsp_USERDEF_15

§

rsp_USERDEF_16

§

rsp_USERDEF_17

§

rsp_USERDEF_18

§

rsp_USERDEF_19

§

rsp_MAX

§

r5900_INVALID

§

r5900_lq

§

r5900_sq

§

r5900_lqc2

§

r5900_sqc2

§

r5900_sync_p

§

r5900_mult

§

r5900_mfsa

§

r5900_mtsa

§

r5900_mtsab

§

r5900_mtsah

§

r5900_madd

§

r5900_maddu

§

r5900_plzcw

§

r5900_mfhi1

§

r5900_mthi1

§

r5900_mflo1

§

r5900_mtlo1

§

r5900_mult1

§

r5900_multu1

§

r5900_div1

§

r5900_divu1

§

r5900_madd1

§

r5900_maddu1

§

r5900_pmfhl

§

r5900_pmthl

§

r5900_psllh

§

r5900_psrlh

§

r5900_psrah

§

r5900_psllw

§

r5900_psrlw

§

r5900_psraw

§

r5900_paddw

§

r5900_psubw

§

r5900_pcgtw

§

r5900_pmaxw

§

r5900_paddh

§

r5900_psubh

§

r5900_pcgth

§

r5900_pmaxh

§

r5900_paddb

§

r5900_psubb

§

r5900_pcgtb

§

r5900_paddsw

§

r5900_psubsw

§

r5900_pextlw

§

r5900_ppacw

§

r5900_paddsh

§

r5900_psubsh

§

r5900_pextlh

§

r5900_ppach

§

r5900_paddsb

§

r5900_psubsb

§

r5900_pextlb

§

r5900_ppacb

§

r5900_pext5

§

r5900_ppac5

§

r5900_pabsw

§

r5900_pceqw

§

r5900_pminw

§

r5900_padsbh

§

r5900_pabsh

§

r5900_pceqh

§

r5900_pminh

§

r5900_pceqb

§

r5900_padduw

§

r5900_psubuw

§

r5900_pextuw

§

r5900_padduh

§

r5900_psubuh

§

r5900_pextuh

§

r5900_paddub

§

r5900_psubub

§

r5900_pextub

§

r5900_qfsrv

§

r5900_pmaddw

§

r5900_psllvw

§

r5900_psrlvw

§

r5900_pmsubw

§

r5900_pmfhi

§

r5900_pmflo

§

r5900_pinth

§

r5900_pmultw

§

r5900_pdivw

§

r5900_pcpyld

§

r5900_pmaddh

§

r5900_phmadh

§

r5900_pand

§

r5900_pxor

§

r5900_pmsubh

§

r5900_phmsbh

§

r5900_pexeh

§

r5900_prevh

§

r5900_pmulth

§

r5900_pdivbw

§

r5900_pexew

§

r5900_prot3w

§

r5900_pmadduw

§

r5900_psravw

§

r5900_pmthi

§

r5900_pmtlo

§

r5900_pinteh

§

r5900_pmultuw

§

r5900_pdivuw

§

r5900_pcpyud

§

r5900_por

§

r5900_pnor

§

r5900_pexch

§

r5900_pcpyh

§

r5900_pexcw

§

r5900_ei

§

r5900_di

§

r5900_c1__sqrt_s

§

r5900_rsqrt_s

§

r5900_adda_s

§

r5900_suba_s

§

r5900_mula_s

§

r5900_madd_s

§

r5900_msub_s

§

r5900_madda_s

§

r5900_msuba_s

§

r5900_max_s

§

r5900_min_s

§

r5900_c_lt_s

§

r5900_c_le_s

§

r5900_qmfc2

§

r5900_cfc2

§

r5900_qmtc2

§

r5900_ctc2

§

r5900_bc2f

§

r5900_bc2t

§

r5900_bc2fl

§

r5900_bc2tl

§

r5900_vaddx

§

r5900_vaddy

§

r5900_vaddz

§

r5900_vaddw

§

r5900_vsubx

§

r5900_vsuby

§

r5900_vsubz

§

r5900_vsubw

§

r5900_vmaddx

§

r5900_vmaddy

§

r5900_vmaddz

§

r5900_vmaddw

§

r5900_vmsubx

§

r5900_vmsuby

§

r5900_vmsubz

§

r5900_vmsubw

§

r5900_vmaxx

§

r5900_vmaxy

§

r5900_vmaxz

§

r5900_vmaxw

§

r5900_vminix

§

r5900_vminiy

§

r5900_vminiz

§

r5900_vminiw

§

r5900_vmulx

§

r5900_vmuly

§

r5900_vmulz

§

r5900_vmulw

§

r5900_vmulq

§

r5900_vmaxi

§

r5900_vmuli

§

r5900_vminii

§

r5900_vaddq

§

r5900_vmaddq

§

r5900_vaddi

§

r5900_vmaddi

§

r5900_vsubq

§

r5900_vmsubq

§

r5900_vsubi

§

r5900_vmsubi

§

r5900_vadd

§

r5900_vmadd

§

r5900_vmul

§

r5900_vmax

§

r5900_vsub

§

r5900_vmsub

§

r5900_vopmsub

§

r5900_vmini

§

r5900_viadd

§

r5900_visub

§

r5900_viaddi

§

r5900_viand

§

r5900_vior

§

r5900_vcallms

§

r5900_vcallmsr

§

r5900_vaddax

§

r5900_vadday

§

r5900_vaddaz

§

r5900_vaddaw

§

r5900_vsubax

§

r5900_vsubay

§

r5900_vsubaz

§

r5900_vsubaw

§

r5900_vmaddax

§

r5900_vmadday

§

r5900_vmaddaz

§

r5900_vmaddaw

§

r5900_vmsubax

§

r5900_vmsubay

§

r5900_vmsubaz

§

r5900_vmsubaw

§

r5900_vitof0

§

r5900_vitof4

§

r5900_vitof12

§

r5900_vitof15

§

r5900_vftoi0

§

r5900_vftoi4

§

r5900_vftoi12

§

r5900_vftoi15

§

r5900_vmulax

§

r5900_vmulay

§

r5900_vmulaz

§

r5900_vmulaw

§

r5900_vmulaq

§

r5900_vabs

§

r5900_vmulai

§

r5900_vclipw

§

r5900_vaddaq

§

r5900_vmaddaq

§

r5900_vaddai

§

r5900_vmaddai

§

r5900_vsubaq

§

r5900_vmsubaq

§

r5900_vsubai

§

r5900_vmsubai

§

r5900_vadda

§

r5900_vmadda

§

r5900_vmula

§

r5900_vsuba

§

r5900_vmsuba

§

r5900_vopmula

§

r5900_vnop

§

r5900_vmove

§

r5900_vmr32

§

r5900_vlqi

§

r5900_vsqi

§

r5900_vlqd

§

r5900_vsqd

§

r5900_vdiv

§

r5900_vsqrt

§

r5900_vrsqrt

§

r5900_vwaitq

§

r5900_vmtir

§

r5900_vmfir

§

r5900_vilwr

§

r5900_viswr

§

r5900_vrnext

§

r5900_vrget

§

r5900_vrinit

§

r5900_vrxor

§

r5900_USERDEF_00

§

r5900_USERDEF_01

§

r5900_USERDEF_02

§

r5900_USERDEF_03

§

r5900_USERDEF_04

§

r5900_USERDEF_05

§

r5900_USERDEF_06

§

r5900_USERDEF_07

§

r5900_USERDEF_08

§

r5900_USERDEF_09

§

r5900_USERDEF_10

§

r5900_USERDEF_11

§

r5900_USERDEF_12

§

r5900_USERDEF_13

§

r5900_USERDEF_14

§

r5900_USERDEF_15

§

r5900_USERDEF_16

§

r5900_USERDEF_17

§

r5900_USERDEF_18

§

r5900_USERDEF_19

§

r5900_MAX

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 copy 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<InstrId> for InstrId

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method 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 StructuralEq for InstrId

source§

impl StructuralPartialEq for InstrId

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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 Twhere T: Clone,

§

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 Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.