Searched refs:A64_SUB (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 471 emit(A64_SUB(is64, dst, dst, src), ctx); in build_insn() 585 emit(A64_SUB(is64, dst, dst, tmp), ctx); in build_insn()
|