Home
last modified time | relevance | path

Searched refs:opcode_allowed (Results 1 – 11 of 11) sorted by relevance

/dports/games/tycho/species/
H A Dinst_gen.cpp123 } while(!opcode_allowed(op)); in generate_completely_random()
141 bool allowed = opcode_allowed((OPCODE)i); in write_opcode_allowed()
142 if(0 != parent) allowed = (allowed == parent->opcode_allowed((OPCODE)i)); in write_opcode_allowed()
144 os << MNEMONIC_OPCODE((OPCODE)i) << '=' << opcode_allowed((OPCODE)i) << std::endl; in write_opcode_allowed()
H A Dinst_gen_markov_2.cpp140 …atorMarkov2::CImmutableMarkov::CImmutableMarkov(istream &in,const CInstGenerator *opcode_allowed) { in CImmutableMarkov() argument
143 if(!opcode_allowed->opcode_allowed((OPCODE)((_in >> opPOS) & opMASK))) { // aha? cull in CImmutableMarkov()
149 _chain[i] = new CImmutableMarkov(in,opcode_allowed); in CImmutableMarkov()
256 …eratorMarkov2::CImmutableStart::CImmutableStart(istream &in,const CInstGenerator *opcode_allowed) { in CImmutableStart() argument
263 if(!opcode_allowed->opcode_allowed((OPCODE)((_data[i]._in >> opPOS) & opMASK))) { // aha? cull in CImmutableStart()
H A Dinst_gen_markov_2.hpp125 CImmutableStart(std::istream &in,const CInstGenerator *opcode_allowed);
139 CImmutableMarkov(std::istream &in,const CInstGenerator *opcode_allowed);
H A Dinst_gen.hpp59 bool opcode_allowed(const OPCODE opcode) const { return _opcode_allowed[opcode]; } in opcode_allowed() function in CInstGenerator
/dports/games/species/species/
H A Dinst_gen.cpp123 } while(!opcode_allowed(op)); in generate_completely_random()
141 bool allowed = opcode_allowed((OPCODE)i); in write_opcode_allowed()
142 if(0 != parent) allowed = (allowed == parent->opcode_allowed((OPCODE)i)); in write_opcode_allowed()
144 os << MNEMONIC_OPCODE((OPCODE)i) << '=' << opcode_allowed((OPCODE)i) << std::endl; in write_opcode_allowed()
H A Dinst_gen_markov_2.cpp140 …atorMarkov2::CImmutableMarkov::CImmutableMarkov(istream &in,const CInstGenerator *opcode_allowed) { in CImmutableMarkov() argument
143 if(!opcode_allowed->opcode_allowed((OPCODE)((_in >> opPOS) & opMASK))) { // aha? cull in CImmutableMarkov()
149 _chain[i] = new CImmutableMarkov(in,opcode_allowed); in CImmutableMarkov()
256 …eratorMarkov2::CImmutableStart::CImmutableStart(istream &in,const CInstGenerator *opcode_allowed) { in CImmutableStart() argument
263 if(!opcode_allowed->opcode_allowed((OPCODE)((_data[i]._in >> opPOS) & opMASK))) { // aha? cull in CImmutableStart()
H A Dinst_gen_markov_2.hpp125 CImmutableStart(std::istream &in,const CInstGenerator *opcode_allowed);
139 CImmutableMarkov(std::istream &in,const CInstGenerator *opcode_allowed);
H A Dinst_gen.hpp59 bool opcode_allowed(const OPCODE opcode) const { return _opcode_allowed[opcode]; } in opcode_allowed() function in CInstGenerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c890 static bool opcode_allowed(struct mlx5_cmd *cmd, u16 opcode) in opcode_allowed() function
989 if (mlx5_cmd_is_down(dev) || !opcode_allowed(&dev->cmd, ent->op)) { in cmd_work_handler()
1819 if (mlx5_cmd_is_down(dev) || !opcode_allowed(&dev->cmd, opcode)) { in cmd_exec()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c890 static bool opcode_allowed(struct mlx5_cmd *cmd, u16 opcode) in opcode_allowed() function
989 if (mlx5_cmd_is_down(dev) || !opcode_allowed(&dev->cmd, ent->op)) { in cmd_work_handler()
1819 if (mlx5_cmd_is_down(dev) || !opcode_allowed(&dev->cmd, opcode)) { in cmd_exec()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c890 static bool opcode_allowed(struct mlx5_cmd *cmd, u16 opcode) in opcode_allowed() function
989 if (mlx5_cmd_is_down(dev) || !opcode_allowed(&dev->cmd, ent->op)) { in cmd_work_handler()
1819 if (mlx5_cmd_is_down(dev) || !opcode_allowed(&dev->cmd, opcode)) { in cmd_exec()