Home
last modified time | relevance | path

Searched defs:ia64_rotl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dprocessor.h632 #define ia64_rotl(w,n) ia64_rotr((w), (64) - (n)) macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dprocessor.h621 #define ia64_rotl(w,n) ia64_rotr((w), (64) - (n)) macro

Completed in 5 milliseconds