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

Static Public Attributes

int msize = 64
 
bool is_mm = False
 
bool is_xmm = True
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_rm_mm
int msize = 64
 
bool is_mm = True
 
bool is_xmm = False
 
bool is_bnd = False
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_rm_m80
int msize = 80
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_rm_m64
int msize = 64
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_rm_arg
 parser = rmarg
 

Additional Inherited Members

- Public Member Functions inherited from miasm.arch.x86.arch.x86_rm_mm
def decode (self, v)
 
def encode (self)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_rm_arg
def fromstring (self, text, loc_db, parser_result=None)
 
def get_modrm (self)
 
def gen_cand (self, v_cand, admode)
 
- 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 asm_ast_to_expr (self, arg, loc_db, **kwargs)
 
- Public Attributes inherited from miasm.arch.x86.arch.x86_rm_mm
 expr
 
- Public Attributes inherited from miasm.arch.x86.arch.x86_rm_m80
 expr
 
- Public Attributes inherited from miasm.arch.x86.arch.x86_rm_m64
 expr
 
- Public Attributes inherited from miasm.arch.x86.arch.x86_rm_arg
 expr
 
- Public Attributes inherited from miasm.core.cpu.m_arg
 expr
 

Member Data Documentation

◆ is_mm

bool miasm.arch.x86.arch.x86_rm_xmm_m64.is_mm = False
static

◆ is_xmm

bool miasm.arch.x86.arch.x86_rm_xmm_m64.is_xmm = True
static

◆ msize

int miasm.arch.x86.arch.x86_rm_xmm_m64.msize = 64
static

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