Searched refs:A64_LDR32 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit.h | 67 #define A64_LDR32(Wt, Xn, Xm) A64_LS_REG(Wt, Xn, Xm, 32, LOAD) macro
|
D | bpf_jit_comp.c | 576 emit(A64_LDR32(tmp, r2, tmp), ctx); in emit_bpf_tail_call() 1367 emit(A64_LDR32(r0, tmp, tmp2), ctx); in build_insn() 1463 emit(A64_LDR32(dst, src, tmp), ctx); in build_insn()
|