Searched refs:ia64_rotl (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/include/asm/ | ||
D | processor.h | 667 #define ia64_rotl(w,n) ia64_rotr((w), (64) - (n)) macro |
/arch/ia64/kernel/ | ||
D | ptrace.c | 125 ia64_rotl(nat & mask, dist); \ in ia64_put_scratch_nat_bits() |