Searched refs:wr_both (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_asm.c | 210 reg->wr_both = true; in swreg_to_unrestricted() 291 reg->wr_both = true; in swreg_to_restricted()
|
D | nfp_asm.h | 395 bool wr_both; member 405 bool wr_both; member
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 272 enum immed_shift shift, bool wr_both, in __emit_immed() argument 284 FIELD_PREP(OP_IMMED_WR_AB, wr_both) | in __emit_immed() 313 reg.wr_both, reg.dst_lmextn, reg.src_lmextn); in emit_immed() 319 u16 areg, enum shf_op op, u16 breg, bool i8, bool sw, bool wr_both, in __emit_shf() argument 342 FIELD_PREP(OP_SHF_WR_AB, wr_both) | in __emit_shf() 363 reg.areg, op, reg.breg, reg.i8, reg.swap, reg.wr_both, in emit_shf() 382 u16 areg, enum alu_op op, u16 breg, bool swap, bool wr_both, in __emit_alu() argument 394 FIELD_PREP(OP_ALU_WR_AB, wr_both) | in __emit_alu() 415 reg.areg, op, reg.breg, reg.swap, reg.wr_both, in emit_alu() 422 bool wr_both, bool dst_lmextn, bool src_lmextn) in __emit_mul() argument [all …]
|