Searched refs:LaneSizeInBitsFromFormat (Results 1 – 10 of 10) sorted by relevance
551 int lane_size = LaneSizeInBitsFromFormat(vform); in add()1002 int lane_size = LaneSizeInBitsFromFormat(vform); in sub()1251 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform)); in addv()1269 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform) * 2); in saddlv()1286 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform) * 2); in uaddlv()1488 int shift = LaneSizeInBitsFromFormat(vform) / 2; in shll()1496 int shift = LaneSizeInBitsFromFormat(vform) / 2; in shll2()1582 (shift <= static_cast<int>(LaneSizeInBitsFromFormat(vform)))); in sri()1667 int laneSizeInBits = LaneSizeInBitsFromFormat(vform); in cls()1685 int laneSizeInBits = LaneSizeInBitsFromFormat(vform); in clz()[all …]
539 return ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform)); in ScalarFormatFromFormat()571 unsigned LaneSizeInBitsFromFormat(VectorFormat vform) { in LaneSizeInBitsFromFormat() function599 return LaneSizeInBitsFromFormat(vform) / 8; in LaneSizeInBytesFromFormat()700 return INT64_MAX >> (64 - LaneSizeInBitsFromFormat(vform)); in MaxIntFromFormat()705 return INT64_MIN >> (64 - LaneSizeInBitsFromFormat(vform)); in MinIntFromFormat()710 return UINT64_MAX >> (64 - LaneSizeInBitsFromFormat(vform)); in MaxUintFromFormat()
209 switch (LaneSizeInBitsFromFormat(vform)) { in Int()231 switch (LaneSizeInBitsFromFormat(vform)) { in Uint()252 return Uint(vform, index) << (64 - LaneSizeInBitsFromFormat(vform)); in UintLeftJustified()263 switch (LaneSizeInBitsFromFormat(vform)) { in SetInt()290 switch (LaneSizeInBitsFromFormat(vform)) { in SetUint()317 switch (LaneSizeInBitsFromFormat(vform)) { in ReadUintFromMem()338 switch (LaneSizeInBitsFromFormat(vform)) { in WriteUintToMem()
547 unsigned LaneSizeInBitsFromFormat(VectorFormat vform);
474 return ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform)); in ScalarFormatFromFormat()502 unsigned LaneSizeInBitsFromFormat(VectorFormat vform) { in LaneSizeInBitsFromFormat() function527 return LaneSizeInBitsFromFormat(vform) / 8; in LaneSizeInBytesFromFormat()618 return INT64_MAX >> (64 - LaneSizeInBitsFromFormat(vform)); in MaxIntFromFormat()622 return INT64_MIN >> (64 - LaneSizeInBitsFromFormat(vform)); in MinIntFromFormat()626 return UINT64_MAX >> (64 - LaneSizeInBitsFromFormat(vform)); in MaxUintFromFormat()
648 int lane_size = LaneSizeInBitsFromFormat(vform); in add()966 int lane_size = LaneSizeInBitsFromFormat(vform); in sub()1175 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform)); in addv()1190 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform) * 2); in saddlv()1205 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform) * 2); in uaddlv()1368 int shift = LaneSizeInBitsFromFormat(vform) / 2; in shll()1374 int shift = LaneSizeInBitsFromFormat(vform) / 2; in shll2()1439 (shift <= static_cast<int>(LaneSizeInBitsFromFormat(vform)))); in sri()1504 int laneSizeInBits = LaneSizeInBitsFromFormat(vform); in cls()1517 int laneSizeInBits = LaneSizeInBitsFromFormat(vform); in clz()[all …]
392 switch (LaneSizeInBitsFromFormat(vform)) { in Int()414 switch (LaneSizeInBitsFromFormat(vform)) { in Uint()435 return Uint(vform, index) << (64 - LaneSizeInBitsFromFormat(vform)); in UintLeftJustified()446 switch (LaneSizeInBitsFromFormat(vform)) { in SetInt()473 switch (LaneSizeInBitsFromFormat(vform)) { in SetUint()
481 unsigned LaneSizeInBitsFromFormat(VectorFormat vform);
713 switch (LaneSizeInBitsFromFormat(vform)) { in ReadUintFromMem()734 switch (LaneSizeInBitsFromFormat(vform)) { in WriteUintToMem()
1480 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test1OpNEON_Helper()1682 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test1OpAcrossNEON_Helper()1922 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test2OpNEON_Helper()1928 const unsigned vm_lane_bits = LaneSizeInBitsFromFormat(vm_form); in Test2OpNEON_Helper()2175 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in TestByElementNEON_Helper()2181 const unsigned vm_lane_bits = LaneSizeInBitsFromFormat(vm_form); in TestByElementNEON_Helper()2438 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test2OpImmNEON_Helper()2656 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()