Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:TestString

126     static constexpr char TestString[] =                                       \
138 ASSERT_EQ(test.Base() + (Disp), test.Dst()) << TestString << " with Disp " \
145 static constexpr char TestString[] = \
165 << TestString << " " << Disp; \
167 << TestString << " " << Disp; \
169 << TestString << " " << Disp; \
171 << TestString << " " << Disp; \
178 static constexpr char TestString[] = \
215 << TestString << " " << Disp; \
218 << TestString << " " << Disp; \
221 << TestString << " " << Disp; \
224 << TestString << " " << Disp; \
296 static constexpr char TestString[] = "(" #Dst ", " #Value ")"; \
300 ASSERT_EQ(ByteCount, codeBytesSize()) << TestString; \
329 static constexpr char TestString[] = \
354 << TestString; \
361 static constexpr char TestString[] = \
384 << TestString; \
391 static constexpr char TestString[] = \
414 << TestString; \
421 static constexpr char TestString[] = \
442 << TestString; \
493 static constexpr char TestString[] = \
511 << TestString; \
517 static constexpr char TestString[] = \
537 << TestString; \
543 static constexpr char TestString[] = \
559 << TestString; \
565 static constexpr char TestString[] = \
584 << TestString; \
590 static constexpr char TestString[] = \
606 << TestString; \
683 static constexpr char TestString[] = \
707 ASSERT_EQ(Expected0, test.Dst0()) << TestString << ": 0"; \
708 ASSERT_EQ(Expected1, test.Dst1()) << TestString << ": 1"; \
716 static constexpr char TestString[] = \
742 ASSERT_EQ(Expected0, test.Dst0()) << TestString << ": 0"; \
743 ASSERT_EQ(Expected1, test.Dst1()) << TestString << ": 1"; \
751 static constexpr char TestString[] = \
771 ASSERT_EQ(Expected0, test.Dst0()) << TestString << ": 0"; \
772 ASSERT_EQ(Expected1, test.Dst1()) << TestString << ": 1"; \
780 TestString[] = \
806 ASSERT_EQ(Expected0, test.contentsOfDword(T0)) << TestString << ": 0"; \
807 ASSERT_EQ(Expected1, test.contentsOfDword(T1)) << TestString << ": 1"; \
815 static constexpr char TestString[] = \
837 ASSERT_EQ(Expected0, test.contentsOfDword(T0)) << TestString << ": 0"; \
838 ASSERT_EQ(Expected1, test.contentsOfDword(T1)) << TestString << ": 1"; \
922 static constexpr char TestString[] = \
954 ASSERT_EQ(ExpectedEax, test.eax()) << TestString; \
955 ASSERT_EQ(ExpectedEdx, test.edx()) << TestString; \
961 static constexpr char TestString[] = \
989 ASSERT_EQ(ExpectedEax, test.eax()) << TestString; \
990 ASSERT_EQ(ExpectedEdx, test.edx()) << TestString; \
1041 static constexpr char TestString
1070 ASSERT_EQ(Expected, test.Dst()) << TestString; \
1076 static constexpr char TestString[] = \
1098 ASSERT_EQ(Expected, test.Dst()) << TestString; \
1104 static constexpr char TestString[] = \
1129 ASSERT_EQ(Expected, test.Dst()) << TestString; \
1193 static constexpr char TestString[] = \
1230 EXPECT_EQ(Quocient, test.eax()) << TestString; \
1231 EXPECT_EQ(Reminder, test.edx()) << TestString; \
1237 static constexpr char TestString[] = \
1270 EXPECT_EQ(Quocient, test.eax()) << TestString; \
1271 EXPECT_EQ(Reminder, test.edx()) << TestString; \
1406 static constexpr char TestString[] = \
1422 ASSERT_EQ(static_cast<uint32_t>(Expected), test.Dst()) << TestString; \
1429 static constexpr char TestString[] = \
1446 ASSERT_EQ(static_cast<uint32_t>(Expected), test.Dst()) << TestString; \
1452 static constexpr char TestString[] = \
1470 ASSERT_EQ(static_cast<uint32_t>(Expected), test.Dst()) << TestString; \
1477 static constexpr char TestString[] = \
1496 ASSERT_EQ(static_cast<uint32_t>(Expected), test.Dst()) << TestString; \
1502 static constexpr char TestString[] = \
1522 << TestString; \
1529 static constexpr char TestString[] = \
1549 << TestString; \
1751 static constexpr char TestString[] = \
1764 ASSERT_EQ(Expected, test.eax()) << TestString; \
1805 static constexpr char TestString[] = \
1821 << TestString; \
1823 ASSERT_EQ(Expected, test.Dst()) << TestString; \
1830 static constexpr char TestString[] = \
1846 << TestString; \
1848 ASSERT_EQ(Expected, test.Dst()) << TestString; \