Lines Matching defs:bs_vec
74 __m256i tmp_vec0, bs_vec;
80 bs_vec = __lasx_xvslti_b(tc_vec, 0);
81 bs_vec = __lasx_xvxori_b(bs_vec, 255);
82 bs_vec = __lasx_xvandi_b(bs_vec, 1);
84 if (__lasx_xbnz_v(bs_vec)) {
92 is_bs_greater_than0 = __lasx_xvslt_bu(zero, bs_vec);
249 __m256i tmp_vec0, bs_vec;
255 bs_vec = __lasx_xvslti_b(tc_vec, 0);
256 bs_vec = __lasx_xvxori_b(bs_vec, 255);
257 bs_vec = __lasx_xvandi_b(bs_vec, 1);
259 if (__lasx_xbnz_v(bs_vec)) {
275 is_bs_greater_than0 = __lasx_xvslt_bu(zero, bs_vec);
369 __m256i tmp_vec0, bs_vec;
378 bs_vec = __lasx_xvslti_b(tc_vec, 0);
379 bs_vec = __lasx_xvxori_b(bs_vec, 255);
380 bs_vec = __lasx_xvandi_b(bs_vec, 1);
381 bs_vec = __lasx_xvpermi_q(zero, bs_vec, 0x30);
383 if (__lasx_xbnz_v(bs_vec)) {
390 is_bs_greater_than0 = __lasx_xvslt_bu(zero, bs_vec);
478 __m256i tmp_vec0, bs_vec;
484 bs_vec = __lasx_xvslti_b(tc_vec, 0);
485 bs_vec = __lasx_xvxori_b(bs_vec, 255);
486 bs_vec = __lasx_xvandi_b(bs_vec, 1);
487 bs_vec = __lasx_xvpermi_q(zero, bs_vec, 0x30);
489 if (__lasx_xbnz_v(bs_vec)) {
502 is_bs_greater_than0 = __lasx_xvslt_bu(zero, bs_vec);