Searched refs:A64_ASRV (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit.h | 176 #define A64_ASRV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, ASRV) macro
|
H A D | bpf_jit_comp.c | 512 emit(A64_ASRV(is64, dst, dst, src), ctx); in build_insn()
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit.h | 240 #define A64_ASRV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, ASRV) macro
|
H A D | bpf_jit_comp.c | 854 emit(A64_ASRV(is64, dst, dst, src), ctx); in build_insn()
|
Completed in 7 milliseconds