Searched refs:A64_SUB (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit.h | 217 #define A64_SUB(sf, Rd, Rn, Rm) A64_ADDSUB_SREG(sf, Rd, Rn, Rm, SUB) macro 220 #define A64_NEG(sf, Rd, Rm) A64_SUB(sf, Rd, A64_ZR, Rm)
|
H A D | bpf_jit_comp.c | 811 emit(A64_SUB(is64, dst, dst, src), ctx); in build_insn() 927 emit(A64_SUB(is64, dst, dst, tmp), ctx); in build_insn()
|