Lines Matching defs:vn_form

1450                                VectorFormat vn_form,
1453 VIXL_ASSERT(vn_form != kFormatUndefined);
1477 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form);
1478 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1479 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form);
1480 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form);
1481 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form);
1544 VectorFormat vn_form) {
1548 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form);
1549 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1563 vn_form,
1658 VectorFormat vn_form,
1661 VIXL_ASSERT(vn_form != kFormatUndefined);
1678 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form);
1679 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1680 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form);
1681 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form);
1682 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form);
1752 VectorFormat vn_form) {
1770 vn_form,
1822 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1886 VectorFormat vn_form,
1890 VIXL_ASSERT(vn_form != kFormatUndefined);
1918 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form);
1919 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1920 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form);
1921 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form);
1922 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form);
2009 VectorFormat vn_form,
2030 vn_form,
2136 VectorFormat vn_form,
2141 VIXL_ASSERT(vn_form != kFormatUndefined);
2171 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form);
2172 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
2173 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form);
2174 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form);
2175 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form);
2270 VectorFormat vn_form,
2297 vn_form,
2412 VectorFormat vn_form,
2414 VIXL_ASSERT(vd_form != kFormatUndefined && vn_form != kFormatUndefined);
2433 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form);
2434 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
2435 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form);
2436 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form);
2437 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form);
2506 VectorFormat vn_form) {
2510 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form);
2511 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
2527 vn_form,
2629 VectorFormat vn_form,
2632 VIXL_ASSERT(vn_form != kFormatUndefined);
2650 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form);
2651 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
2652 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form);
2653 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form);
2654 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form);
2731 VectorFormat vn_form) {
2757 vn_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)