Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/net/
Dbpf_jit_comp.c362 emit(A64_SUB_I(1, fpb, fp, ctx->fpb_offset), ctx); in build_prologue()
368 emit(A64_SUB_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in build_prologue()
885 emit(A64_SUB_I(is64, dst, dst, -imm), ctx); in build_insn()
894 emit(A64_SUB_I(is64, dst, dst, imm), ctx); in build_insn()
1865 emit(A64_SUB_I(1, A64_SP, A64_SP, stack_size), ctx); in prepare_trampoline()
Dbpf_jit.h154 #define A64_SUB_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, SUB) macro