Searched refs:rv_amoand_w (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 507 rv_amoand_w(RV_REG_ZERO, rs, rd, 0, 0), ctx); in emit_atomic() 526 rv_amoand_w(rs, rs, rd, 1, 1), ctx); in emit_atomic()
|
H A D | bpf_jit.h | 562 static inline u32 rv_amoand_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_amoand_w() function
|