• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:vn_form

1303                                VectorFormat vn_form) {  in Test1OpNEON_Helper()  argument
1305 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpNEON_Helper()
1322 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in Test1OpNEON_Helper()
1323 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON_Helper()
1324 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test1OpNEON_Helper()
1325 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test1OpNEON_Helper()
1326 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test1OpNEON_Helper()
1390 VectorFormat vn_form) { in Test1OpNEON() argument
1394 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test1OpNEON()
1395 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpNEON()
1407 vn_form); in Test1OpNEON()
1501 VectorFormat vn_form) { in Test1OpAcrossNEON_Helper() argument
1503 VIXL_ASSERT(vn_form != kFormatUndefined); in Test1OpAcrossNEON_Helper()
1518 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1519 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1520 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1521 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1522 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test1OpAcrossNEON_Helper()
1593 VectorFormat vn_form) { in Test1OpAcrossNEON() argument
1609 vn_form); in Test1OpAcrossNEON()
1660 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test1OpAcrossNEON()
1724 VectorFormat vn_form, in Test2OpNEON_Helper() argument
1727 VIXL_ASSERT(vn_form != kFormatUndefined); in Test2OpNEON_Helper()
1749 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in Test2OpNEON_Helper()
1750 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpNEON_Helper()
1751 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test2OpNEON_Helper()
1752 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test2OpNEON_Helper()
1753 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test2OpNEON_Helper()
1841 VectorFormat vn_form, in Test2OpNEON() argument
1860 vn_form, in Test2OpNEON()
1965 VectorFormat vn_form, in TestByElementNEON_Helper() argument
1968 VIXL_ASSERT(vn_form != kFormatUndefined); in TestByElementNEON_Helper()
1990 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in TestByElementNEON_Helper()
1991 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in TestByElementNEON_Helper()
1992 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in TestByElementNEON_Helper()
1993 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in TestByElementNEON_Helper()
1994 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in TestByElementNEON_Helper()
2088 VectorFormat vn_form, in TestByElementNEON() argument
2112 vn_form, in TestByElementNEON()
2225 VectorFormat vn_form) { in Test2OpImmNEON_Helper() argument
2226 VIXL_ASSERT(vd_form != kFormatUndefined && vn_form != kFormatUndefined); in Test2OpImmNEON_Helper()
2243 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in Test2OpImmNEON_Helper()
2244 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpImmNEON_Helper()
2245 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test2OpImmNEON_Helper()
2246 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in Test2OpImmNEON_Helper()
2247 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test2OpImmNEON_Helper()
2317 VectorFormat vn_form) { in Test2OpImmNEON() argument
2321 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in Test2OpImmNEON()
2322 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in Test2OpImmNEON()
2336 vn_form); in Test2OpImmNEON()
2437 VectorFormat vn_form) { in TestOpImmOpImmNEON_Helper() argument
2439 VIXL_ASSERT(vn_form != kFormatUndefined); in TestOpImmOpImmNEON_Helper()
2457 const unsigned vn_bits = RegisterSizeInBitsFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2458 const unsigned vn_lane_count = LaneCountFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2459 const unsigned vn_lane_bytes = LaneSizeInBytesFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2460 const unsigned vn_lane_bytes_log2 = LaneSizeInBytesLog2FromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2461 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
2539 VectorFormat vn_form) { in TestOpImmOpImmNEON() argument
2563 vn_form); in TestOpImmOpImmNEON()
2948 #define CALL_TEST_NEON_HELPER_ACROSS(mnemonic, vd_form, vn_form, input_n) \ argument
2949 CALL_TEST_NEON_HELPER_1OpAcross(mnemonic, vd_form, vn_form, input_n)