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)
47 biarch := $(call cc-option,-m32)
58 KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
62 KBUILD_CFLAGS += $(call cc-ifversion, -lt, 0400, \
63 $(call cc-option,-fno-unit-at-a-time))
81 KBUILD_CFLAGS += $(call cc-option,-mno-80387)
82 KBUILD_CFLAGS += $(call cc-option,-mno-fp-ret-in-387)
85 KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=3)
88 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8)
89 cflags-$(CONFIG_MPSC) += $(call cc-option,-march=nocona)
92 $(call cc-option,-march=core2,$(call cc-option,-mtune=generic))
93 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \
94 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
95 cflags-$(CONFIG_GENERIC_CPU) += $(call cc-option,-mtune=generic)
103 KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time)
107 KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args)
119 x32_ld_ok := $(call try-run,\
136 KBUILD_CFLAGS += $(call cc-option,-fno-builtin-memcpy)
144 cfi := $(call as-instr,.cfi_startproc\n.cfi_rel_offset $(sp-y)$(comma)0\n.cfi_endproc,-DCONFIG_AS_C…
146 cfi-sigframe := $(call as-instr,.cfi_startproc\n.cfi_signal_frame\n.cfi_endproc,-DCONFIG_AS_CFI_SIG…
147 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1)
150 asinstr := $(call as-instr,fxsaveq (%rax),-DCONFIG_AS_FXSAVEQ=1)
151 asinstr += $(call as-instr,pshufb %xmm0$(comma)%xmm0,-DCONFIG_AS_SSSE3=1)
152 asinstr += $(call as-instr,crc32l %eax$(comma)%eax,-DCONFIG_AS_CRC32=1)
153 avx_instr := $(call as-instr,vxorps %ymm0$(comma)%ymm1$(comma)%ymm2,-DCONFIG_AS_AVX=1)
154 avx2_instr :=$(call as-instr,vpbroadcastb %xmm0$(comma)%ymm1,-DCONFIG_AS_AVX2=1)
169 KBUILD_CFLAGS += $(call cc-option,-mno-avx,)