Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c262 emit(A64_SUB_I(1, A64_SP, A64_SP, ctx->stack_size), ctx); in build_prologue()
571 emit(A64_SUB_I(is64, dst, dst, -imm), ctx); in build_insn()
580 emit(A64_SUB_I(is64, dst, dst, imm), ctx); in build_insn()
H A Dbpf_jit.h102 #define A64_SUB_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, SUB) macro