Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1301 emit(A64_SDIV(is64, dst, dst, src), ctx); in build_insn()
1308 emit(A64_SDIV(is64, tmp, dst, src), ctx); in build_insn()
1431 emit(A64_SDIV(is64, dst, dst, tmp), ctx); in build_insn()
1439 emit(A64_SDIV(is64, tmp, dst, tmp2), ctx); in build_insn()
H A Dbpf_jit.h257 #define A64_SDIV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, SDIV) macro