Home
last modified time | relevance | path

Searched defs:msize_in_bytes_log2 (Results 1 – 7 of 7) sorted by relevance

/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc11800 int msize_in_bytes_log2 = instr->GetSVEMsizeFromDtype(is_signed); in Simulator() local
11983 int msize_in_bytes_log2 = instr->ExtractBits(24, 23); in Simulator() local
12077 int msize_in_bytes_log2 = instr->GetSVEMsizeFromDtype(is_signed); in Simulator() local
12120 int msize_in_bytes_log2 = instr->GetSVEMsizeFromDtype(is_signed); in Simulator() local
12160 int msize_in_bytes_log2 = LaneSizeInBytesLog2FromFormat(vform); in Simulator() local
12194 int msize_in_bytes_log2 = LaneSizeInBytesLog2FromFormat(vform); in Simulator() local
12335 unsigned msize_in_bytes_log2 = instr->GetSVEMsizeFromDtype(false); in Simulator() local
12366 unsigned msize_in_bytes_log2 = instr->GetSVEMsizeFromDtype(false); in Simulator() local
12420 unsigned msize_in_bytes_log2 = instr->GetSVEMsizeFromDtype(false); in Simulator() local
12450 unsigned msize_in_bytes_log2 = instr->GetSVEMsizeFromDtype(false); in Simulator() local
[all …]
Dsimulator-aarch64.h843 void SetMsizeInBytesLog2(int msize_in_bytes_log2) { in SetMsizeInBytesLog2()
Dmacro-assembler-sve-aarch64.cc1206 void MacroAssembler::SVELoadStore1Helper(int msize_in_bytes_log2, in SVELoadStore1Helper()
1277 void MacroAssembler::SVELoadFFHelper(int msize_in_bytes_log2, in SVELoadFFHelper()
Dassembler-sve-aarch64.cc3819 void Assembler::SVELdSt1Helper(unsigned msize_in_bytes_log2, in SVELdSt1Helper()
3840 unsigned msize_in_bytes_log2 = zt1.GetLaneSizeInBytesLog2(); in SVELdSt234Helper() local
3847 void Assembler::SVELd1Helper(unsigned msize_in_bytes_log2, in SVELd1Helper()
3885 void Assembler::SVELdff1Helper(unsigned msize_in_bytes_log2, in SVELdff1Helper()
3933 void Assembler::SVEScatterGatherHelper(unsigned msize_in_bytes_log2, in SVEScatterGatherHelper()
5051 Instr Assembler::SVEMemOperandHelper(unsigned msize_in_bytes_log2, in SVEMemOperandHelper()
5123 void Assembler::SVESt1Helper(unsigned msize_in_bytes_log2, in SVESt1Helper()
Dassembler-aarch64.h7156 static Instr SVEDtypeSplit(unsigned msize_in_bytes_log2, in SVEDtypeSplit()
Dlogic-aarch64.cc7228 int msize_in_bytes_log2 = addr.GetMsizeInBytesLog2(); in SVEStructuredStoreHelper() local
7289 int msize_in_bytes_log2 = addr.GetMsizeInBytesLog2(); in SVEStructuredLoadHelper() local
7505 int msize_in_bytes_log2 = instr->ExtractBits(24, 23); in SVEGatherLoadScalarPlusVectorHelper() local
/third_party/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc8823 unsigned msize_in_bytes_log2 = std::log2(msize_in_bytes); in Ldff1Helper() local