Searched refs:rv_andi (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/riscv/net/ |
| D | bpf_jit_comp.c | 329 static u32 rv_andi(u8 rd, u8 rs1, u16 imm11_0) in rv_andi() function 845 emit(rv_andi(RV_REG_T1, rd, 0xff), ctx); in emit_insn() 852 emit(rv_andi(RV_REG_T1, rd, 0xff), ctx); in emit_insn() 857 emit(rv_andi(RV_REG_T1, rd, 0xff), ctx); in emit_insn() 864 emit(rv_andi(RV_REG_T1, rd, 0xff), ctx); in emit_insn() 869 emit(rv_andi(RV_REG_T1, rd, 0xff), ctx); in emit_insn() 874 emit(rv_andi(RV_REG_T1, rd, 0xff), ctx); in emit_insn() 879 emit(rv_andi(RV_REG_T1, rd, 0xff), ctx); in emit_insn() 884 emit(rv_andi(RV_REG_T1, rd, 0xff), ctx); in emit_insn() 928 emit(rv_andi(rd, rd, imm), ctx); in emit_insn()
|