Home
last modified time | relevance | path

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

/Linux-v5.4/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()