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