Searched refs:A64_MUL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit.h | 186 #define A64_MUL(sf, Rd, Rn, Rm) A64_MADD(sf, Rd, A64_ZR, Rn, Rm) macro
|
H A D | bpf_jit_comp.c | 486 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 D | bpf_jit.h | 250 #define A64_MUL(sf, Rd, Rn, Rm) A64_MADD(sf, Rd, A64_ZR, Rn, Rm) macro
|
H A D | bpf_jit_comp.c | 827 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