HomeSort by relevance Sort by last modified time
    Searched defs:memSrc (Results 1 - 2 of 2) sorted by null

  /external/valgrind/none/tests/mips64/
unaligned_load.c 6 unsigned long long memSrc[] = {
32 : "r" (memSrc), "r" (i)
36 printf("i: %d, memSrc[%d]: 0x%llx, outLoad: 0x%llx\n",
37 i, index, memSrc[index], outLoad);
load_store_unaligned.c 6 unsigned long long memSrc[] = {
39 : "r" (memSrc), "r" (i), "r" (memDst)
43 printf("i: %d, memSrc[%d]: 0x%llx, memDst[%d]: 0x%llx, outLoad: 0x%llx\n",
44 i, index, memSrc[index], index, memDst[index], outLoad);

Completed in 85 milliseconds