Searched refs:wr_both (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/ |
D | nfp_asm.c | 180 reg->wr_both = true; in swreg_to_unrestricted() 261 reg->wr_both = true; in swreg_to_restricted()
|
D | nfp_asm.h | 374 bool wr_both; member 384 bool wr_both; member
|
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 274 enum immed_shift shift, bool wr_both, in __emit_immed() argument 286 FIELD_PREP(OP_IMMED_WR_AB, wr_both) | in __emit_immed() 315 reg.wr_both, reg.dst_lmextn, reg.src_lmextn); in emit_immed() 321 u16 areg, enum shf_op op, u16 breg, bool i8, bool sw, bool wr_both, in __emit_shf() argument 355 FIELD_PREP(OP_SHF_WR_AB, wr_both) | in __emit_shf() 376 reg.areg, op, reg.breg, reg.i8, reg.swap, reg.wr_both, in emit_shf() 395 u16 areg, enum alu_op op, u16 breg, bool swap, bool wr_both, in __emit_alu() argument 407 FIELD_PREP(OP_ALU_WR_AB, wr_both) | in __emit_alu() 428 reg.areg, op, reg.breg, reg.swap, reg.wr_both, in emit_alu() 435 bool wr_both, bool dst_lmextn, bool src_lmextn) in __emit_mul() argument [all …]
|