Proxy of C++ microcode_filter_t class.
|
| "bool" | match (self, "codegen_t" cdg) |
| | match(self, cdg) -> bool check if the filter object is to be applied
|
| |
| "merror_t" | apply (self, "codegen_t" cdg) |
| | apply(self, cdg) -> merror_t generate microcode for an instruction
|
| |
| | __init__ (self) |
| | init(self) -> microcode_filter_t
|
| |
| | __disown__ (self) |
| |
|
| | 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 in udc_filter_t.
◆ match()
| "bool" match |
( |
| self, |
|
|
"codegen_t" | cdg ) |
◆ 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: