Home
last modified time | relevance | path

Searched refs:lane_size_in_bytes_log2 (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc632 int lane_size_in_bytes_log2 = GetSVEBitwiseImmLaneSizeInBytesLog2(); in GetSVEImmLogical() local
633 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() argument
1207 switch (lane_size_in_bytes_log2) { in SVEFormatFromLaneSizeInBytesLog2()
1213 return SVEFormatFromLaneSizeInBytes(1 << lane_size_in_bytes_log2); in SVEFormatFromLaneSizeInBytesLog2()
Dassembler-sve-aarch64.cc1542 Instr Assembler::SVEFPMulIndexHelper(unsigned lane_size_in_bytes_log2, in SVEFPMulIndexHelper() argument
1548 Instr size = lane_size_in_bytes_log2 << SVESize_offset; in SVEFPMulIndexHelper()
1552 switch (lane_size_in_bytes_log2) { in SVEFPMulIndexHelper()
Dassembler-aarch64.h6741 Instr SVEFPMulIndexHelper(unsigned lane_size_in_bytes_log2,