Searched refs:totNumBytes (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmacromem.cc1132 int totNumBytes = numRegs * dataSize / 8; local
1133 assert(totNumBytes <= 64);
1137 int numMemMicroops = totNumBytes / 16;
1138 int residuum = totNumBytes % 16;
1170 totNumBytes);
1217 int totNumBytes = numRegs * dataSize / 8; local
1218 assert(totNumBytes <= 64);
1222 int numMemMicroops = totNumBytes / 16;
1223 int residuum = totNumBytes % 16;
1228 int numMarshalMicroops = totNumBytes > 3
1307 int totNumBytes = numStructElems * eSizeBytes; local
1380 int totNumBytes = numStructElems * eSizeBytes; local
[all...]

Completed in 9 milliseconds