Home
last modified time | relevance | path

Searched refs:vj (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchLSXInstrInfo.td188 : Fmt2R_VV<op, (outs LSX128:$vd), (ins LSX128:$vj), "$vd, $vj">;
194 : Fmt2R_CV<op, (outs CFR:$cd), (ins LSX128:$vj), "$cd, $vj">;
1746 def : Pat<(fneg (v4f32 LSX128:$vj)), (VBITREVI_W LSX128:$vj, 31)>;
1747 def : Pat<(fneg (v2f64 LSX128:$vj)), (VBITREVI_D LSX128:$vj, 63)>;
1750 def : Pat<(v4f32 (sint_to_fp v4i32:$vj)), (VFFINT_S_W v4i32:$vj)>;
1751 def : Pat<(v2f64 (sint_to_fp v2i64:$vj)), (VFFINT_D_L v2i64:$vj)>;
1754 def : Pat<(v4f32 (uint_to_fp v4i32:$vj)), (VFFINT_S_WU v4i32:$vj)>;
1755 def : Pat<(v2f64 (uint_to_fp v2i64:$vj)), (VFFINT_D_LU v2i64:$vj)>;
1758 def : Pat<(v4i32 (fp_to_sint v4f32:$vj)), (VFTINTRZ_W_S v4f32:$vj)>;
1759 def : Pat<(v2i64 (fp_to_sint v2f64:$vj)), (VFTINTRZ_L_D v2f64:$vj)>;
[all …]
H A DLoongArchLSXInstrFormats.td37 bits<5> vj;
61 bits<5> vj;
75 bits<5> vj;
103 bits<5> vj;
118 bits<5> vj;
146 bits<5> vj;
161 bits<5> vj;
189 bits<5> vj;
204 bits<5> vj;
232 bits<5> vj;
[all …]
H A DLoongArchLASXInstrInfo.td1619 def : Pat<(v8f32 (sint_to_fp v8i32:$vj)), (XVFFINT_S_W v8i32:$vj)>;
1620 def : Pat<(v4f64 (sint_to_fp v4i64:$vj)), (XVFFINT_D_L v4i64:$vj)>;
1621 def : Pat<(v4f64 (sint_to_fp v4i32:$vj)),
1624 def : Pat<(v4f32 (sint_to_fp v4i64:$vj)),
1630 def : Pat<(v8f32 (uint_to_fp v8i32:$vj)), (XVFFINT_S_WU v8i32:$vj)>;
1631 def : Pat<(v4f64 (uint_to_fp v4i64:$vj)), (XVFFINT_D_LU v4i64:$vj)>;
1632 def : Pat<(v4f64 (uint_to_fp v4i32:$vj)),
1641 def : Pat<(v8i32 (fp_to_sint v8f32:$vj)), (XVFTINTRZ_W_S v8f32:$vj)>;
1642 def : Pat<(v4i64 (fp_to_sint v4f64:$vj)), (XVFTINTRZ_L_D v4f64:$vj)>;
1652 def : Pat<(v8i32 (fp_to_uint v8f32:$vj)), (XVFTINTRZ_WU_S v8f32:$vj)>;
[all …]
/freebsd/usr.sbin/ppp/
H A Dvjcomp.c84 type = sl_compress_tcp(bp, pip, &bundle->ncp.ipcp.vj.cslc, in vj_LayerPush()
85 &bundle->ncp.ipcp.vj.slstat, in vj_LayerPush()
129 len = sl_uncompress_tcp(&bufp, len, type, &ipcp->vj.cslc, &ipcp->vj.slstat, in VjUncompressTcp()
149 len = sl_uncompress_tcp(&bufp, olen, type, &ipcp->vj.cslc, &ipcp->vj.slstat, in VjUncompressTcp()
H A Dslcompress.c591 arg->bundle->ncp.ipcp.vj.slstat.sls_compressed, in sl_Show()
592 arg->bundle->ncp.ipcp.vj.slstat.sls_packets); in sl_Show()
594 arg->bundle->ncp.ipcp.vj.slstat.sls_misses, in sl_Show()
595 arg->bundle->ncp.ipcp.vj.slstat.sls_searches); in sl_Show()
597 arg->bundle->ncp.ipcp.vj.slstat.sls_compressedin, in sl_Show()
598 arg->bundle->ncp.ipcp.vj.slstat.sls_uncompressedin); in sl_Show()
600 arg->bundle->ncp.ipcp.vj.slstat.sls_errorin, in sl_Show()
601 arg->bundle->ncp.ipcp.vj.slstat.sls_tossed); in sl_Show()
H A Dipcp.c387 ipcp->cfg.vj.slots, ipcp->cfg.vj.slotcomp ? "with" : "without"); in ipcp_Show()
432 arg->bundle->ncp.ipcp.cfg.vj.slots = slots; in ipcp_vjset()
436 arg->bundle->ncp.ipcp.cfg.vj.slotcomp = 1; in ipcp_vjset()
459 ipcp->cfg.vj.slots = DEF_VJ_STATES; in ipcp_Init()
460 ipcp->cfg.vj.slotcomp = 1; in ipcp_Init()
485 ipcp->cfg.vj.neg = NEG_ENABLED|NEG_ACCEPTED; in ipcp_Init()
487 memset(&ipcp->vj, '\0', sizeof ipcp->vj); in ipcp_Init()
581 if (IsEnabled(ipcp->cfg.vj.neg) in ipcp_Setup()
588 ipcp->cfg.vj.slotcomp; in ipcp_Setup()
591 sl_compress_init(&ipcp->vj.cslc, ipcp->cfg.vj.slots - 1); in ipcp_Setup()
[all …]
H A Dipcp.h53 } vj; member
75 } vj; member
H A Dradius.h49 unsigned vj : 1; /* FRAMED Compression */ member
H A Dradius.c332 r->vj = 0; in radius_Process()
379 r->vj = rad_cvt_int(data) == 1 ? 1 : 0; in radius_Process()
381 " VJ %sabled\n", r->vj ? "en" : "dis"); in radius_Process()
769 r->vj = 0; in radius_Init()
1308 prompt_Printf(p, " VJ: %sabled\n", r->vj ? "en" : "dis"); in radius_Show()
H A DREADME.changes84 o `show msext' and `show vj' are part of `show ipcp'
H A Dcommand.c2966 arg->bundle->ncp.ipcp.cfg.vj.neg &= keep; in NegotiateSet()
2967 arg->bundle->ncp.ipcp.cfg.vj.neg |= add; in NegotiateSet()
/freebsd/sys/net/
H A Dppp_defs.h123 struct vjstat vj; /* VJ header compression statistics */ member
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem153 vj+
/freebsd/secure/caroot/trusted/
H A DGlobalSign_Root_R46.pem131 4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6