Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dcompiler.h17 # define __kernel_inslh(val, shift) __builtin_alpha_inslh(val, shift) macro
34 # define __kernel_inslh(val, shift) \ macro
H A Dswab.h29 t0 = __kernel_inslh(x, 7); /* t0 : 0000000000AABBCC */ in __arch_swab32()