Searched refs:LaneSizeInBitsFromFormat (Results 1 – 11 of 11) sorted by relevance
144 return ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform)); in ScalarFormatFromFormat()172 unsigned LaneSizeInBitsFromFormat(VectorFormat vform) { in LaneSizeInBitsFromFormat() function197 return LaneSizeInBitsFromFormat(vform) / 8; in LaneSizeInBytesFromFormat()288 return INT64_MAX >> (64 - LaneSizeInBitsFromFormat(vform)); in MaxIntFromFormat()292 return INT64_MIN >> (64 - LaneSizeInBitsFromFormat(vform)); in MinIntFromFormat()296 return UINT64_MAX >> (64 - LaneSizeInBitsFromFormat(vform)); in MaxUintFromFormat()
290 unsigned LaneSizeInBitsFromFormat(VectorFormat vform);
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()
609 unsigned LaneSizeInBitsFromFormat(VectorFormat vform);
647 int lane_size = LaneSizeInBitsFromFormat(vform); in add()965 int lane_size = LaneSizeInBitsFromFormat(vform); in sub()1174 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform)); in addv()1189 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform) * 2); in saddlv()1204 ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform) * 2); in uaddlv()1367 int shift = LaneSizeInBitsFromFormat(vform) / 2; in shll()1373 int shift = LaneSizeInBitsFromFormat(vform) / 2; in shll2()1438 (shift <= static_cast<int>(LaneSizeInBitsFromFormat(vform)))); in sri()1503 int laneSizeInBits = LaneSizeInBitsFromFormat(vform); in cls()1516 int laneSizeInBits = LaneSizeInBitsFromFormat(vform); in clz()[all …]
390 switch (LaneSizeInBitsFromFormat(vform)) { in Int()412 switch (LaneSizeInBitsFromFormat(vform)) { in Uint()433 return Uint(vform, index) << (64 - LaneSizeInBitsFromFormat(vform)); in UintLeftJustified()444 switch (LaneSizeInBitsFromFormat(vform)) { in SetInt()471 switch (LaneSizeInBitsFromFormat(vform)) { in SetUint()
786 switch (LaneSizeInBitsFromFormat(vform)) { in ReadUintFromMem()806 switch (LaneSizeInBitsFromFormat(vform)) { in WriteUintToMem()
1481 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()2437 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in Test2OpImmNEON_Helper()2654 const unsigned vn_lane_bits = LaneSizeInBitsFromFormat(vn_form); in TestOpImmOpImmNEON_Helper()
121 int mask = LaneSizeInBitsFromFormat(format) - 1; in EmitSimdShift()140 int mask = LaneSizeInBitsFromFormat(format) - 1; in EmitSimdShiftRightImmediate()