Struct GreaterThan¶
Defined in File GreaterThan.hpp
Struct Documentation¶
-
struct
sgpl::GreaterThan¶ Checks whether
reg[arg_1]is greater thanreg[arg_2]and stores the result inreg[arg_0].Public Static Functions
-
template<typename
Spec>
voidrun(sgpl::Core<Spec> &core, const sgpl::Instruction<Spec> &inst, const sgpl::Program<Spec>&, typename Spec::peripheral_t&) noexcept¶
-
std::string
name()¶
-
size_t
prevalence()¶
-
template<typename
Spec>
autodescriptors(const sgpl::Instruction<Spec> &inst)¶
-
template<typename
Spec>
std::set<std::string>categories(const sgpl::Instruction<Spec>&)¶
-
template<typename