Lines Matching refs:vn_form
1187 VectorFormat vn_form) { in Test1OpNEON_Helper() argument
1189 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpNEON_Helper()
1206 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in Test1OpNEON_Helper()
1207 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON_Helper()
1208 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test1OpNEON_Helper()
1209 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test1OpNEON_Helper()
1210 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test1OpNEON_Helper()
1271 VectorFormat vn_form) { in Test1OpNEON() argument
1275 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test1OpNEON()
1276 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON()
1287 vd_form, vn_form); in Test1OpNEON()
1379 VectorFormat vn_form) { in Test1OpAcrossNEON_Helper() argument
1381 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpAcrossNEON_Helper()
1397 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1398 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1399 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1400 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1401 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1464 VectorFormat vn_form) { in Test1OpAcrossNEON() argument
1478 vd_form, vn_form); in Test1OpAcrossNEON()
1519 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON()
1580 VectorFormat vn_form, in Test2OpNEON_Helper() argument
1583 VIXL_ASSERT(vn_form != kFormatUndefined); in Test2OpNEON_Helper()
1605 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in Test2OpNEON_Helper()
1606 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpNEON_Helper()
1607 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test2OpNEON_Helper()
1608 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test2OpNEON_Helper()
1609 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test2OpNEON_Helper()
1693 VectorFormat vn_form, in Test2OpNEON() argument
1709 vd_form, vn_form, vm_form); in Test2OpNEON()
1806 VectorFormat vn_form, in TestByElementNEON_Helper() argument
1809 VIXL_ASSERT(vn_form != kFormatUndefined); in TestByElementNEON_Helper()
1831 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in TestByElementNEON_Helper()
1832 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in TestByElementNEON_Helper()
1833 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in TestByElementNEON_Helper()
1834 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in TestByElementNEON_Helper()
1835 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in TestByElementNEON_Helper()
1926 VectorFormat vn_form, in TestByElementNEON() argument
1946 vd_form, vn_form, vm_form); in TestByElementNEON()
2050 VectorFormat vn_form) { in Test2OpImmNEON_Helper() argument
2052 vn_form != kFormatUndefined); in Test2OpImmNEON_Helper()
2069 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in Test2OpImmNEON_Helper()
2070 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpImmNEON_Helper()
2071 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test2OpImmNEON_Helper()
2072 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test2OpImmNEON_Helper()
2073 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test2OpImmNEON_Helper()
2140 VectorFormat vn_form) { in Test2OpImmNEON() argument
2144 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test2OpImmNEON()
2145 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpImmNEON()
2156 vd_form, vn_form); in Test2OpImmNEON()
2251 VectorFormat vd_form, VectorFormat vn_form) { in TestOpImmOpImmNEON_Helper() argument
2253 VIXL_ASSERT(vn_form != kFormatUndefined); in TestOpImmOpImmNEON_Helper()
2271 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2272 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2273 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2274 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2275 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2352 VectorFormat vn_form) { in TestOpImmOpImmNEON() argument
2375 vd_form, vn_form); in TestOpImmOpImmNEON()
2758 #define CALL_TEST_NEON_HELPER_ACROSS(mnemonic, vd_form, vn_form, input_n) \ argument
2760 vd_form, vn_form, \