MCPcopy Create free account
hub / github.com/devosoft/avida / IsImmediateValue

Method IsImmediateValue

avida-core/source/cpu/cInstSet.h:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 bool ShouldStall(const Instruction& inst) const { return m_inst_lib->Get(GetLibFunctionIndex(inst)).ShouldStall(); }
161 bool ShouldSleep(const Instruction& inst) const { return m_inst_lib->Get(GetLibFunctionIndex(inst)).ShouldSleep(); }
162 bool IsImmediateValue(const Instruction& inst) const { return (inst != GetInstError() && m_inst_lib->Get(GetLibFunctionIndex(inst)).IsImmediateValue()); }
163
164 unsigned int GetFlags(const Instruction& inst) const { return m_inst_lib->Get(GetLibFunctionIndex(inst)).GetFlags(); }
165

Callers 3

FindModifiedRegisterMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected