Searched refs:A64_NEG (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/net/ | ||
| H A D | bpf_jit.h | 240 #define A64_NEG(sf, Rd, Rm) A64_SUB(sf, Rd, A64_ZR, Rm) macro |
| H A D | bpf_jit_comp.c | 1229 emit(A64_NEG(is64, dst, dst), ctx); in build_insn() |