Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c711 *branch3 = cpu_to_le32(A64_CBZ(1, prg, off)); in emit_bpf_tail_call()
1288 emit(A64_CBZ(0, reg, 2), ctx); in emit_kfunc_arena_args()
1349 emit(A64_CBZ(0, dst, nr_movk + 1), ctx); in build_insn()
2473 *branch = cpu_to_le32(A64_CBZ(1, A64_R(0), offset)); in invoke_bpf_prog()
2588 emit(A64_CBZ(1, dst, 2), ctx); in emit_arena_arg_conv()
H A Dbpf_jit.h26 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO) macro