IDAPython 9.0
Loading...
Searching...
No Matches
microcode_filter_t Class Reference

Proxy of C++ microcode_filter_t class.

Inheritance diagram for microcode_filter_t:
udc_filter_t

Public Member Functions

"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)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)
Parameters
selfPyObject *

Reimplemented in udc_filter_t.

Member Function Documentation

◆ __disown__()

__disown__ ( self)

Reimplemented in udc_filter_t.

◆ apply()

"merror_t" apply ( self,
"codegen_t" cdg )
Parameters
cdg(C++: codegen_t &)
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 )
Parameters
cdg(C++: codegen_t &)
Returns
: success

Reimplemented in udc_filter_t.

Property Documentation

◆ 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: