Proxy of C++ udc_filter_t class.
|
"void" | cleanup (self) |
| cleanup(self) Cleanup the filter This function properly clears type information associated to this filter.
|
|
"bool" | match (self, "codegen_t" cdg) |
| match(self, cdg) -> bool return true if the filter object should be applied to given instruction
|
|
"merror_t" | apply (self, "codegen_t" cdg) |
| apply(self, cdg) -> merror_t generate microcode for an instruction
|
|
"bool" | empty (self) |
| empty(self) -> bool
|
|
"void" | install (self) |
| install(self)
|
|
"bool" | remove (self) |
| remove(self) -> bool
|
|
"bool" | init (self, "char const *" decl) |
| init(self, decl) -> bool
|
|
| __init__ (self) |
| init(self) -> udc_filter_t
|
|
| __disown__ (self) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
◆ __init__()
◆ __disown__()
◆ apply()
"merror_t" apply |
( |
| self, |
|
|
"codegen_t" | cdg ) |
- Parameters
-
- Returns
- : MERR_... code: MERR_OK - user-defined microcode generated, go to the next instruction MERR_INSN - not generated - the caller should try the standard way else - error
Reimplemented from microcode_filter_t.
◆ cleanup()
◆ empty()
◆ init()
"bool" init |
( |
| self, |
|
|
"char const *" | decl ) |
◆ install()
◆ match()
"bool" match |
( |
| self, |
|
|
"codegen_t" | cdg ) |
◆ remove()
◆ 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: