Home | History | Annotate | Download | only in AssemblerX8632

Lines Matching refs:V0

205     const uint32_t V0 = Imm;                                                   \
208 test.setDwordTo(T0, V0); \
218 const uint32_t V0 = Imm; \
221 test.setDwordTo(T0, V0); \
295 const uint32_t V0 = Imm; \
298 test.setDwordTo(T0, V0); \
309 const uint32_t V0 = Imm; \
312 test.setDwordTo(T0, V0); \
377 const Type V0 = Value; \
384 test.setQwordTo(T0, static_cast<double>(V0)); \
386 test.setDwordTo(T0, static_cast<float>(V0)); \
426 const Type V0 = Value; \
437 test.setQwordTo(T0, static_cast<double>(V0)); \
440 test.setDwordTo(T0, static_cast<float>(V0)); \
482 const Type V0 = Value; \
497 test.setQwordTo(T0, static_cast<double>(V0)); \
500 test.setDwordTo(T0, static_cast<float>(V0)); \
537 const uint64_t V0 = 0xFFFFFFFF00000000ull; \
546 test.setQwordTo(T0, V0); \
559 const uint32_t V0 = Value; \
568 test.setDwordTo(T0, V0); \
610 const uint32_t V0 = Value; \
618 test.setDwordTo(T0, V0); \
631 const uint32_t V0 = Value; \
640 test.setDwordTo(T0, V0); \
681 const uint64_t V0 = Value; \
690 test.setQwordTo(T0, V0); \
718 const uint64_t V0 = Value; \
727 test.setQwordTo(T0, V0); \
755 const uint64_t V0 = Value; \
765 test.setQwordTo(T0, V0); \
793 const Dqword V0(1.0f, -1.0, std::numeric_limits<float>::quiet_NaN(), \
799 test.setDqwordTo(T0, V0); \
802 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
823 const Dqword V0(1.0f, -1.0, std::numeric_limits<float>::quiet_NaN(), \
832 test.setDqwordTo(T0, V0); \
836 ASSERT_EQ(V0, test.contentsOfDqword(T1)) << TestString; \
857 const Dqword V0(1.0f, -1.0, std::numeric_limits<float>::quiet_NaN(), \
867 test.setDqwordTo(T0, V0); \
871 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
892 const Dqword V0(1.0f, -1.0, std::numeric_limits<float>::quiet_NaN(), \
902 test.setDqwordTo(T0, V0); \
906 ASSERT_EQ(V0, test.Dst<Dqword>()) << TestString; \
927 const Dqword V0(uint64_t(0xAAAAAAAABBBBBBBBull), \
938 test.setDqwordTo(T0, V0); \
973 const Dqword V0 Value1; \
980 test.setDqwordTo(T0, V0); \
1010 const Dqword V0 Value1; \
1020 test.setDqwordTo(T0, V0); \
1024 const Dqword Expected(uint64_t(V0.I32[0]), uint64_t(V0.I32[1])); \
1126 const uint32_t V0 = Value1; \
1134 test.setDwordTo(T0, V0); \