miasm
Reverse engineering framework
miasm.arch.x86.arch.x86_rm_reg_mm Class Reference
Inheritance diagram for miasm.arch.x86.arch.x86_rm_reg_mm:
Collaboration diagram for miasm.arch.x86.arch.x86_rm_reg_mm:

Public Member Functions

def decode (self, v)
 
def encode (self)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_rm_reg_noarg
def fromstring (self, text, loc_db, parser_result=None)
 
def getrexsize (self)
 
def setrexsize (self, v)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_arg
def asm_ast_to_expr (self, value, loc_db, size_hint=None, fixed_size=None)
 
- 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.arch.x86.arch.x86_rm_reg_noarg
 expr
 
 value
 
- Public Attributes inherited from miasm.core.cpu.m_arg
 expr
 

Static Public Attributes

 selreg = gpregs_mm
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_rm_reg_noarg
int prio = default_prio + 1
 
 parser = gpreg
 

Member Function Documentation

◆ decode()

def miasm.arch.x86.arch.x86_rm_reg_mm.decode (   self,
  v 
)

Reimplemented from miasm.arch.x86.arch.x86_rm_reg_noarg.

Here is the call graph for this function:

◆ encode()

def miasm.arch.x86.arch.x86_rm_reg_mm.encode (   self)

Reimplemented from miasm.arch.x86.arch.x86_rm_reg_noarg.

Here is the call graph for this function:

Member Data Documentation

◆ expr

miasm.arch.x86.arch.x86_rm_reg_mm.expr

◆ selreg

miasm.arch.x86.arch.x86_rm_reg_mm.selreg = gpregs_mm
static

◆ value

miasm.arch.x86.arch.x86_rm_reg_mm.value

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