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

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

Completed in 218 milliseconds