Searched refs:ARM_CMP_I (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.h | 187 #define ARM_CMP_I(rn, imm) _AL3_I(ARM_INST_CMP, 0, rn, imm) macro
|
H A D | bpf_jit_32.c | 1209 emit(ARM_CMP_I(tc[0], hi), ctx); in emit_bpf_tail_call() 1210 _emit(ARM_COND_EQ, ARM_CMP_I(tc[1], lo), ctx); in emit_bpf_tail_call() 1224 emit(ARM_CMP_I(tmp[1], 0), ctx); in emit_bpf_tail_call()
|
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.h | 187 #define ARM_CMP_I(rn, imm) _AL3_I(ARM_INST_CMP, 0, rn, imm) macro
|
H A D | bpf_jit_32.c | 1194 emit(ARM_CMP_I(tc[0], hi), ctx); in emit_bpf_tail_call() 1195 _emit(ARM_COND_EQ, ARM_CMP_I(tc[1], lo), ctx); in emit_bpf_tail_call() 1209 emit(ARM_CMP_I(tmp[1], 0), ctx); in emit_bpf_tail_call()
|
Completed in 8 milliseconds