Searched refs:A64_SUB (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit.h | 154 #define A64_SUB(sf, Rd, Rn, Rm) A64_ADDSUB_SREG(sf, Rd, Rn, Rm, SUB) macro 157 #define A64_NEG(sf, Rd, Rm) A64_SUB(sf, Rd, A64_ZR, Rm)
|
H A D | bpf_jit_comp.c | 470 emit(A64_SUB(is64, dst, dst, src), ctx); in build_insn() 584 emit(A64_SUB(is64, dst, dst, tmp), ctx); in build_insn()
|
/kernel/linux/linux-6.6/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()
|
Completed in 12 milliseconds