Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/net/
Dbpf_jit_comp.c810 emit(A64_UDIV(is64, dst, dst, src), ctx); in build_insn()
814 emit(A64_UDIV(is64, tmp, dst, src), ctx); in build_insn()
940 emit(A64_UDIV(is64, dst, dst, tmp), ctx); in build_insn()
945 emit(A64_UDIV(is64, tmp, dst, tmp2), ctx); in build_insn()
Dbpf_jit.h225 #define A64_UDIV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, UDIV) macro