Searched refs:dstmem64 (Results 1 – 4 of 4) sorted by relevance
/external/stressapptest/src/ |
D | adler32memcpy.cc | 124 bool AdlerMemcpyC(uint64 *dstmem64, uint64 *srcmem64, in AdlerMemcpyC() argument 148 dstmem64[i] = data.l64; in AdlerMemcpyC() 156 dstmem64[i] = data.l64; in AdlerMemcpyC() 165 bool AdlerMemcpyWarmC(uint64 *dstmem64, uint64 *srcmem64, in AdlerMemcpyWarmC() argument 194 dstmem64[i] = data.l64; in AdlerMemcpyWarmC() 206 dstmem64[i] = data.l64; in AdlerMemcpyWarmC() 226 bool AdlerMemcpyAsm(uint64 *dstmem64, uint64 *srcmem64, in AdlerMemcpyAsm() argument 389 : "S" (srcmem64), "D" (dstmem64), "a" (checksum_arr), in AdlerMemcpyAsm() 404 return AdlerMemcpyWarmC(dstmem64, srcmem64, size_in_bytes, checksum); in AdlerMemcpyAsm()
|
D | adler32memcpy.h | 46 bool AdlerMemcpyC(uint64 *dstmem64, uint64 *srcmem64, 51 bool AdlerMemcpyWarmC(uint64 *dstmem64, uint64 *srcmem64, 55 bool AdlerMemcpyAsm(uint64 *dstmem64, uint64 *srcmem64,
|
D | worker.cc | 1023 bool WorkerThread::AdlerAddrMemcpyC(uint64 *dstmem64, in AdlerAddrMemcpyC() argument 1050 dstdata.l64 = dstmem64[i]; in AdlerAddrMemcpyC() 1052 uint64 dst_tag = addr_to_tag(&dstmem64[i]); in AdlerAddrMemcpyC() 1057 ReportTagError(&dstmem64[i], dstdata.l64, dst_tag); in AdlerAddrMemcpyC() 1067 dstmem64[i] = data.l64; in AdlerAddrMemcpyC() 1075 dstmem64[i] = data.l64; in AdlerAddrMemcpyC() 1084 dstmem64[i] = data.l64; in AdlerAddrMemcpyC() 1094 bool WorkerThread::AdlerAddrMemcpyWarm(uint64 *dstmem64, in AdlerAddrMemcpyWarm() argument 1101 os_->AdlerMemcpyWarm(dstmem64, srcmem64, size_in_bytes, &ignored_checksum); in AdlerAddrMemcpyWarm() 1104 int length = size_in_bytes / sizeof(*dstmem64); in AdlerAddrMemcpyWarm() [all …]
|
D | worker.h | 343 virtual bool AdlerAddrMemcpyC(uint64 *dstmem64, 349 virtual bool AdlerAddrMemcpyWarm(uint64 *dstmem64,
|