Searched refs:ARM_CMP_R (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/arch/arm/net/ |
| D | bpf_jit_32.c | 1126 emit(ARM_CMP_R(rd, rm), ctx); in emit_ar_r() 1128 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1130 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1135 emit(ARM_CMP_R(rn, rt), ctx); in emit_ar_r() 1141 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r() 1178 emit(ARM_CMP_R(r_index, tmp[1]), ctx); in emit_bpf_tail_call()
|
| D | bpf_jit_32.h | 186 #define ARM_CMP_R(rn, rm) _AL3_R(ARM_INST_CMP, 0, rn, rm) macro
|