Lines Matching defs:true

1535   // With an all-true predicate, these instructions increment or decrement by
1625 // With an all-true predicate, these instructions increment or decrement by
1666 // Check all-true predicates.
1735 // With an all-true predicate, these instructions increment or decrement by
1775 // Check all-true predicates.
1884 // With an all-true predicate, these instructions increment or decrement by
2032 // With an all-true predicate, these instructions increment or decrement by
2188 // With an all-true predicate, these instructions increment or decrement by
2750 if ((pd[i] & 1) == 1) any_active = true;
2996 // Pnext activates the next element that is true in pg, after the last-active
3082 // Pnext activates the next element that is true in pg, after the last-active
3170 // Pnext activates the next element that is true in pg, after the last-active
3235 // Pnext activates the next element that is true in pg, after the last-active
3447 ASSERT_EQUAL_SVE_LANE(true, p[15], i);
3631 // With an all-true predicate, these instructions measure the vector length.
3758 bool is_increment = true) {
3802 CntHelper(config, cnt, multiplier, lane_size_in_bits, acc_value, true);
3966 QIncDecHelper<T>(config, cnt, multiplier, lane_size_in_bits, acc_value, true);
4256 QIncDecXWHelper(config, cnt, multiplier, lane_size_in_bits, acc_value, true);
8878 if (scale == true) {
8882 offs_is_unsigned = (static_cast<int>(mod) == UXTW) ? true : false;
8898 int shift = (scale == true) ? msize_in_bytes_log2 : 0;
8904 if (offs_is_unsigned == true) {
9042 true);
9082 true);
9150 true);
9239 true);
10060 true);
10068 true);
10076 true);
10108 true);
10116 true);
10129 true);
10143 ld1_32_scaled_offset_helper(kHRegSize, ld1sh, ldff1sh, UXTW, true);
10144 ld1_32_scaled_offset_helper(kHRegSize, ld1sh, ldff1sh, SXTW, true);
10176 ld1_32_unscaled_offset_helper(kBRegSize, ld1sb, ldff1sb, UXTW, true);
10177 ld1_32_unscaled_offset_helper(kBRegSize, ld1sb, ldff1sb, SXTW, true);
10181 ld1_32_unscaled_offset_helper(kHRegSize, ld1sh, ldff1sh, UXTW, true);
10182 ld1_32_unscaled_offset_helper(kHRegSize, ld1sh, ldff1sh, SXTW, true);
10195 true);
10214 ld1_32_unpacked_scaled_offset_helper(kHRegSize, ld1sh, ldff1sh, UXTW, true);
10215 ld1_32_unpacked_scaled_offset_helper(kHRegSize, ld1sh, ldff1sh, SXTW, true);
10219 ld1_32_unpacked_scaled_offset_helper(kSRegSize, ld1sw, ldff1sw, UXTW, true);
10220 ld1_32_unpacked_scaled_offset_helper(kSRegSize, ld1sw, ldff1sw, SXTW, true);
10252 ld1_32_unpacked_unscaled_offset_helper(kHRegSize, ld1sh, ldff1sh, UXTW, true);
10253 ld1_32_unpacked_unscaled_offset_helper(kHRegSize, ld1sh, ldff1sh, SXTW, true);
10257 ld1_32_unpacked_unscaled_offset_helper(kSRegSize, ld1sw, ldff1sw, UXTW, true);
10258 ld1_32_unpacked_unscaled_offset_helper(kSRegSize, ld1sw, ldff1sw, SXTW, true);
10271 true);
10287 ld1_64_scaled_offset_helper(kHRegSize, ld1sh, ldff1sh, true);
10291 ld1_64_scaled_offset_helper(kSRegSize, ld1sw, ldff1sw, true);
10324 ld1_64_unscaled_offset_helper(kBRegSize, ld1sb, ldff1sb, true);
10328 ld1_64_unscaled_offset_helper(kHRegSize, ld1sh, ldff1sh, true);
10332 ld1_64_unscaled_offset_helper(kSRegSize, ld1sw, ldff1sw, true);
10412 // Store with all-true and patterned predication, load back, and create a
10754 sve_st1_scalar_plus_vector_helper(config, kDRegSize, UXTW, true);
10755 sve_st1_scalar_plus_vector_helper(config, kDRegSize, SXTW, true);
10764 sve_st1_scalar_plus_vector_helper(config, kSRegSize, UXTW, true);
10765 sve_st1_scalar_plus_vector_helper(config, kSRegSize, SXTW, true);
10769 sve_st1_scalar_plus_vector_helper(config, kDRegSize, LSL, true);
11727 true);
11737 true);
11810 true,
11839 true,
13444 // The last active element of `pn` are `true` in all vector length configurations.
13516 // The last active element of `pn` are `true` in all vector length configurations.
16641 // expected result on all-true predication.
17121 // With an all-true predicate, this helper aims to compare with special
17133 // With an all-true predicate, the value in zd is
17146 // With an all-true predicate, the value in zd is
17169 // With an all-true predicate, this helper aims to compare with special
17826 if (is_absolute == true) {
17899 TestFpCompareHelper(config, lane_size, gt, zn, zm, pd_fac_gt, true);
17900 TestFpCompareHelper(config, lane_size, lt, zn, zm, pd_fac_lt, true);
17901 TestFpCompareHelper(config, lane_size, ge, zn, zm, pd_fac_ge, true);
17902 TestFpCompareHelper(config, lane_size, le, zn, zm, pd_fac_le, true);
18612 LoadBcastHelper(config, kBRegSize, kHRegSize, &MacroAssembler::Ld1rsb, true);
18613 LoadBcastHelper(config, kBRegSize, kSRegSize, &MacroAssembler::Ld1rsb, true);
18614 LoadBcastHelper(config, kBRegSize, kDRegSize, &MacroAssembler::Ld1rsb, true);
18618 LoadBcastHelper(config, kHRegSize, kSRegSize, &MacroAssembler::Ld1rsh, true);
18619 LoadBcastHelper(config, kHRegSize, kDRegSize, &MacroAssembler::Ld1rsh, true);
18623 LoadBcastHelper(config, kSRegSize, kDRegSize, &MacroAssembler::Ld1rsw, true);