Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arc/net/
Dbpf_jit_arcv2.c157 #define IN_S12_RANGE(x) ((x) <= (0x800 - 1) && (x) >= -0x800) macro
683 if (IN_S12_RANGE(imm)) in arc_mov_i()