Home
last modified time | relevance | path

Searched refs:MNEMONIC_OPCODE (Results 1 – 22 of 22) sorted by relevance

/dports/games/tycho/species/
H A Dinst_gen_weighted_random.cpp103 kvp = ini.get(MNEMONIC_OPCODE((OPCODE)i)); in read_ini_impl()
133 kvp = ini.get(MNEMONIC_OPCODE((OPCODE)i)); in read_override_ini_impl()
178 os << MNEMONIC_OPCODE((OPCODE)i) << '=' << _freq_hint[(OPCODE)i] << endl; in write_ini()
199 os << MNEMONIC_OPCODE((OPCODE)i) << '=' << _freq_hint[(OPCODE)i] << endl; in write_override_ini()
H A Dinst_gen.cpp132 KeyValuePair *kvp = ini.get(MNEMONIC_OPCODE((OPCODE)i)); in read_opcode_allowed()
144 os << MNEMONIC_OPCODE((OPCODE)i) << '=' << opcode_allowed((OPCODE)i) << std::endl; in write_opcode_allowed()
H A Dopcode_branch_lookup.hpp43 const char *MNEMONIC_OPCODE(const OPCODE opcode);
H A Doperand_table.cpp218 out << MNEMONIC_OPCODE((OPCODE)i) << "-A: "; in dump()
221 out << MNEMONIC_OPCODE((OPCODE)i) << "-B: "; in dump()
H A Dinst_gen_markov_2.cpp57 path += MNEMONIC_OPCODE((OPCODE)((_in >> opPOS) & opMASK)); in dump()
163 path += MNEMONIC_OPCODE((OPCODE)((_in >> opPOS) & opMASK)); in dump()
506 out << MNEMONIC_OPCODE((OPCODE)((in >> opPOS) & opMASK)) << '.' << in dump()
H A Dinst_gen_markov.cpp139 …cout << MNEMONIC_OPCODE(key.get_opcode()) << '.' << MNEMONIC_MODIFIER(key.get_modifier()) << ": ta… in suggest_opcode_modifier()
243 …out << MNEMONIC_OPCODE(opcode[i].key.get_opcode()) << '.' << MNEMONIC_MODIFIER(opcode[i].key.get_m… in dump()
246 …out << '\t' << MNEMONIC_OPCODE(opcode[i].markov[j].get_opcode()) << '.' << MNEMONIC_MODIFIER(opcod… in dump()
H A Dopcode_branch_lookup.cpp149 const char *MNEMONIC_OPCODE(const OPCODE opcode) { in MNEMONIC_OPCODE() function
/dports/games/species/species/
H A Dinst_gen_weighted_random.cpp103 kvp = ini.get(MNEMONIC_OPCODE((OPCODE)i)); in read_ini_impl()
133 kvp = ini.get(MNEMONIC_OPCODE((OPCODE)i)); in read_override_ini_impl()
178 os << MNEMONIC_OPCODE((OPCODE)i) << '=' << _freq_hint[(OPCODE)i] << endl; in write_ini()
199 os << MNEMONIC_OPCODE((OPCODE)i) << '=' << _freq_hint[(OPCODE)i] << endl; in write_override_ini()
H A Dinst_gen.cpp132 KeyValuePair *kvp = ini.get(MNEMONIC_OPCODE((OPCODE)i)); in read_opcode_allowed()
144 os << MNEMONIC_OPCODE((OPCODE)i) << '=' << opcode_allowed((OPCODE)i) << std::endl; in write_opcode_allowed()
H A Dopcode_branch_lookup.hpp43 const char *MNEMONIC_OPCODE(const OPCODE opcode);
H A Doperand_table.cpp218 out << MNEMONIC_OPCODE((OPCODE)i) << "-A: "; in dump()
221 out << MNEMONIC_OPCODE((OPCODE)i) << "-B: "; in dump()
H A Dinst_gen_markov.cpp139 …cout << MNEMONIC_OPCODE(key.get_opcode()) << '.' << MNEMONIC_MODIFIER(key.get_modifier()) << ": ta… in suggest_opcode_modifier()
243 …out << MNEMONIC_OPCODE(opcode[i].key.get_opcode()) << '.' << MNEMONIC_MODIFIER(opcode[i].key.get_m… in dump()
246 …out << '\t' << MNEMONIC_OPCODE(opcode[i].markov[j].get_opcode()) << '.' << MNEMONIC_MODIFIER(opcod… in dump()
H A Dinst_gen_markov_2.cpp57 path += MNEMONIC_OPCODE((OPCODE)((_in >> opPOS) & opMASK)); in dump()
163 path += MNEMONIC_OPCODE((OPCODE)((_in >> opPOS) & opMASK)); in dump()
506 out << MNEMONIC_OPCODE((OPCODE)((in >> opPOS) & opMASK)) << '.' << in dump()
H A Dopcode_branch_lookup.cpp149 const char *MNEMONIC_OPCODE(const OPCODE opcode) { in MNEMONIC_OPCODE() function
/dports/games/tycho/tycho/
H A Dasm.h106 *MNEMONIC_OPCODE[OPCODE_LAST],
H A Dexstat.c91 printf(name,MNEMONIC_OPCODE[op]); in dump_stats()
H A Dasm.c62 *MNEMONIC_OPCODE[OPCODE_LAST] = { variable
H A Dexhaust.c465 printf (name, MNEMONIC_OPCODE[op]); in output_results()
/dports/games/species/tycho/
H A Dasm.h106 *MNEMONIC_OPCODE[OPCODE_LAST],
H A Dexstat.c91 printf(name,MNEMONIC_OPCODE[op]); in dump_stats()
H A Dasm.c62 *MNEMONIC_OPCODE[OPCODE_LAST] = { variable
H A Dexhaust.c465 printf (name, MNEMONIC_OPCODE[op]); in output_results()