Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c1129 emit(ARM_CMP_R(rd, rm), ctx); in emit_ar_r()
1131 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
1133 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
1138 emit(ARM_CMP_R(rn, rt), ctx); in emit_ar_r()
1144 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
1181 emit(ARM_CMP_R(r_index, tmp[1]), ctx); in emit_bpf_tail_call()
H A Dbpf_jit_32.h186 #define ARM_CMP_R(rn, rm) _AL3_R(ARM_INST_CMP, 0, rn, rm) macro