Searched refs:emit_and (Results 1 - 3 of 3) sorted by path

/linux-master/arch/riscv/net/
H A Dbpf_jit.h1049 static inline void emit_and(u8 rd, u8 rs1, u8 rs2, struct rv_jit_context *ctx) function
H A Dbpf_jit_comp64.c1154 emit_and(rd, rd, rs, ctx);
1278 emit_and(rd, rd, RV_REG_T1, ctx);
1419 emit_and(RV_REG_T1, rd, rs, ctx);
1477 emit_and(RV_REG_T1, rd, RV_REG_T1, ctx);
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c285 #define emit_and(R1, R2, R3) \ macro

Completed in 352 milliseconds