Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/net/
Dbpf_jit_32.h32 #define ARM_COND_EQ 0x0 /* == */ macro
Dbpf_jit_32.c1100 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
1158 _emit(ARM_COND_EQ, ARM_CMP_I(tc[1], lo), ctx); in emit_bpf_tail_call()
1173 _emit(ARM_COND_EQ, ARM_B(jmp_offset), ctx); in emit_bpf_tail_call()
1665 _emit(ARM_COND_EQ, ARM_B(jmp_offset), ctx); in build_insn()