Home
last modified time | relevance | path

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

/arch/arm/net/
Dbpf_jit_32.h180 #define ARM_CMP_R(rn, rm) _AL3_R(ARM_INST_CMP, 0, rn, rm) macro
Dbpf_jit_32.c978 emit(ARM_CMP_R(rd, rm), ctx); in emit_ar_r()
979 _emit(ARM_COND_EQ, ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
983 emit(ARM_CMP_R(rn, rt), ctx); in emit_ar_r()
988 emit(ARM_CMP_R(rt, rn), ctx); in emit_ar_r()
1020 emit(ARM_CMP_R(tmp2[1], tmp[1]), ctx); in emit_bpf_tail_call()