Searched defs:msize_in_bytes_log2 (Results 1 – 7 of 7) sorted by relevance
| /third_party/vixl/src/aarch64/ |
| D | simulator-aarch64.cc | 11800 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 …]
|
| D | simulator-aarch64.h | 843 void SetMsizeInBytesLog2(int msize_in_bytes_log2) { in SetMsizeInBytesLog2()
|
| D | macro-assembler-sve-aarch64.cc | 1206 void MacroAssembler::SVELoadStore1Helper(int msize_in_bytes_log2, in SVELoadStore1Helper() 1277 void MacroAssembler::SVELoadFFHelper(int msize_in_bytes_log2, in SVELoadFFHelper()
|
| D | assembler-sve-aarch64.cc | 3819 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()
|
| D | assembler-aarch64.h | 7156 static Instr SVEDtypeSplit(unsigned msize_in_bytes_log2, in SVEDtypeSplit()
|
| D | logic-aarch64.cc | 7228 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/ |
| D | test-assembler-sve-aarch64.cc | 8823 unsigned msize_in_bytes_log2 = std::log2(msize_in_bytes); in Ldff1Helper() local
|