Home | History | Annotate | Download | only in config

Lines Matching refs:a55

55 		"cortex-a55": []string{
56 "-mcpu=cortex-a55",
59 // Use the cortex-a55 since it is similar to the little
60 // core (cortex-a55) and is sensitive to ordering.
61 "-mcpu=cortex-a55",
64 // Use the cortex-a55 since it is similar to the little
65 // core (cortex-a55) and is sensitive to ordering.
66 "-mcpu=cortex-a55",
110 strings.Join(arm64ClangCpuVariantCflags["cortex-a55"], " "))
131 "cortex-a55": "${config.Arm64ClangCortexA55Cflags}",