Home
last modified time | relevance | path

Searched refs:A64_SUB_I (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c278 emit(A64_SUB_I(is64, dst, src, -imm), ctx); in emit_a64_add_i()
551 emit(A64_SUB_I(1, A64_SP, A64_FP, 96), ctx); in build_prologue()
563 emit(A64_SUB_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in build_prologue()
1285 emit(A64_SUB_I(is64, dst, dst, imm), ctx); in build_insn()
2343 emit(A64_SUB_I(1, A64_SP, A64_SP, stack_size), ctx); in prepare_trampoline()
H A Dbpf_jit.h180 #define A64_SUB_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, SUB) macro