Home | History | Annotate | Download | only in AssemblerX8664

Lines Matching refs:TestString

35     static constexpr char TestString[] =                                       \
52 ASSERT_EQ(IsTrue, test.Dest()) << TestString; \
53 ASSERT_EQ((0xF00F00 | IsTrue), test.contentsOfDword(T0)) << TestString; \
114 static constexpr char TestString[] = \
125 << TestString << " with Disp " << Disp; \
131 static constexpr char TestString[] = \
152 << TestString << " " << Disp; \
154 << TestString << " " << Disp; \
156 << TestString << " " << Disp; \
158 << TestString << " " << Disp; \
165 static constexpr char TestString[] = \
198 << TestString << " " << Disp; \
202 << TestString << " " << Disp; \
206 << TestString << " " << Disp; \
210 << TestString << " " << Disp; \
329 static constexpr char TestString[] = "(" #Dst ", " #Value ")"; \
333 ASSERT_EQ(ByteCount, codeBytesSize()) << TestString; \
365 static constexpr char TestString[] = \
385 << TestString; \
392 static constexpr char TestString[] = \
412 << TestString; \
419 static constexpr char TestString[] = \
440 << TestString; \
447 static constexpr char TestString[] = \
468 << TestString; \
527 static constexpr char TestString[] = \
542 << TestString; \
548 static constexpr char TestString[] = \
566 << TestString; \
572 static constexpr char TestString[] = \
587 << TestString; \
593 static constexpr char TestString[] = \
610 << TestString; \
616 static constexpr char TestString[] = \
632 << TestString; \
714 static constexpr char TestString[] = \
736 ASSERT_EQ(Expected0, test.Dst0()) << TestString << ": 0"; \
737 ASSERT_EQ(Expected1, test.Dst1()) << TestString << ": 1"; \
745 static constexpr char TestString[] = \
769 ASSERT_EQ(Expected0, test.Dst0()) << TestString << ": 0"; \
770 ASSERT_EQ(Expected1, test.Dst1()) << TestString << ": 1"; \
778 static constexpr char TestString[] = \
798 ASSERT_EQ(Expected0, test.Dst0()) << TestString << ": 0"; \
799 ASSERT_EQ(Expected1, test.Dst1()) << TestString << ": 1"; \
807 static constexpr char TestString[] = \
831 ASSERT_EQ(Expected0, test.contentsOfDword(T0)) << TestString << ": 0"; \
832 ASSERT_EQ(Expected1, test.contentsOfDword(T1)) << TestString << ": 1"; \
840 static constexpr char TestString[] = \
862 ASSERT_EQ(Expected0, test.contentsOfDword(T0)) << TestString << ": 0"; \
863 ASSERT_EQ(Expected1, test.contentsOfDword(T1)) << TestString << ": 1"; \
949 static constexpr char TestString[] = \
977 ASSERT_EQ(ExpectedEax, test.eax()) << TestString; \
978 ASSERT_EQ(ExpectedEdx, test.edx()) << TestString; \
984 static constexpr char TestString[] = \
1012 ASSERT_EQ(ExpectedEax, test.eax()) << TestString; \
1013 ASSERT_EQ(ExpectedEdx, test.edx()) << TestString; \
1072 static constexpr char TestString[] = \
1096 ASSERT_EQ(Expected, test.Dst()) << TestString; \
1102 static constexpr char TestString[] = \
1124 ASSERT_EQ(Expected, test.Dst()) << TestString; \
1130 static constexpr char TestString[] = \
1154 ASSERT_EQ(Expected, test.Dst()) << TestString; \
1224 static constexpr char TestString[] = \
1260 ASSERT_EQ(Quocient, test.eax()) << TestString; \
1261 ASSERT_EQ(Reminder, test.edx()) << TestString; \
1267 static constexpr char TestString[] = \
1300 ASSERT_EQ(Quocient, test.eax()) << TestString; \
1301 ASSERT_EQ(Reminder, test.edx()) << TestString; \
1395 static constexpr char TestString[] = \
1411 ASSERT_EQ(static_cast<uint32_t>(Expected), test.Dst()) << TestString; \
1418 static constexpr char TestString[] = \
1435 ASSERT_EQ(static_cast<uint32_t>(Expected), test.Dst()) << TestString; \
1441 static constexpr char TestString[] = \
1457 ASSERT_EQ(static_cast<uint32_t>(Expected), test.Dst()) << TestString; \
1464 static constexpr char TestString[] = \
1481 ASSERT_EQ(static_cast<uint32_t>(Expected), test.Dst()) << TestString; \
1487 static constexpr char TestString[] = \
1506 << TestString; \
1513 static constexpr char TestString[] = \
1531 << TestString; \
1759 static constexpr char TestString[] = \
1772 ASSERT_EQ(Expected, test.eax()) << TestString; \
1821 static constexpr char TestString[] = \
1835 << TestString; \
1837 ASSERT_EQ(Expected, test.Dst()) << TestString; \
1844 static constexpr char TestString[] = \
1859 << TestString; \
1861 ASSERT_EQ(Expected, test.Dst()) << TestString; \