Searched refs:str (Results 26 - 50 of 391) sorted by relevance

1234567891011>>

/gem5/src/arch/power/insts/
H A Dfloating.cc59 return ss.str();
H A Dmisc.cc59 return ss.str();
/gem5/util/cpt_upgraders/
H A Darm-contextidr-el2.py11 cpt.set(sec, 'miscRegs', ' '.join(str(x) for x in miscRegs))
H A Darm-miscreg-teehbr.py13 cpt.set(sec, 'miscRegs', ' '.join(str(x) for x in mr))
H A Dremove-arm-cpsr-mode-miscreg.py11 cpt.set(sec, 'miscRegs', ' '.join(str(x) for x in mr))
/gem5/src/arch/x86/insts/
H A Dmicrofpop.cc67 return response.str();
/gem5/src/cpu/minor/
H A Dactivity.cc64 MINORTRACE("activity=%d stages=%s\n", getActivityCount(), stages.str());
/gem5/src/arch/sparc/insts/
H A Dpriv.cc46 return response.str();
59 return response.str();
79 return response.str();
98 return response.str();
H A Dtrap.cc48 return response.str();
H A Dinteger.cc88 return response.str();
94 return response.str();
103 return response.str();
112 return response.str();
123 return response.str();
/gem5/src/arch/riscv/insts/
H A Dcompressed.cc49 return ss.str();
/gem5/src/arch/arm/insts/
H A Dbranch64.cc79 return ss.str();
89 return ss.str();
99 return ss.str();
110 return ss.str();
119 return ss.str();
131 return ss.str();
143 return ss.str();
H A Dmem64.cc58 return ss.str();
98 return ss.str();
114 return ss.str();
132 return ss.str();
141 return ss.str();
152 return ss.str();
162 return ss.str();
171 return ss.str();
185 return ss.str();
195 return ss.str();
[all...]
H A Dmisc.cc72 return ss.str();
134 return ss.str();
144 return ss.str();
157 return ss.str();
170 return ss.str();
179 return ss.str();
189 return ss.str();
200 return ss.str();
214 return ss.str();
229 return ss.str();
[all...]
H A Dpred_inst.cc61 return ss.str();
75 return ss.str();
84 return ss.str();
93 return ss.str();
102 return ss.str();
112 return ss.str();
H A Ddata64.cc51 return ss.str();
61 return ss.str();
70 return ss.str();
79 return ss.str();
90 return ss.str();
102 return ss.str();
114 return ss.str();
127 return ss.str();
141 return ss.str();
156 return ss.str();
[all...]
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py69 action="store", type=str,
78 action="store", type=str,
84 action="store", type=str,
88 action="store", type=str,
91 action="store", type=str,
93 parser.add_argument("--etherdump", action="store", type=str, default="",
97 parser.add_argument("--checkpoint-dir", type=str,
/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.py21 assert str(instance1) == "ExampleMandA[value=320]"
22 assert str(instance2) == "ExampleMandA[value=32]"
23 assert str(instance1.self1()) == "ExampleMandA[value=320]"
24 assert str(instance1.self2()) == "ExampleMandA[value=320]"
25 assert str(instance1.self3()) == "ExampleMandA[value=320]"
26 assert str(instance1.self4()) == "ExampleMandA[value=320]"
27 assert str(instance1.self5()) == "ExampleMandA[value=320]"
53 assert str(instance1) == "ExampleMandA[value=100]"
103 assert "unreadable attribute" in str(excinfo.value)
110 assert "unreadable attribute" in str(excinf
[all...]
/gem5/src/python/m5/util/
H A Dsmartdict.py53 class Variable(str):
58 return toInteger(str(self))
60 return toLong(str(self))
62 return toFloat(str(self))
64 return toBool(str(self))
77 return str(self)
143 dict.__setitem__(self, key, str(item))
154 return Variable(dict.get(self, key, str(default)))
157 return Variable(dict.setdefault(self, key, str(default)))
/gem5/src/mem/
H A Dport_proxy.hh232 * Write the string str into guest memory at address addr.
235 bool tryWriteString(Addr addr, const char *str) const;
241 writeString(Addr addr, const char *str) const
243 if (!tryWriteString(addr, str))
248 * Reads the string at guest address addr into the std::string str.
251 bool tryReadString(std::string &str, Addr addr) const;
257 readString(std::string &str, Addr addr) const argument
259 if (!tryReadString(str, addr))
264 * Reads the string at guest address addr into the char * str, reading up
268 bool tryReadString(char *str, Add
274 readString(char *str, Addr addr, size_t maxlen) const argument
[all...]
/gem5/src/mem/slicc/symbols/
H A DFunc.py76 if str(actual_type) != 'OOD' and \
77 str(actual_type) != str(expected_type) and \
78 str(actual_type["interface"]) != str(expected_type):
110 return str(code)
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp73 ss.str().swap( filename_ );
157 , ss.str().c_str() );
200 , ss.str().c_str() );
217 , ss.str().c_str() );
229 SC_REPORT_INFO( SC_ID_TRACING_TIMESCALE_UNIT_, ss.str().c_str() );
246 , ss.str().c_str() );
/gem5/configs/splash2/
H A Drun.py86 cmd = ['CHOLESKY', '-p' + str(options.numcpus),
92 cmd = ['FFT', '-p', str(options.numcpus), '-m18']
96 cmd = ['LU', '-p', str(options.numcpus)]
101 cmd = ['LU', '-p', str(options.numcpus)]
106 cmd = ['RADIX', '-n524288', '-p', str(options.numcpus)]
112 input = options.rootdir + '/apps/barnes/input.p' + str(options.numcpus)
118 if str(options.numcpus) == '1':
121 input = options.rootdir + '/apps/fmm/inputs/input.2048.p' + str(options.numcpus)
126 cmd = ['OCEAN', '-p', str(options.numcpus)]
131 cmd = ['OCEAN', '-p', str(option
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc238 return ss.str();
248 return ss.str();
385 return expected_result_stream.str();
542 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { argument
543 if (str.find(prefix, 0) == 0)
550 << begin_string_quote << str << "\"\n";
665 const ::string str(s, sizeof(s));
667 Print(str));
674 const ::std::string str(s, sizeof(s));
676 Print(str));
795 const char str[] = "NUL (\\0) and \\r\\t"; local
1034 const char* const str = "8"; local
1093 const char* const str = "8"; local
1317 char str[] = "hi\\1"; local
1331 char str[] = "hi\\1"; local
1345 wchar_t str[] = L"hi\\1"; local
1360 wchar_t str[] = L"hi\\1"; local
1373 char str[] = "hi \\"world\\""; local
1381 const char str[] = "hi \\"world\\""; local
1388 wchar_t str[] = L"hi \\"world\\""; local
1396 const wchar_t str[] = L"hi \\"world\\""; local
1407 const char str[] = "hi \\"w\\0rld\\""; local
1416 const char str[] = "hi \\"world\\""; local
1424 const wchar_t str[] = L"hi \\"world\\""; local
1433 const wchar_t str[] = L"hi \\"w\\0rld\\""; local
1555 const char str[] = "\\"Line\\0 1\\"\\nLine 2"; local
[all...]
/gem5/src/mem/slicc/ast/
H A DStaticCastAST.py52 if str(actual_type) != str(self.type_ast.type["interface"]):

Completed in 26 milliseconds

1234567891011>>