Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/net/
Dbpf_jit.h65 #define A64_LDRSH(Xt, Xn, Xm) A64_LS_REG(Xt, Xn, Xm, 16, SIGNED_LOAD) macro
Dbpf_jit_comp.c1475 emit(A64_LDRSH(dst, src, tmp), ctx); in build_insn()