Home | History | Annotate | Download | only in AssemblerX8664

Lines Matching refs:TestString

21     static constexpr char TestString[] =                                       \
46 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \
54 static constexpr char TestString[] = \
78 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \
126 static constexpr char TestString[] = \
145 << TestString; \
151 static constexpr char TestString[] = \
169 << TestString; \
175 static constexpr char TestString[] = \
189 << TestString; \
195 static constexpr char TestString[] = \
214 << TestString; \
220 static constexpr char TestString[] = \
238 << TestString; \
400 static constexpr char TestString[] = \
417 ASSERT_EQ(packedAs<Type>(V0) Op V1, test.Dst<Dqword>()) << TestString; \
424 static constexpr char TestString[] = \
441 ASSERT_EQ(packedAs<Type>(V0) Op V1, test.Dst<Dqword>()) << TestString; \
448 static constexpr char TestString[] = \
464 ASSERT_EQ(packedAs<Type>(V0) Op V1, test.Dst<Dqword>()) << TestString; \
471 static constexpr char TestString[] = \
488 ASSERT_EQ(packedAs<Type>(V0).Inst(V1), test.Dst<Dqword>()) << TestString; \
495 static constexpr char TestString[] = \
511 ASSERT_EQ(packedAs<Type>(V0) Op V1, test.Dst<Dqword>()) << TestString; \
592 static constexpr char TestString[] = \
614 << TestString; \
620 static constexpr char TestString[] = \
641 << TestString; \
695 static constexpr char TestString[] = \
712 ASSERT_EQ(packedAs<Type>(V0) Op V1, test.Dst<Dqword>()) << TestString; \
719 static constexpr char TestString[] = "(" #Dst ", Addr, " #C ", " #Op ")"; \
734 ASSERT_EQ(packedAs<Type>(V0) Op V1, test.Dst<Dqword>()) << TestString; \
741 static constexpr char TestString[] = "(" #Src ", " #Dst ", " #C ")"; \
759 ASSERT_EQ(packedAs<Type>(V0).C(V1), test.Dst<Dqword>()) << TestString; \
766 static constexpr char TestString[] = "(" #Dst ", " #C ")"; \
783 ASSERT_EQ(packedAs<Type>(V0).C(V1), test.Dst<Dqword>()) << TestString; \
871 static constexpr char TestString[] = "(" #Dst ", " #Inst ")"; \
881 ASSERT_EQ(Dqword Expect, test.Dst<Dqword>()) << TestString; \
936 static constexpr char TestString[] = "(" #Dst ", " #Src ", " #Inst ")"; \
949 ASSERT_EQ(Inst##Expected, test.Dst<Dqword>()) << TestString; \
998 TestString[] = "(" #Dst ", " #Src ", " #Inst ")"; \
1012 ASSERT_EQ(Inst##Expected, test.Dst<Dqword>()) << TestString; \
1018 static constexpr char TestString[] = "(" #Dst ", Addr, " #Inst ")"; \
1031 ASSERT_EQ(Inst##Expected, test.Dst<Dqword>()) << TestString; \
1037 static constexpr char TestString[] = \
1051 ASSERT_EQ(Inst##UntypedExpected, test.Dst<Dqword>()) << TestString; \
1110 static constexpr char TestString[] = \
1125 ASSERT_EQ(Expected_##Ty, test.Dst<Dqword>()) << TestString; \
1131 static constexpr char TestString[] = \
1144 ASSERT_EQ(Expected_##Ty, test.Dst<Dqword>()) << TestString; \
1189 static constexpr char TestString[] = \
1204 ASSERT_EQ(Expected_##Ty, test.Dst<Dqword>()) << TestString; \
1210 static constexpr char TestString[] = \
1223 ASSERT_EQ(Expected_##Ty, test.Dst<Dqword>()) << TestString; \
1266 static constexpr char TestString[] = \
1281 ASSERT_EQ(Expected_##Ty, test.Dst<Dqword>()) << TestString; \
1287 static constexpr char TestString[] = \
1300 ASSERT_EQ(Expected_##Ty, test.Dst<Dqword>()) << TestString; \
1337 static constexpr char TestString[] = "(" #Dst ", " #Src ", " #Inst ")"; \
1351 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \
1357 static constexpr char TestString[] = "(" #Dst ", Addr, " #Inst ")"; \
1369 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \
1444 static constexpr char TestString[] = \
1458 ASSERT_EQ(Inst##Size##Expected, test.Dst<Dqword>()) << TestString; \
1464 static constexpr char TestString[] = \
1477 ASSERT_EQ(Inst##Size##Expected, test.Dst<Dqword>()) << TestString; \
1483 static constexpr char TestString[] = \
1498 << TestString; \
1504 static constexpr char TestString[] = \
1517 ASSERT_EQ(Inst##Size##Expected, test.Dst<Dqword>()) << TestString; \
1523 static constexpr char TestString[] = \
1537 ASSERT_EQ(Inst##Size##Expected, test.Dst<Dqword>()) << TestString; \
1543 static constexpr char TestString[] = \
1557 << TestString; \
1626 static constexpr char TestString[] = \
1651 ASSERT_EQ(ImmIfTrue, test.eax()) << TestString; \
1658 static constexpr char TestString[] = \
1682 ASSERT_EQ(ImmIfTrue, test.eax()) << TestString; \
1747 static constexpr char TestString[] = \
1764 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \
1770 static constexpr char TestString[] = \
1786 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \
1832 static constexpr char TestString[] = \
1850 ASSERT_EQ(Dqword Expected, test.Dst<Dqword>()) << TestString; \
1856 static constexpr char TestString[] = \
1872 ASSERT_EQ(Dqword Expected, test.Dst<Dqword>()) << TestString; \
1929 static constexpr char TestString[] = \
1946 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \
1952 static constexpr char TestString[] = \
1971 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \
2022 static constexpr char TestString[] = \
2036 ASSERT_EQ(V0.U##Size[sel], test.GPR()) << TestString; \
2079 static constexpr char TestString[] = \
2101 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \
2107 static constexpr char TestString[] = \
2128 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \
2188 static constexpr char TestString[] = \
2206 EXPECT_EQ(Expected, test.Dst<Dqword>()) << TestString; \