Home
last modified time | relevance | path

Searched refs:A64_UDIV (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit_comp.c494 emit(A64_UDIV(is64, dst, dst, src), ctx); in build_insn()
497 emit(A64_UDIV(is64, tmp, dst, src), ctx); in build_insn()
625 emit(A64_UDIV(is64, dst, dst, tmp), ctx); in build_insn()
630 emit(A64_UDIV(is64, tmp, dst, tmp2), ctx); in build_insn()
H A Dbpf_jit.h173 #define A64_UDIV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, UDIV) macro
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c832 emit(A64_UDIV(is64, dst, dst, src), ctx); in build_insn()
839 emit(A64_UDIV(is64, tmp, dst, src), ctx); in build_insn()
969 emit(A64_UDIV(is64, dst, dst, tmp), ctx); in build_insn()
977 emit(A64_UDIV(is64, tmp, dst, tmp2), ctx); in build_insn()
H A Dbpf_jit.h236 #define A64_UDIV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, UDIV) macro

Completed in 6 milliseconds