Searched refs:mnemonic (Results 1 - 25 of 49) sorted by relevance

12

/gem5/src/arch/sparc/insts/
H A Dmicro.cc40 printMnemonic(response, mnemonic);
H A Dunimp.hh68 mnemonic, machInst);
74 return csprintf("%-10s (unimplemented)", mnemonic);
104 "instruction '%s' unimplemented\n", mnemonic);
113 return csprintf("%-10s (unimplemented)", mnemonic);
H A Dpriv.cc44 printMnemonic(response, mnemonic);
54 printMnemonic(response, mnemonic);
67 printMnemonic(response, mnemonic);
87 printMnemonic(response, mnemonic);
H A Dtrap.cc42 printMnemonic(response, mnemonic);
H A Dinteger.cc47 if (!std::strcmp(mnemonic, "or") && _srcRegIdx[0].index() == 0) {
61 if (!std::strcmp(mnemonic, "or")) {
89 printMnemonic(response, mnemonic);
104 printMnemonic(response, mnemonic);
120 printMnemonic(response, mnemonic);
H A Dtrap.hh73 return mnemonic;
H A Dbranch.cc51 printMnemonic(response, mnemonic);
65 printMnemonic(response, mnemonic);
86 printMnemonic(response, mnemonic);
H A Dnop.hh68 printMnemonic(response, mnemonic);
H A Dblockmem.cc44 printMnemonic(response, mnemonic);
69 printMnemonic(response, mnemonic);
/gem5/src/arch/power/insts/
H A Dcondition.cc40 ccprintf(ss, "%-10s ", mnemonic);
42 // Format is <mnemonic> bt, ba, bb
53 ccprintf(ss, "%-10s ", mnemonic);
55 // Format is <mnemonic> bf, bfa
H A Dmem.cc40 return csprintf("%-10s", mnemonic);
48 ccprintf(ss, "%-10s ", mnemonic);
H A Dfloating.cc40 ccprintf(ss, "%-10s ", mnemonic);
H A Dmisc.cc40 ccprintf(ss, "%-10s ", mnemonic);
H A Dinteger.cc44 // Generate the correct mnemonic
45 string myMnemonic(mnemonic);
88 // Generate the correct mnemonic
89 string myMnemonic(mnemonic);
124 ccprintf(ss, "%-10s ", mnemonic);
151 ccprintf(ss, "%-10s ", mnemonic);
H A Dstatic_inst.cc64 ccprintf(ss, "%-10s ", mnemonic);
/gem5/src/arch/riscv/insts/
H A Dmem.cc51 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", " <<
60 ss << mnemonic << ' ' << registerName(_srcRegIdx[1]) << ", " <<
H A Damo.cc51 ss << csprintf("0x%08x", machInst) << ' ' << mnemonic;
66 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", ("
75 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", ("
85 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", "
95 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", "
106 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", "
116 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", "
H A Dstandard.cc50 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", " <<
60 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", ";
H A Dcompressed.cc47 ss << mnemonic << ' ' << registerName(_destRegIdx[0]) << ", " <<
/gem5/src/arch/
H A Dmicro_asm_test.py35 self.mnemonic = "bah"
39 self.mnemonic = "bah_tweaked"
43 self.mnemonic = "hoop_%s_%s" % (first_param, second_param)
45 return "%s" % self.mnemonic
49 self.mnemonic = "dah"
H A Dmicro_asm.py56 def add_microop(self, mnemonic, microop):
105 self.mnemonic = ""
128 if statement.mnemonic not in parser.microops.keys():
129 raise Exception, "Unrecognized mnemonic: %s" % statement.mnemonic
131 parser.microops[statement.mnemonic]
136 print_error("Error creating microop object with mnemonic %s." % \
137 statement.mnemonic)
144 container.add_microop(statement.mnemonic, microop)
217 # in the "asm" state since it knows it saw a label and not a mnemonic
[all...]
/gem5/src/arch/x86/insts/
H A Dmicrofpop.cc61 printMnemonic(response, instMnem, mnemonic);
H A Dmicroldstop.cc52 printMnemonic(response, instMnem, mnemonic);
68 printMnemonic(response, instMnem, mnemonic);
H A Dmicromediaop.cc44 printMnemonic(response, instMnem, mnemonic);
58 printMnemonic(response, instMnem, mnemonic);
/gem5/src/arch/arm/insts/
H A Dpseudo.cc133 return std::make_shared<UndefinedInstruction>(machInst, false, mnemonic);
140 fullMnemonic.size() ? fullMnemonic.c_str() : mnemonic);
170 fullMnemonic.size() ? fullMnemonic.c_str() : mnemonic);
181 fullMnemonic.size() ? fullMnemonic.c_str() : mnemonic);

Completed in 19 milliseconds

12