Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c368 emit(A64_SUB_I(1, fpb, fp, ctx->fpb_offset), ctx); in build_prologue()
374 emit(A64_SUB_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in build_prologue()
913 emit(A64_SUB_I(is64, dst, dst, -imm), ctx); in build_insn()
922 emit(A64_SUB_I(is64, dst, dst, imm), ctx); in build_insn()
1935 emit(A64_SUB_I(1, A64_SP, A64_SP, stack_size), ctx); in prepare_trampoline()
H A Dbpf_jit.h160 #define A64_SUB_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, SUB) macro