Searched refs:A64_REV64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit.h | 167 #define A64_REV64(Rd, Rn) A64_DATA1(1, Rd, Rn, REVERSE_64) macro
|
H A D | bpf_jit_comp.c | 540 emit(A64_REV64(dst, dst), ctx); in build_insn()
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit.h | 230 #define A64_REV64(Rd, Rn) A64_DATA1(1, Rd, Rn, REVERSE_64) macro
|
H A D | bpf_jit_comp.c | 883 emit(A64_REV64(dst, dst), ctx); in build_insn()
|
Completed in 7 milliseconds