Home
last modified time | relevance | path

Searched full:implver (Results 1 – 4 of 4) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dspecial_insns.h12 #define implver() \ macro
14 __asm__ ("implver %0" : "=r"(__implver)); \
19 #define implver() IMPLVER_EV5 macro
22 #define implver() IMPLVER_EV6 macro
H A Dfpu.h77 if (implver() == IMPLVER_EV6) { in swcr_update_status()
H A Delf.h135 enum implver_enum i_ = implver(); \
H A Dxor.h866 (implver() == IMPLVER_EV6 ? &xor_block_alpha_prefetch : FASTEST)