Searched refs:s1 (Results 26 - 42 of 42) sorted by relevance

12

/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h326 mv s1, sp // save stack pointer variable
346 mv sp, s1 // restore stack pointer
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc2/
H A Ddisaproc2.cpp203 sync1 s1("s1", clk, a, b, c, d);
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc1508 const char* s1 = "abc"; local
1510 UniversalTersePrint(s1, &ss1);
1513 char* s2 = const_cast<char*>(s1);
1538 const char* s1 = "abc"; local
1540 UniversalPrint(s1, &ss1);
1541 EXPECT_EQ(PrintPointer(s1) + " pointing to \"abc\"", string(ss1.str()));
1543 char* s2 = const_cast<char*>(s1);
H A Dgtest_unittest.cc625 const wchar_t s1[] = { 0x8D3, '\0' }; local
626 EXPECT_STREQ("\xE0\xA3\x93", WideStringToUtf8(s1, 1).c_str());
627 EXPECT_STREQ("\xE0\xA3\x93", WideStringToUtf8(s1, -1).c_str());
677 const wchar_t s1[] = { 0xD800, '\0' }; local
678 EXPECT_STREQ("\xED\xA0\x80", WideStringToUtf8(s1, -1).c_str());
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp48 std_ulogic s1; local
55 s1 = 'U';
69 << "\nUNINITIALIZED \t= " << s1 << "\t\t 'U'"
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2307 inline int StrCaseCmp(const char* s1, const char* s2) { argument
2308 return stricmp(s1, s2);
2317 inline int StrCaseCmp(const char* s1, const char* s2) { argument
2318 return _stricmp(s1, s2);
2343 inline int StrCaseCmp(const char* s1, const char* s2) {
2344 return strcasecmp(s1, s2);
/gem5/ext/pybind11/tests/
H A Dtest_pytypes.cpp74 auto s1 = "{} + {} = {}"_s.format(1, 2, 3);
76 return py::make_tuple(s1, s2);
/gem5/system/alpha/h/
H A DfromHudsonOsf.h371 #define s1 $10 macro
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc1257 const std::string s1 = "Hi"; local
1261 ByRef(s1);
1263 EXPECT_EQ(&s1, &r1);
1271 ByRef(s1);
1275 EXPECT_EQ(&s1, &r3);
H A Dgmock-spec-builders_test.cc410 Sequence s1, s2; local
413 .InSequence(s1, s2)
414 .InSequence(s1);
1065 Sequence s1, s2; local
1068 .InSequence(s1);
1071 .InSequence(s1);
1075 .InSequence(s1, s2);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1102 bool CaseInsensitiveStringEquals(const StringType& s1, argument
1105 if (!CaseInsensitiveCStringEquals(s1.c_str(), s2.c_str())) {
1111 const size_t i1 = s1.find(nul), i2 = s2.find(nul);
1113 // Are we at the end of either s1 or s2?
1119 return CaseInsensitiveStringEquals(s1.substr(i1 + 1), s2.substr(i2 + 1));
1529 const internal::string s1 = listener1.str(); local
1532 if (s1 == "") {
1535 *listener << s1; local
1701 const internal::string s1 = listener1.str(); local
1704 if (s1
1707 *listener << s1; local
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1521 const char* s1,
1523 if (!String::CStringEquals(s1, s2)) {
1528 << s1 << "\" vs \"" << s2 << "\"";
1535 const char* s1,
1537 if (!String::CaseInsensitiveCStringEquals(s1, s2)) {
1543 << s1 << "\" vs \"" << s2 << "\"";
1887 const wchar_t* s1,
1889 if (!String::WideCStringEquals(s1, s2)) {
1895 << PrintToString(s1)
1519 CmpHelperSTRNE(const char* s1_expression, const char* s2_expression, const char* s1, const char* s2) argument
1533 CmpHelperSTRCASENE(const char* s1_expression, const char* s2_expression, const char* s1, const char* s2) argument
1885 CmpHelperSTRNE(const char* s1_expression, const char* s2_expression, const wchar_t* s1, const wchar_t* s2) argument
/gem5/ext/ply/ply/
H A Dyacc.py2019 s1 = s.get(id(n),None)
2020 if not s1:
2021 s1 = { }
2022 s[id(n)] = s1
2024 s = s1
/gem5/ext/mcpat/
H A DxmlParser.cc576 char message[2000], *s1 = (char*)"", *s3 = (char*)""; local
579 s1 = (char*)"First Tag should be '";
590 pResults.nColumn, s1, s2, s3);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp1585 half_word *s1 = lhs.m_mant.half_addr( lhs.m_lsw );
1600 half_word v1 = s1[i1];
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1459 half_word *s1 = lhs.m_mant.half_addr(lhs.m_lsw);
1473 half_word v1 = s1[i1];
/gem5/src/arch/arm/insts/
H A Dfplib.cc179 uint64_t s1 = (s0 >> 31) + p1; local
180 uint64_t s2 = (s1 >> 31) + p2;
181 *x0 = (s0 & mask) | (s1 & mask) << 31 | s2 << 62;

Completed in 156 milliseconds

12