Searched refs:ARM_CMP_I (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/net/ |
H A D | bpf_jit_32.h | 187 #define ARM_CMP_I(rn, imm) _AL3_I(ARM_INST_CMP, 0, rn, imm) macro
|
H A D | bpf_jit_32.c | 1194 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()
|