Searched refs:ARM_CMP_R (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 1370 emit(ARM_CMP_R(rd, rm), ctx); in emit_ar_r() 1372 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1374 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1379 emit(ARM_CMP_R(rn, rt), ctx); in emit_ar_r() 1385 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1422 emit(ARM_CMP_R(r_index, tmp[1]), ctx); in emit_bpf_tail_call()
|
H A D | bpf_jit_32.h | 189 #define ARM_CMP_R(rn, rm) _AL3_R(ARM_INST_CMP, 0, rn, rm) macro
|