Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/net/
Dbpf_jit.c219 static inline void emit_and(unsigned int dst, unsigned int src1, in emit_and() function
231 emit_and(dst, src, r_tmp, ctx); in emit_andi()
901 emit_and(r_A, r_A, r_X, ctx); in build_body()
1034 emit_and(r_s0, r_A, r_s1, ctx); in build_body()
1047 emit_and(r_s0, r_A, r_X, ctx); in build_body()
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_32.c285 #define emit_and(R1, R2, R3) \ macro
562 emit_and(r_A, r_TMP, r_A); in bpf_jit_compile()