Searched refs:A64_SDIV (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 1073 emit(A64_SDIV(is64, dst, dst, src), ctx); in build_insn() 1080 emit(A64_SDIV(is64, tmp, dst, src), ctx); in build_insn() 1210 emit(A64_SDIV(is64, dst, dst, tmp), ctx); in build_insn() 1218 emit(A64_SDIV(is64, tmp, dst, tmp2), ctx); in build_insn()
|
D | bpf_jit.h | 237 #define A64_SDIV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, SDIV) macro
|