Home
last modified time | relevance | path

Searched refs:A64_AND (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c546 emit(A64_AND(isdw, tmp2, tmp2, src), ctx); in emit_ll_sc_atomic()
567 emit(A64_AND(isdw, tmp2, src, ax), ctx); in emit_ll_sc_atomic()
815 emit(A64_AND(is64, dst, dst, src), ctx); in build_insn()
937 emit(A64_AND(is64, dst, dst, tmp), ctx); in build_insn()
H A Dbpf_jit.h257 #define A64_AND(sf, Rd, Rn, Rm) A64_LOGIC_SREG(sf, Rd, Rn, Rm, AND) macro