Searched refs:A64_AND (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 750 emit(A64_AND(isdw, tmp2, tmp2, src), ctx); in emit_ll_sc_atomic() 771 emit(A64_AND(isdw, tmp2, src, ax), ctx); in emit_ll_sc_atomic() 1054 emit(A64_AND(is64, dst, dst, src), ctx); in build_insn() 1176 emit(A64_AND(is64, dst, dst, tmp), ctx); in build_insn()
|
D | bpf_jit.h | 257 #define A64_AND(sf, Rd, Rn, Rm) A64_LOGIC_SREG(sf, Rd, Rn, Rm, AND) macro
|