Lines Matching full:v6_m
10770 static const int v6_m[] =
10783 T(V6_M) // V6_M.
10798 T(V6S_M), // V6_M.
10814 T(V7E_M), // V6_M.
10831 T(V8), // V6_M.
10849 T(V6_M), // V6_M.
10853 T(V4T_PLUS_V6_M) // V4T plus V6_M.
10860 v6_m,
10878 if ((oldtag == T(V6_M) && *secondary_compat_out == T(V4T))
10879 || (oldtag == T(V4T) && *secondary_compat_out == T(V6_M)))
10885 if ((newtag == T(V6_M) && secondary_compat == T(V4T))
10886 || (newtag == T(V4T) && secondary_compat == T(V6_M)))
10897 // Use Tag_CPU_arch == V4T and Tag_also_compatible_with (Tag_CPU_arch V6_M)
10902 *secondary_compat_out = T(V6_M);