Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.h187 #define ARM_CMP_I(rn, imm) _AL3_I(ARM_INST_CMP, 0, rn, imm) macro
H A Dbpf_jit_32.c1194 emit(ARM_CMP_I(tc[0], hi), ctx); in emit_bpf_tail_call()
1195 _emit(ARM_COND_EQ, ARM_CMP_I(tc[1], lo), ctx); in emit_bpf_tail_call()
1209 emit(ARM_CMP_I(tmp[1], 0), ctx); in emit_bpf_tail_call()