Searched refs:A64_SUB (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit.h | 239 #define A64_SUB(sf, Rd, Rn, Rm) A64_ADDSUB_SREG(sf, Rd, Rn, Rm, SUB) macro 242 #define A64_NEG(sf, Rd, Rm) A64_SUB(sf, Rd, A64_ZR, Rm)
|
| H A D | bpf_jit_comp.c | 1388 emit(A64_SUB(is64, dst, dst, src), ctx); in build_insn() 1497 emit(A64_SUB(is64, dst, dst, tmp), ctx); in build_insn() 2591 emit(A64_SUB(0, dst, src, base_lo), ctx); in emit_arena_arg_conv()
|