Home
last modified time | relevance | path

Searched refs:opcode_modifier_2_index (Results 1 – 4 of 4) sorted by relevance

/dports/games/tycho/species/
H A Dinst_gen_markov.cpp108 unsigned CInstGeneratorMarkov::opcode_modifier_2_index(const unsigned opcode_modifier) const { in opcode_modifier_2_index() function in CInstGeneratorMarkov
151 prev = opcode_modifier_2_index(chromosome()->code(index()-1).opcode_modifier()); in suggest_instruction()
161 curr = opcode_modifier_2_index(opmod); in suggest_instruction()
H A Dinst_gen_markov.hpp189 unsigned opcode_modifier_2_index(const unsigned opcode_modifier) const;
/dports/games/species/species/
H A Dinst_gen_markov.cpp108 unsigned CInstGeneratorMarkov::opcode_modifier_2_index(const unsigned opcode_modifier) const { in opcode_modifier_2_index() function in CInstGeneratorMarkov
151 prev = opcode_modifier_2_index(chromosome()->code(index()-1).opcode_modifier()); in suggest_instruction()
161 curr = opcode_modifier_2_index(opmod); in suggest_instruction()
H A Dinst_gen_markov.hpp189 unsigned opcode_modifier_2_index(const unsigned opcode_modifier) const;