Lines Matching refs:vstr
782 HChar vstr[13]; in VG_() local
783 vstr[0] = 0; in VG_()
796 VG_(memcpy)(&vstr[0], &ebx, 4); in VG_()
797 VG_(memcpy)(&vstr[4], &edx, 4); in VG_()
798 VG_(memcpy)(&vstr[8], &ecx, 4); in VG_()
799 vstr[12] = 0; in VG_()
820 if (0 == VG_(strcmp)(vstr, "AuthenticAMD") in VG_()
829 if ((0 == VG_(strcmp)(vstr, "AuthenticAMD") in VG_()
830 || 0 == VG_(strcmp)(vstr, "GenuineIntel")) in VG_()
882 HChar vstr[13]; in VG_() local
883 vstr[0] = 0; in VG_()
897 VG_(memcpy)(&vstr[0], &ebx, 4); in VG_()
898 VG_(memcpy)(&vstr[4], &edx, 4); in VG_()
899 VG_(memcpy)(&vstr[8], &ecx, 4); in VG_()
900 vstr[12] = 0; in VG_()