Home
last modified time | relevance | path

Searched refs:ARM_CMP_R (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/net/
H A Dbpf_jit_32.c1145 emit(ARM_CMP_R(rd, rm), ctx); in emit_ar_r()
1147 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
1149 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
1154 emit(ARM_CMP_R(rn, rt), ctx); in emit_ar_r()
1160 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
1197 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
/kernel/linux/linux-6.6/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

Completed in 8 milliseconds