Searched refs:A64_UDIV (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 832 emit(A64_UDIV(is64, dst, dst, src), ctx); in build_insn() 839 emit(A64_UDIV(is64, tmp, dst, src), ctx); in build_insn() 969 emit(A64_UDIV(is64, dst, dst, tmp), ctx); in build_insn() 977 emit(A64_UDIV(is64, tmp, dst, tmp2), ctx); in build_insn()
|
H A D | bpf_jit.h | 236 #define A64_UDIV(sf, Rd, Rn, Rm) A64_DATA2(sf, Rd, Rn, Rm, UDIV) macro
|