Searched refs:ARM_CMP_R (Results 1 – 2 of 2) sorted by relevance
/arch/arm/net/ |
D | bpf_jit_32.c | 1142 emit(ARM_CMP_R(rd, rm), ctx); in emit_ar_r() 1144 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1146 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1151 emit(ARM_CMP_R(rn, rt), ctx); in emit_ar_r() 1157 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1194 emit(ARM_CMP_R(r_index, tmp[1]), ctx); in emit_bpf_tail_call()
|
D | bpf_jit_32.h | 183 #define ARM_CMP_R(rn, rm) _AL3_R(ARM_INST_CMP, 0, rn, rm) macro
|