Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit.h238 #define A64_LSLV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, LSLV) macro
H A Dbpf_jit_comp.c846 emit(A64_LSLV(is64, dst, dst, src), ctx); in build_insn()