Home
last modified time | relevance | path

Searched refs:contentsOfQword (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h764 return contentsOfQword(AssembledTest::Name64##Slot()); \
769 return contentsOfQword(AssembledTest::Name64##Slot()); \
774 return contentsOfQword(AssembledTest::Name64##Slot()); \
779 return contentsOfQword(AssembledTest::Name64##Slot()); \
784 return contentsOfQword(AssembledTest::Name64##Slot()); \
789 return contentsOfQword(AssembledTest::Name64##Slot()); \
794 return contentsOfQword(AssembledTest::Name64##Slot()); \
799 return contentsOfQword(AssembledTest::Name64##Slot()); \
804 return contentsOfQword(AssembledTest::Name64##Slot()); \
808 return contentsOfQword(AssembledTest::NewName##Slot()); \
[all …]
DLowLevel.cpp1116 ASSERT_EQ(0xDEADBEEF0000ull, test.contentsOfQword(S0)); in TEST_F()
1117 ASSERT_EQ(0x204060800000DEADull, test.contentsOfQword(S1)); in TEST_F()
1120 ASSERT_EQ(0x1234567890ABCDEFull, test.contentsOfQword(S1)); in TEST_F()
1128 ASSERT_DOUBLE_EQ(3.14, test.contentsOfQword<double>(S0)); in TEST_F()
DDataMov.cpp113 ASSERT_EQ((Marker & ~Mask##Size) | Value, test.contentsOfQword(T0)) \ in TEST_F()
890 ASSERT_EQ(V0, test.contentsOfQword(T0)) << TestString << " value is " \ in TEST_F()
942 ASSERT_EQ(V0, test.contentsOfQword(T1)) << TestString << " value is " \ in TEST_F()
DLocked.cpp313 ASSERT_EQ(uint64_t(Value1), test.contentsOfQword(T0)) << TestString; \ in TEST_F()
DGPRArith.cpp29 ASSERT_EQ(0xC0FFEEul, test.contentsOfQword(T0)); in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLowLevel.cpp688 ASSERT_EQ(0xDEADBEEF0000ull, test.contentsOfQword(S0)); in TEST_F()
689 ASSERT_EQ(0x204060800000DEADull, test.contentsOfQword(S1)); in TEST_F()
692 ASSERT_EQ(0x1234567890ABCDEFull, test.contentsOfQword(S1)); in TEST_F()
700 ASSERT_DOUBLE_EQ(3.14, test.contentsOfQword<double>(S0)); in TEST_F()
DTestUtil.h689 T contentsOfQword(uint32_t InitialDword) const { in contentsOfQword() function
735 return contentsOfQword<_64BitType>(Slot); in xmm()
DLocked.cpp286 ASSERT_EQ(uint64_t(Value1), test.contentsOfQword(T0)) << TestString; \ in TEST_F()