Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/asm/
Dbitops-op32.h19 #define IS_IMMEDIATE(nr) (__builtin_constant_p(nr)) macro
23 if (IS_IMMEDIATE(nr)) { in __set_bit()
40 if (IS_IMMEDIATE(nr)) { in __clear_bit()
67 if (IS_IMMEDIATE(nr)) { in __change_bit()
/Linux-v4.19/arch/x86/include/asm/
Dbitops.h53 #define IS_IMMEDIATE(nr) (__builtin_constant_p(nr)) macro
75 if (IS_IMMEDIATE(nr)) { in set_bit()
113 if (IS_IMMEDIATE(nr)) { in clear_bit()
199 if (IS_IMMEDIATE(nr)) { in change_bit()