|
def | __init__ (self, parent, strbits, l, cls, fname, order, lmask, fbits, fmask, value, flen, **kargs) |
|
def | decode (self, v) |
|
def | encode (self) |
|
def | clone (self) |
|
def | __hash__ (self) |
|
|
| lmask = property(lambda self:(1 << self.l) - 1) |
|
◆ __init__()
def miasm.core.cpu.bsi.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
strbits, |
|
|
|
l, |
|
|
|
cls, |
|
|
|
fname, |
|
|
|
order, |
|
|
|
lmask, |
|
|
|
fbits, |
|
|
|
fmask, |
|
|
|
value, |
|
|
|
flen, |
|
|
** |
kargs |
|
) |
| |
◆ __hash__()
def miasm.core.cpu.bsi.__hash__ |
( |
|
self | ) |
|
◆ clone()
def miasm.core.cpu.bsi.clone |
( |
|
self | ) |
|
◆ decode()
def miasm.core.cpu.bsi.decode |
( |
|
self, |
|
|
|
v |
|
) |
| |
Reimplemented in miasm.arch.x86.arch.bs_op_modeno64, miasm.arch.x86.arch.bs_op_mode64, miasm.arch.x86.arch.bs_op_mode_no64, miasm.arch.x86.arch.bs_ad_mode, miasm.arch.x86.arch.bs_op_mode, miasm.arch.x86.arch.bs_moff, miasm.arch.x86.arch.bs_s08, miasm.arch.x86.arch.bs_rel_off, miasm.arch.x86.arch.bs_cond_imm, miasm.arch.x86.arch.bs_cond_disp, miasm.arch.x86.arch.bs_cond_scale, miasm.arch.x86.arch.bs_cl1, miasm.arch.x86.arch.bs_fbit, miasm.arch.msp430.arch.bs_cond_off_s, miasm.arch.arm.arch.armt_rm_cp, miasm.arch.aarch64.arch.aarch64_eq, and miasm.arch.aarch64.arch.aarch64_gpreg0.
◆ encode()
def miasm.core.cpu.bsi.encode |
( |
|
self | ) |
|
Reimplemented in miasm.arch.x86.arch.bs_op_modeno64, miasm.arch.x86.arch.bs_op_mode64, miasm.arch.x86.arch.bs_op_mode_no64, miasm.arch.x86.arch.bs_moff, miasm.arch.x86.arch.bs_s08, miasm.arch.x86.arch.bs_rel_off, miasm.arch.x86.arch.bs_cond_imm, miasm.arch.x86.arch.bs_cond_disp, miasm.arch.x86.arch.bs_cond_scale, miasm.arch.x86.arch.bs_cl1, miasm.arch.msp430.arch.bs_cond_off_s, miasm.arch.arm.arch.armt_rm_cp, miasm.arch.aarch64.arch.aarch64_eq, and miasm.arch.aarch64.arch.aarch64_gpreg0.
◆ cls
◆ fbits
◆ flen
◆ fmask
◆ fname
◆ kargs
◆ order
◆ parent
miasm.core.cpu.bsi.parent |
◆ strbits
miasm.core.cpu.bsi.strbits |
◆ value
◆ lmask
miasm.core.cpu.bsi.lmask = property(lambda self:(1 << self.l) - 1) |
|
static |
The documentation for this class was generated from the following file:
- /home/serpilliere/projet/test_doc_miasm/miasm/miasm/core/cpu.py