Searched refs:contentsOfQword (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | TestUtil.h | 764 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 …]
|
D | LowLevel.cpp | 1116 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()
|
D | DataMov.cpp | 113 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()
|
D | Locked.cpp | 313 ASSERT_EQ(uint64_t(Value1), test.contentsOfQword(T0)) << TestString; \ in TEST_F()
|
D | GPRArith.cpp | 29 ASSERT_EQ(0xC0FFEEul, test.contentsOfQword(T0)); in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | LowLevel.cpp | 688 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()
|
D | TestUtil.h | 689 T contentsOfQword(uint32_t InitialDword) const { in contentsOfQword() function 735 return contentsOfQword<_64BitType>(Slot); in xmm()
|
D | Locked.cpp | 286 ASSERT_EQ(uint64_t(Value1), test.contentsOfQword(T0)) << TestString; \ in TEST_F()
|