[][src]Trait mips::registers::general_purpose::GeneralPurposeRegister

pub trait GeneralPurposeRegister {
    const ID: u32;
}

refers to a GPR

Associated Constants

const ID: u32

Loading content...

Implementors

impl GeneralPurposeRegister for a0[src]

impl GeneralPurposeRegister for a1[src]

impl GeneralPurposeRegister for a2[src]

impl GeneralPurposeRegister for a3[src]

impl GeneralPurposeRegister for at[src]

impl GeneralPurposeRegister for fp[src]

impl GeneralPurposeRegister for gp[src]

impl GeneralPurposeRegister for k0[src]

impl GeneralPurposeRegister for k1[src]

impl GeneralPurposeRegister for ra[src]

impl GeneralPurposeRegister for s0[src]

impl GeneralPurposeRegister for s1[src]

impl GeneralPurposeRegister for s2[src]

impl GeneralPurposeRegister for s3[src]

impl GeneralPurposeRegister for s4[src]

impl GeneralPurposeRegister for s5[src]

impl GeneralPurposeRegister for s6[src]

impl GeneralPurposeRegister for s7[src]

impl GeneralPurposeRegister for s8[src]

impl GeneralPurposeRegister for sp[src]

impl GeneralPurposeRegister for t0[src]

impl GeneralPurposeRegister for t1[src]

impl GeneralPurposeRegister for t2[src]

impl GeneralPurposeRegister for t3[src]

impl GeneralPurposeRegister for t4[src]

impl GeneralPurposeRegister for t5[src]

impl GeneralPurposeRegister for t6[src]

impl GeneralPurposeRegister for t7[src]

impl GeneralPurposeRegister for t8[src]

impl GeneralPurposeRegister for t9[src]

impl GeneralPurposeRegister for v0[src]

impl GeneralPurposeRegister for v1[src]

impl GeneralPurposeRegister for zero[src]

Loading content...