Searched refs:A64_AND (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 886 emit(A64_AND(isdw, tmp2, tmp2, src), ctx); in emit_ll_sc_atomic() 907 emit(A64_AND(isdw, tmp2, src, ax), ctx); in emit_ll_sc_atomic() 1282 emit(A64_AND(is64, dst, dst, src), ctx); in build_insn() 1397 emit(A64_AND(is64, dst, dst, tmp), ctx); in build_insn()
|
| H A D | bpf_jit.h | 277 #define A64_AND(sf, Rd, Rn, Rm) A64_LOGIC_SREG(sf, Rd, Rn, Rm, AND) macro
|