Searched refs:rv_and (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp32.c258 emit(rv_and(lo(rd), lo(rd), RV_REG_T0), ctx);
358 emit(rv_and(lo(rd), lo(rd), RV_REG_T0), ctx);
439 emit(rv_and(lo(rd), lo(rd), lo(rs)), ctx);
440 emit(rv_and(hi(rd), hi(rd), hi(rs)), ctx);
530 emit(rv_and(lo(rd), lo(rd), lo(rs)), ctx);
635 emit(rv_and(RV_REG_T0, hi(rs1), hi(rs2)), ctx);
637 emit(rv_and(RV_REG_T0, lo(rs1), lo(rs2)), ctx);
708 emit(rv_and(RV_REG_T0, rd, rs), ctx);
H A Dbpf_jit.h402 static inline u32 rv_and(u8 rd, u8 rs1, u8 rs2) function
1052 emit(rv_and(rd, rs1, rs2), ctx);

Completed in 127 milliseconds