miasm
Reverse engineering framework
miasm.arch.ppc.arch.ppc_s16imm Class Reference
Inheritance diagram for miasm.arch.ppc.arch.ppc_s16imm:
Collaboration diagram for miasm.arch.ppc.arch.ppc_s16imm:

Public Member Functions

def decode (self, v)
 
def encode (self)
 
- Public Member Functions inherited from miasm.core.cpu.imm_noarg
def int2expr (self, v)
 
def expr2int (self, e)
 
def fromstring (self, text, loc_db, parser_result=None)
 
def decodeval (self, v)
 
def encodeval (self, v)
 
- Public Member Functions inherited from miasm.arch.ppc.arch.ppc_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.imm_noarg
 expr
 
 value
 
- Public Attributes inherited from miasm.core.cpu.m_arg
 expr
 

Additional Inherited Members

- Static Public Attributes inherited from miasm.arch.ppc.arch.ppc_imm
 parser = base_expr
 
- Static Public Attributes inherited from miasm.core.cpu.imm_noarg
int intsize = 32
 
tuple intmask = (1 << intsize) - 1
 

Member Function Documentation

◆ decode()

def miasm.arch.ppc.arch.ppc_s16imm.decode (   self,
  v 
)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:

◆ encode()

def miasm.arch.ppc.arch.ppc_s16imm.encode (   self)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:

Member Data Documentation

◆ expr

miasm.arch.ppc.arch.ppc_s16imm.expr

◆ value

miasm.arch.ppc.arch.ppc_s16imm.value

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