Searched refs:ARM_COND_EQ (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/net/ |
H A D | bpf_jit_32.h | 29 #define ARM_COND_EQ 0x0 /* == */ macro
|
H A D | bpf_jit_32.c | 1372 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1436 _emit(ARM_COND_EQ, ARM_CMP_I(tc[1], lo), ctx); in emit_bpf_tail_call() 1451 _emit(ARM_COND_EQ, ARM_B(jmp_offset), ctx); in emit_bpf_tail_call() 1999 _emit(ARM_COND_EQ, ARM_B(jmp_offset), ctx); in build_insn()
|