Searched refs:FASTEST (Results 1 – 3 of 3) sorted by relevance
854 #define XOR_SELECT_TEMPLATE(FASTEST) \ argument855 (implver() == IMPLVER_EV6 ? &xor_block_alpha_prefetch : FASTEST)
877 #define XOR_SELECT_TEMPLATE(FASTEST) \ argument878 (cpu_has_xmm ? &xor_block_pIII_sse : FASTEST)
554 #define XOR_SELECT_TEMPLATE(FASTEST) (FASTEST) argument