Searched refs:A64_MUL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit.h | 250 #define A64_MUL(sf, Rd, Rn, Rm) A64_MADD(sf, Rd, A64_ZR, Rn, Rm) macro
|
D | bpf_jit_comp.c | 1066 emit(A64_MUL(is64, dst, dst, src), ctx); in build_insn() 1202 emit(A64_MUL(is64, dst, dst, tmp), ctx); in build_insn()
|