Searched refs:A64_ASR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit.h | 131 #define A64_ASR(sf, Rd, Rn, shift) A64_SBFM(sf, Rd, Rn, shift, (sf) ? 63 : 31) macro
|
H A D | bpf_jit_comp.c | 643 emit(A64_ASR(is64, dst, dst, imm), ctx); in build_insn()
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit.h | 189 #define A64_ASR(sf, Rd, Rn, shift) A64_SBFM(sf, Rd, Rn, shift, (sf) ? 63 : 31) macro
|
H A D | bpf_jit_comp.c | 992 emit(A64_ASR(is64, dst, dst, imm), ctx); in build_insn()
|
Completed in 6 milliseconds