Lines Matching refs:call

21 M16_CFLAGS	 := $(call cc-option, -m16, $(CODE16GCC_CFLAGS))
28 $(call cc-option, -ffreestanding) \
29 $(call cc-option, -fno-stack-protector) \
30 $(call cc-option, -mpreferred-stack-boundary=2)
50 KBUILD_CFLAGS += $(call cc-option,-mno-avx,)
57 biarch := $(call cc-option,-m32)
68 KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
72 KBUILD_CFLAGS += $(call cc-ifversion, -lt, 0400, \
73 $(call cc-option,-fno-unit-at-a-time))
97 KBUILD_CFLAGS += $(call cc-option,-mno-80387)
98 KBUILD_CFLAGS += $(call cc-option,-mno-fp-ret-in-387)
101 KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=3)
104 KBUILD_CFLAGS += $(call cc-option,-mskip-rax-setup)
107 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
108 cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
111 $(call cc-option,-march=core2,$(call cc-option,-mtune=generic))
112 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \
113 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
114 cflags-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=generic)
122 KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time)
126 KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args)
138 x32_ld_ok := $(call try-run,\
155 KBUILD_CFLAGS += $(call cc-option,-fno-builtin-memcpy)
163 cfi := $(call as-instr,.cfi_startproc\n.cfi_rel_offset $(sp-y)$(comma)0\n.cfi_endproc,-DCONFIG_AS_C…
165 cfi-sigframe := $(call as-instr,.cfi_startproc\n.cfi_signal_frame\n.cfi_endproc,-DCONFIG_AS_CFI_SIG…
166 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1)
169 asinstr := $(call as-instr,fxsaveq (%rax),-DCONFIG_AS_FXSAVEQ=1)
170 asinstr += $(call as-instr,pshufb %xmm0$(comma)%xmm0,-DCONFIG_AS_SSSE3=1)
171 asinstr += $(call as-instr,crc32l %eax$(comma)%eax,-DCONFIG_AS_CRC32=1)
172 avx_instr := $(call as-instr,vxorps %ymm0$(comma)%ymm1$(comma)%ymm2,-DCONFIG_AS_AVX=1)
173 avx2_instr :=$(call as-instr,vpbroadcastb %xmm0$(comma)%ymm1,-DCONFIG_AS_AVX2=1)
174 sha1_ni_instr :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA1_NI=1)
175 sha256_ni_instr :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA256_NI=1)