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

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp32.c255 emit(rv_andi(lo(rd), lo(rd), imm), ctx);
355 emit(rv_andi(lo(rd), lo(rd), imm), ctx);
927 emit(rv_andi(RV_REG_T0, rd, 255), ctx);
931 emit(rv_andi(RV_REG_T0, rd, 255), ctx);
935 emit(rv_andi(RV_REG_T0, rd, 255), ctx);
939 emit(rv_andi(RV_REG_T0, rd, 255), ctx);
H A Dbpf_jit.h347 static inline u32 rv_andi(u8 rd, u8 rs1, u16 imm11_0) function
1012 emit(rv_andi(rd, rs, imm), ctx);

Completed in 278 milliseconds