Searched refs:dst_both (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1534 swreg dst_both = reg_both(dst), dst_a = reg_a(dst), dst_b = reg_a(dst); local
1540 wrp_immed(nfp_prog, dst_both, 0);
1560 emit_alu(nfp_prog, dst_both, imm_a(nfp_prog), ALU_OP_ADD_C,
1575 emit_shf(nfp_prog, dst_both, reg_none(), SHF_OP_NONE, dst_b,
1580 emit_alu(nfp_prog, dst_both, dst_a, ALU_OP_SUB,
1582 emit_shf(nfp_prog, dst_both, reg_none(), SHF_OP_NONE, dst_b,
1584 emit_alu(nfp_prog, dst_both, dst_a, ALU_OP_ADD,
1586 emit_shf(nfp_prog, dst_both, reg_none(), SHF_OP_NONE, dst_b,
1590 emit_shf(nfp_prog, dst_both, reg_none(), SHF_OP_NONE,
1592 wrp_mul_u32(nfp_prog, dst_both, reg_non
[all...]

Completed in 144 milliseconds