Searched refs:lane_size_in_bytes_log2 (Results 1 – 3 of 3) sorted by relevance
632 int lane_size_in_bytes_log2 = GetSVEBitwiseImmLaneSizeInBytesLog2(); in GetSVEImmLogical() local633 switch (lane_size_in_bytes_log2) { in GetSVEImmLogical()638 int lane_size_in_bits = 1 << (lane_size_in_bytes_log2 + 3); in GetSVEImmLogical()1206 VectorFormat SVEFormatFromLaneSizeInBytesLog2(int lane_size_in_bytes_log2) { in SVEFormatFromLaneSizeInBytesLog2() argument1207 switch (lane_size_in_bytes_log2) { in SVEFormatFromLaneSizeInBytesLog2()1213 return SVEFormatFromLaneSizeInBytes(1 << lane_size_in_bytes_log2); in SVEFormatFromLaneSizeInBytesLog2()
1542 Instr Assembler::SVEFPMulIndexHelper(unsigned lane_size_in_bytes_log2, in SVEFPMulIndexHelper() argument1548 Instr size = lane_size_in_bytes_log2 << SVESize_offset; in SVEFPMulIndexHelper()1552 switch (lane_size_in_bytes_log2) { in SVEFPMulIndexHelper()
6741 Instr SVEFPMulIndexHelper(unsigned lane_size_in_bytes_log2,