Searched refs:ARM_COND_EQ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.c | 1147 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1210 _emit(ARM_COND_EQ, ARM_CMP_I(tc[1], lo), ctx); in emit_bpf_tail_call() 1225 _emit(ARM_COND_EQ, ARM_B(jmp_offset), ctx); in emit_bpf_tail_call() 1750 _emit(ARM_COND_EQ, ARM_B(jmp_offset), ctx); in build_insn()
|
H A D | bpf_jit_32.h | 29 #define ARM_COND_EQ 0x0 /* == */ macro
|
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.c | 1131 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1195 _emit(ARM_COND_EQ, ARM_CMP_I(tc[1], lo), ctx); in emit_bpf_tail_call() 1210 _emit(ARM_COND_EQ, ARM_B(jmp_offset), ctx); in emit_bpf_tail_call() 1734 _emit(ARM_COND_EQ, ARM_B(jmp_offset), ctx); in build_insn()
|
H A D | bpf_jit_32.h | 29 #define ARM_COND_EQ 0x0 /* == */ macro
|
Completed in 11 milliseconds