Lines Matching defs:vd_form

1449                                VectorFormat vd_form,
1452 VIXL_ASSERT(vd_form != kFormatUndefined);
1474 const unsigned vd_bits = RegisterSizeInBitsFromFormat(vd_form);
1475 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
1543 VectorFormat vd_form,
1547 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
1562 vd_form,
1657 VectorFormat vd_form,
1660 VIXL_ASSERT(vd_form != kFormatUndefined);
1677 const unsigned vd_bits = RegisterSizeInBitsFromFormat(vd_form);
1751 VectorFormat vd_form,
1755 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
1756 const unsigned vd_lanes_per_q = MaxLaneCountFromFormat(vd_form);
1769 vd_form,
1885 VectorFormat vd_form,
1889 VIXL_ASSERT(vd_form != kFormatUndefined);
1915 const unsigned vd_bits = RegisterSizeInBitsFromFormat(vd_form);
1916 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
2008 VectorFormat vd_form,
2013 const unsigned vd_lane_count = MaxLaneCountFromFormat(vd_form);
2029 vd_form,
2135 VectorFormat vd_form,
2140 VIXL_ASSERT(vd_form != kFormatUndefined);
2168 const unsigned vd_bits = RegisterSizeInBitsFromFormat(vd_form);
2169 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
2269 VectorFormat vd_form,
2277 const unsigned vd_lane_count = MaxLaneCountFromFormat(vd_form);
2296 vd_form,
2411 VectorFormat vd_form,
2414 VIXL_ASSERT(vd_form != kFormatUndefined && vn_form != kFormatUndefined);
2430 const unsigned vd_bits = RegisterSizeInBitsFromFormat(vd_form);
2431 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
2505 VectorFormat vd_form,
2509 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
2526 vd_form,
2628 VectorFormat vd_form,
2631 VIXL_ASSERT(vd_form != kFormatUndefined);
2647 const unsigned vd_bits = RegisterSizeInBitsFromFormat(vd_form);
2648 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
2730 VectorFormat vd_form,
2736 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
2756 vd_form,
3225 #define CALL_TEST_NEON_HELPER_ACROSS(mnemonic, vd_form, vn_form, input_n) \
3226 CALL_TEST_NEON_HELPER_1OpAcross(mnemonic, vd_form, vn_form, input_n)