Searched refs:A64_CBZ (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit.h | 26 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO) macro
|
D | bpf_jit_comp.c | 416 emit(A64_CBZ(1, prg, jmp_offset), ctx); in emit_bpf_tail_call() 1701 *branch = cpu_to_le32(A64_CBZ(1, A64_R(0), offset)); in invoke_bpf_prog()
|