Iterates over valid subdomains whose inputs are valid.
This is intended to be used in a "for" loop inside a RISC operation, such as:
retval->set_subvalue(c->idx(), c->add(a, b));
}
}
Iterates over valid subdomains whose inputs are valid.
bool at_end() const
Returns true when the cursor has gone past the last valid subdomain.
virtual BaseSemantics::SValuePtr add(const BaseSemantics::SValuePtr &a, const BaseSemantics::SValuePtr &b) override
Adds two integers of equal size.
This RiscOperator's before() and after() methods are automatically invoked around the body of the "for" loop by the Cursor constructor and next() methods.
Definition at line 347 of file MultiSemantics.h.
#include <Rose/BinaryAnalysis/InstructionSemantics/MultiSemantics.h>
|
void | init (const SValuePtr &arg1, const SValuePtr &arg2, const SValuePtr &arg3) |
|
void | init () |
|
void | skip_invalid () |
|
bool | inputs_are_valid () const |
|
◆ Inputs
typedef std::vector<SValuePtr> Rose::BinaryAnalysis::InstructionSemantics::MultiSemantics::RiscOperators::Cursor::Inputs |
◆ inputs()
Class method to construct the array of inputs from a variable number of arguments.
This is used only by the SUBDOMAINS macro in the MultiSemantics source code so that the input values can be passed as a parenthesized group as the macro's second argument.
◆ ops_
RiscOperators* Rose::BinaryAnalysis::InstructionSemantics::MultiSemantics::RiscOperators::Cursor::ops_ |
|
protected |
◆ inputs_
Inputs Rose::BinaryAnalysis::InstructionSemantics::MultiSemantics::RiscOperators::Cursor::inputs_ |
|
protected |
◆ idx_
size_t Rose::BinaryAnalysis::InstructionSemantics::MultiSemantics::RiscOperators::Cursor::idx_ |
|
protected |
The documentation for this class was generated from the following file: