Struct BitwiseOr¶
Defined in File BitwiseOr.hpp
Struct Documentation¶
-
struct
sgpl::BitwiseOr¶ Performs a bitwise OR of
reg[arg_1]andreg[arg_2]then 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