Home
last modified time | relevance | path

Searched refs:A64_ASR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit.h131 #define A64_ASR(sf, Rd, Rn, shift) A64_SBFM(sf, Rd, Rn, shift, (sf) ? 63 : 31) macro
H A Dbpf_jit_comp.c643 emit(A64_ASR(is64, dst, dst, imm), ctx); in build_insn()
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit.h189 #define A64_ASR(sf, Rd, Rn, shift) A64_SBFM(sf, Rd, Rn, shift, (sf) ? 63 : 31) macro
H A Dbpf_jit_comp.c992 emit(A64_ASR(is64, dst, dst, imm), ctx); in build_insn()

Completed in 6 milliseconds