Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arc/net/
Dbpf_jit_arcv2.c243 #define LOAD_S9(x) ((((x) & 0x0ff) << 16) | (((x) & 0x100) << 7)) macro
252 (OPC_LD32 | LOAD_AA(AA_post) | LOAD_S9(4) | OP_B(ARC_R_SP))
770 OP_B(reg_mem) | LOAD_S9(off); in arc_ld_r()
781 OP_B(reg_mem) | LOAD_S9(off); in arc_ldx_r()