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

  /external/valgrind/main/none/tests/mips64/
load_store_unaligned.stdout.exp 1 i: 0, memSrc[0]: 0x12345658121f1e1f, memDst[0]: 0x12345658121f1e1f, outLoad: 0x12345658121f1e1f
2 i: 1, memSrc[0]: 0x12345658121f1e1f, memDst[0]: 0x12345658121f1e1f, outLoad: 0x12345658121f1e1f
3 i: 2, memSrc[0]: 0x12345658121f1e1f, memDst[0]: 0x12345658121f1e1f, outLoad: 0x12345658121f1e1f
4 i: 3, memSrc[0]: 0x12345658121f1e1f, memDst[0]: 0x12345658121f1e1f, outLoad: 0x12345658121f1e1f
5 i: 4, memSrc[0]: 0x12345658121f1e1f, memDst[0]: 0x12345658121f1e1f, outLoad: 0x12345658121f1e1f
6 i: 5, memSrc[0]: 0x12345658121f1e1f, memDst[0]: 0x12345658121f1e1f, outLoad: 0x12345658121f1e1f
7 i: 6, memSrc[0]: 0x12345658121f1e1f, memDst[0]: 0x12345658121f1e1f, outLoad: 0x12345658121f1e1f
8 i: 7, memSrc[0]: 0x12345658121f1e1f, memDst[0]: 0x12345658121f1e1f, outLoad: 0x12345658121f1e1f
9 i: 8, memSrc[1]: 0x0, memDst[1]: 0x0, outLoad: 0x0
10 i: 9, memSrc[1]: 0x0, memDst[1]: 0x0, outLoad: 0x
    [all...]
load_store_unaligned.c 17 unsigned long long memDst[] = {
38 : "r" (memSrc), "r" (i), "r" (memDst)
42 printf("i: %d, memSrc[%d]: 0x%llx, memDst[%d]: 0x%llx, outLoad: 0x%llx\n",
43 i, index, memSrc[index], index, memDst[index], outLoad);

Completed in 871 milliseconds