s16imm_noarg = cpu.bs(l=16, cls=(mips32_s16imm_noarg,), fname="imm", order=-1) hint = cpu.bs(l=5, default_val="00000") fcc = cpu.bs(l=3, cls=(mips32_fccreg,)) sel = cpu.bs(l=3, cls=(mips32_u16imm,)) code = cpu.bs(l=20, cls=(mips32_u16imm,)) esize = cpu.bs(l=5, cls=(mips32_esize,)) epos = cpu.bs(l=5, cls=(mips32_u16imm,), fname="epos", order=-1) eposh = cpu.bs(l=5, cls=(mips32_eposh,)) instr_index = cpu.bs(l=26, cls=(mips32_instr_index,)) bs_fmt = cpu.bs_mod_name(l=5, fname="fmt", mn_mod={0x10: ".S", 0x11: ".D", 0x14: ".W", 0x15: ".L", 0x16: ".PS"}) class bs_cond(cpu.bs_mod_name): mn_mod = [ ".F", ".UN", ".EQ", ".UEQ", ".OLT", ".ULT", ".OLE", ".ULE", ".SF", ".NGLE", ".SEQ",
hint = cpu.bs(l=5, default_val="00000") fcc = cpu.bs(l=3, cls=(mips32_fccreg,)) sel = cpu.bs(l=3, cls=(mips32_u16imm,)) code = cpu.bs(l=20, cls=(mips32_u16imm,)) esize = cpu.bs(l=5, cls=(mips32_esize,)) epos = cpu.bs(l=5, cls=(mips32_u16imm,), fname="epos", order=-1) eposh = cpu.bs(l=5, cls=(mips32_eposh,)) instr_index = cpu.bs(l=26, cls=(mips32_instr_index,)) bs_fmt = cpu.bs_mod_name(l=5, fname='fmt', mn_mod={0x10: '.S', 0x11: '.D', 0x14: '.W', 0x15: '.L', 0x16: '.PS'}) class bs_cond(cpu.bs_mod_name): mn_mod = ['.F', '.UN', '.EQ', '.UEQ', '.OLT', '.ULT', '.OLE', '.ULE', '.SF', '.NGLE', '.SEQ', '.NGL', '.LT', '.NGE', '.LE', '.NGT' ] def modname(self, name, f_i): raise NotImplementedError("Not implemented") class bs_cond_name(cpu.bs_divert): prio = 2 mn_mod = [['.F', '.UN', '.EQ', '.UEQ',