Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:TestString

374     static constexpr char TestString[] = "(" #FloatLength ", " #Xmm ")";       \
389 ASSERT_DOUBLE_EQ(Value, test.Xmm<Type>()) << TestString << " value is " \
423 static constexpr char TestString[] = "(" #FloatLength ", " #Xmm ")"; \
444 ASSERT_DOUBLE_EQ(Value, test.Xmm<Type>()) << TestString << " value is " \
478 static constexpr char TestString[] = \
504 ASSERT_DOUBLE_EQ(Value, test.Dst<Type>()) << TestString << " value is " \
535 static constexpr char TestString[] = "(" #Src ", " #Dst ")"; \
549 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
557 static constexpr char TestString[] = "(" #Dst ", Addr)"; \
572 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
608 static constexpr char TestString[] = "(" #Src ", " #Dst ")"; \
621 ASSERT_EQ(Value, test.contentsOfDword(T0)) << TestString << " value is " \
629 static constexpr char TestString[] = "(" #Src ", Addr)"; \
644 ASSERT_EQ(Value, test.contentsOfDword(T1)) << TestString << " value is " \
679 static constexpr char TestString[] = "(" #Dst ", Addr)"; \
694 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
716 static constexpr char TestString[] = "(" #Dst ", Addr)"; \
731 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
753 static constexpr char TestString[] = "(" #Src ", " #Dst ")"; \
769 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
791 static constexpr char TestString[] = "(" #Dst ")"; \
802 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
821 static constexpr char TestString[] = "(" #Src ")"; \
836 ASSERT_EQ(V0, test.contentsOfDqword(T1)) << TestString; \
855 static constexpr char TestString[] = "(" #Dst ", " #Src ")"; \
871 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
890 static constexpr char TestString[] = "(" #Dst ", " #Src ")"; \
906 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
925 static constexpr char TestString[] = "(" #Dst ", " #Src ", " #Inst ")"; \
942 ASSERT_EQ(Dqword Expect, test.Dst<Dqword>()) << TestString; \
970 static constexpr char TestString[] = \
983 ASSERT_EQ(Expected, test.GPR()) << TestString; \
1008 static constexpr char TestString[] = "(" #Dst ", " #Src ", " #Value1 ")"; \
1025 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \