Searched refs:A64_MSUB (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit.h | 247 #define A64_MSUB(sf, Rd, Ra, Rn, Rm) aarch64_insn_gen_data3(Rd, Ra, Rn, Rm, \ macro
|
H A D | bpf_jit_comp.c | 842 emit(A64_MSUB(is64, dst, dst, tmp, src), ctx); in build_insn() 980 emit(A64_MSUB(is64, dst, dst, tmp, tmp2), ctx); in build_insn()
|