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

  /external/valgrind/none/tests/mips64/
load_store_unaligned.c 28 unsigned long long outLoad;
30 outLoad = 0;
38 : "=r" (outLoad)
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);
unaligned_load.c 20 unsigned long long outLoad;
22 outLoad = 0;
31 : "=r" (outLoad)
36 printf("i: %d, memSrc[%d]: 0x%llx, outLoad: 0x%llx\n",
37 i, index, memSrc[index], outLoad);

Completed in 149 milliseconds