Searched refs:arc_st_r (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/arc/net/ |
D | bpf_jit_arcv2.c | 746 static u8 arc_st_r(u8 *buf, u8 reg, u8 reg_mem, s16 off, u8 zz) in arc_st_r() function 1467 len += arc_st_r(BUF(buf, len), REG_LO(rs), arc_reg_mem, in store_r() 1469 len += arc_st_r(BUF(buf, len), REG_HI(rs), arc_reg_mem, in store_r() 1474 len += arc_st_r(BUF(buf, len), REG_LO(rs), arc_reg_mem, in store_r() 1501 len += arc_st_r(BUF(buf, len), arc_rs, arc_reg_mem, in store_i() 1505 len += arc_st_r(BUF(buf, len), arc_rs, arc_reg_mem, in store_i() 1511 len += arc_st_r(BUF(buf, len), arc_rs, arc_reg_mem, off, zz); in store_i()
|