Proxy of C++ callregs_t class.
|
| __init__ (self, *args) |
| init(self) -> callregs_t init(self, cc) -> callregs_t
|
|
"void" | swap (self, *args) |
| swap(self, r) swap two instances
|
|
"void" | init_regs (self, *args) |
| init_regs(self, cc) Init policy & registers for given CC.
|
|
"bool" | by_slots (self, *args) |
| by_slots(self) -> bool
|
|
"void" | set (self, *args) |
| set(self, _policy, gprs, fprs) Init policy & registers (arrays are -1-terminated)
|
|
"void" | reset (self, *args) |
| reset(self) Set policy and registers to invalid values.
|
|
"bool" | reginds (self, *args) |
| reginds(self, gp_ind, fp_ind, r) -> bool Get register indexes within GP/FP arrays.
|
|
|
"int" | regcount (*args) |
| regcount(cc) -> int Get max number of registers may be used in a function call.
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| policy = property(_ida_typeinf.callregs_t_policy_get, _ida_typeinf.callregs_t_policy_set, doc=) |
|
| nregs = property(_ida_typeinf.callregs_t_nregs_get, _ida_typeinf.callregs_t_nregs_set, doc=) |
|
| gpregs = property(_ida_typeinf.callregs_t_gpregs_get, _ida_typeinf.callregs_t_gpregs_set, doc=) |
|
| fpregs = property(_ida_typeinf.callregs_t_fpregs_get, _ida_typeinf.callregs_t_fpregs_set, doc=) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ by_slots()
"bool" by_slots |
( |
| self, |
|
|
* | args ) |
◆ init_regs()
"void" init_regs |
( |
| self, |
|
|
* | args ) |
◆ regcount()
◆ reginds()
"bool" reginds |
( |
| self, |
|
|
* | args ) |
(-1 -> is not present in the corresponding array)
- Parameters
-
gp_ind | (C++: int *) |
fp_ind | (C++: int *) |
r | (C++: int) |
◆ reset()
"void" reset |
( |
| self, |
|
|
* | args ) |
◆ set()
"void" set |
( |
| self, |
|
|
* | args ) |
- Parameters
-
_policy | (C++: argreg_policy_t) enum argreg_policy_t |
gprs | (C++: const int *) int const * |
fprs | (C++: const int *) int const * |
◆ swap()
"void" swap |
( |
| self, |
|
|
* | args ) |
◆ fpregs
fpregs = property(_ida_typeinf.callregs_t_fpregs_get, _ida_typeinf.callregs_t_fpregs_set, doc=) |
|
static |
◆ gpregs
gpregs = property(_ida_typeinf.callregs_t_gpregs_get, _ida_typeinf.callregs_t_gpregs_set, doc=) |
|
static |
◆ nregs
nregs = property(_ida_typeinf.callregs_t_nregs_get, _ida_typeinf.callregs_t_nregs_set, doc=) |
|
static |
◆ policy
policy = property(_ida_typeinf.callregs_t_policy_get, _ida_typeinf.callregs_t_policy_set, doc=) |
|
static |
◆ thisown
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: