Home
last modified time | relevance | path

Searched refs:ALTERNATIVE_TERNARY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h232 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ macro
269 …asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) ::: "memory…
465 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ macro
H A Dcpufeature.h176 ALTERNATIVE_TERNARY("jmp 6f", %c[feature], "", "jmp %l[t_no]") in _static_cpu_has()