Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h621 #define ia64_rotl(w,n) ia64_rotr((w), (64) - (n)) macro
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c124 ia64_rotl(nat & mask, dist); \ in ia64_put_scratch_nat_bits()