Home | History | Annotate | Download | only in AssemblerX8664

Lines Matching refs:TestString

23     static constexpr char TestString[] = "(" #Reg ", " #Size ")";              \
32 ASSERT_EQ(Value, test.Reg##Suffix()) << TestString; \
33 ASSERT_EQ((Marker & ~Mask##Size) | Value, test.Reg##d()) << TestString; \
101 static constexpr char TestString[] = "(" #Src ", " #Size ")"; \
114 << TestString; \
158 static constexpr char TestString[] = \
174 ASSERT_EQ((Marker & ~MaskResult##Size) | Value, test.Dst()) << TestString; \
175 ASSERT_EQ(Value, test.Dst##Suffix()) << TestString; \
219 static constexpr char TestString[] = \
234 ASSERT_EQ((Marker & MaskResult##Size) | Value, test.Dst()) << TestString; \
235 ASSERT_EQ(Value, test.Dst##Suffix()) << TestString; \
269 static constexpr char TestString[] = "(" #Dst ", " #Value ")"; \
277 ASSERT_EQ(V, test.DST()) << TestString; \
424 static constexpr char TestString[] = \
436 ASSERT_EQ((IsTrue) ? (Value1) : (Value0), test.Dest()) << TestString; \
443 static constexpr char TestString[] = \
457 ASSERT_EQ((IsTrue) ? (Value1) : (Value0), test.Dest()) << TestString; \
528 static constexpr char TestString[] = "(" #FloatLength ", " #Xmm ")"; \
542 ASSERT_DOUBLE_EQ(Value, test.Xmm<Type>()) << TestString << " value is " \
584 static constexpr char TestString[] = "(" #FloatLength ", " #Xmm ")"; \
604 ASSERT_DOUBLE_EQ(Value, test.Xmm<Type>()) << TestString << " value is " \
646 static constexpr char TestString[] = \
670 ASSERT_DOUBLE_EQ(Value, test.Dst<Type>()) << TestString << " value is " \
709 static constexpr char TestString[] = "(" #Src ", " #Dst ")"; \
722 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
730 static constexpr char TestString[] = "(" #Src ", " #Dst ")"; \
744 ASSERT_EQ(Expected, test.Dst<uint64_t>()) << TestString << " value is " \
758 static constexpr char TestString[] = "(" #Dst ", Addr)"; \
773 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
781 static constexpr char TestString[] = "(" #Dst ", Addr)"; \
796 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
858 static constexpr char TestString[] = "(" #Src ", " #Dst ")"; \
870 ASSERT_EQ(Value, test.contentsOfDword(T0)) << TestString << " value is " \
878 static constexpr char TestString[] = "(" #Src ", " #Dst ")"; \
890 ASSERT_EQ(V0, test.contentsOfQword(T0)) << TestString << " value is " \
904 static constexpr char TestString[] = "(" #Src ", Addr)"; \
919 ASSERT_EQ(Value, test.contentsOfDword(T1)) << TestString << " value is " \
927 static constexpr char TestString[] = "(" #Src ", Addr)"; \
942 ASSERT_EQ(V0, test.contentsOfQword(T1)) << TestString << " value is " \
1003 static constexpr char TestString[] = "(" #Dst ", Addr)"; \
1018 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
1048 static constexpr char TestString[] = "(" #Dst ", Addr)"; \
1063 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
1093 static constexpr char TestString[] = "(" #Src ", " #Dst ")"; \
1109 ASSERT_EQ(Value, test.Dst<uint64_t>()) << TestString << " value is " \
1139 static constexpr char TestString[] = "(" #Dst ")"; \
1150 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
1177 static constexpr char TestString[] = "(" #Src ")"; \
1192 ASSERT_EQ(V0, test.contentsOfDqword(T1)) << TestString; \
1219 static constexpr char TestString[] = "(" #Dst ", " #Src ")"; \
1235 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
1262 static constexpr char TestString[] = "(" #Dst ", " #Src ")"; \
1278 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
1305 static constexpr char TestString[] = "(" #Dst ", " #Src ", " #Inst ")"; \
1322 ASSERT_EQ(Dqword Expect, test.Dst<Dqword>()) << TestString; \
1358 static constexpr char TestString[] = \
1370 ASSERT_EQ(Expected, test.GPR()) << TestString; \
1403 static constexpr char TestString[] = "(" #Dst ", " #Src ", " #Value1 ")"; \
1419 ASSERT_EQ(Expected, test.Dst<Dqword>()) << TestString; \