Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit.h186 #define A64_MUL(sf, Rd, Rn, Rm) A64_MADD(sf, Rd, A64_ZR, Rn, Rm) macro
H A Dbpf_jit_comp.c486 emit(A64_MUL(is64, dst, dst, src), ctx); in build_insn()
620 emit(A64_MUL(is64, dst, dst, tmp), ctx); in build_insn()
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit.h250 #define A64_MUL(sf, Rd, Rn, Rm) A64_MADD(sf, Rd, A64_ZR, Rn, Rm) macro
H A Dbpf_jit_comp.c827 emit(A64_MUL(is64, dst, dst, src), ctx); in build_insn()
963 emit(A64_MUL(is64, dst, dst, tmp), ctx); in build_insn()

Completed in 7 milliseconds