Home
last modified time | relevance | path

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

/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c529 #define ASLI_U6(x) OP_C((x) & 31) macro
545 #define ASRI_U6(x) ASLI_U6(x)
561 #define LSRI_U6(x) ASLI_U6(x)
1207 const u32 insn = OPC_ASLI | OP_A(rd) | OP_B(rs) | ASLI_U6(imm); in arc_asli_r()