Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/include/uapi/asm/
Dcompiler.h16 # define __kernel_inslh(val, shift) __builtin_alpha_inslh(val, shift) macro
33 # define __kernel_inslh(val, shift) \ macro
Dswab.h28 t0 = __kernel_inslh(x, 7); /* t0 : 0000000000AABBCC */ in __arch_swab32()