miasm
Reverse engineering framework
miasm.arch.mep.arch.mep_copro_reg_split Class Reference
Inheritance diagram for miasm.arch.mep.arch.mep_copro_reg_split:
Collaboration diagram for miasm.arch.mep.arch.mep_copro_reg_split:

Public Member Functions

def decode (self, v)
 
def encode (self)
 
- Public Member Functions inherited from miasm.core.cpu.reg_noarg
def fromstring (self, text, loc_db, parser_result=None)
 
def check_fbits (self, v)
 
- Public Member Functions inherited from miasm.arch.mep.arch.mep_arg
def asm_ast_to_expr (self, arg, loc_db)
 
- Public Member Functions inherited from miasm.core.cpu.m_arg
def fromstring (self, text, loc_db, parser_result=None)
 
def asm_ast_to_expr (self, arg, loc_db, **kwargs)
 

Public Attributes

 expr
 
 value
 
- Public Attributes inherited from miasm.core.cpu.reg_noarg
 expr
 
 value
 
 fmask
 
- Public Attributes inherited from miasm.core.cpu.m_arg
 expr
 

Additional Inherited Members

- Static Public Attributes inherited from miasm.arch.mep.arch.mep_copro_reg
 reg_info = copro_gpr_infos
 
 parser = reg_info.parser
 
- Static Public Attributes inherited from miasm.core.cpu.reg_noarg
 reg_info = None
 
 parser = None
 

Detailed Description

Generic Toshiba MeP-c4 coprocessor register encode into different fields

Member Function Documentation

◆ decode()

def miasm.arch.mep.arch.mep_copro_reg_split.decode (   self,
  v 
)
Modify the decoded value using the previously decoded imm4_noarg.

Reimplemented from miasm.core.cpu.reg_noarg.

◆ encode()

def miasm.arch.mep.arch.mep_copro_reg_split.encode (   self)
Modify the encoded value. One part is stored in this object, and
the other one in imm4_noarg.

Reimplemented from miasm.core.cpu.reg_noarg.

Member Data Documentation

◆ expr

miasm.arch.mep.arch.mep_copro_reg_split.expr

◆ value

miasm.arch.mep.arch.mep_copro_reg_split.value

The documentation for this class was generated from the following file: