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