Home | History | Annotate | Download | only in AssemblerX8664

Lines Matching refs:TestString

39     static constexpr char TestString[] =                                       \
53 ASSERT_EQ(V0, test.Dst1()) << TestString; \
54 ASSERT_EQ(V1, test.contentsOfDword(T0)) << TestString; \
91 static constexpr char TestString[] = \
105 ASSERT_EQ(V0, test.Reg1()) << TestString; \
106 ASSERT_EQ(V1, test.Reg0()) << TestString; \
148 static constexpr char TestString[] = \
163 ASSERT_EQ(V0, test.Dst1()) << TestString; \
164 ASSERT_EQ(Mask##Size &(V1 + V0), test.contentsOfDword(T0)) << TestString; \
292 static constexpr char TestString[] = \
313 ASSERT_EQ(uint64_t(Value1), test.contentsOfQword(T0)) << TestString; \
314 ASSERT_EQ(1u, test.contentsOfDword(ZeroFlag)) << TestString; \
316 ASSERT_EQ(uint64_t(ValueMem) & 0xFFFFFFFF, test.eax()) << TestString; \
318 << TestString; \
319 ASSERT_EQ(0u, test.contentsOfDword(ZeroFlag)) << TestString; \
362 static constexpr char TestString[] = \
384 << TestString; \
385 ASSERT_EQ(1u, test.contentsOfDword(ZeroFlag)) << TestString; \
387 ASSERT_EQ(uint32_t((ValueMem)&Mask##Size), test.eax()) << TestString; \
388 ASSERT_EQ(0u, test.contentsOfDword(ZeroFlag)) << TestString; \