Home
last modified time | relevance | path

Searched refs:memDst (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/mips64/
Dload_store_unaligned.stdout.exp1 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: 0x0
[all …]
Dload_store_unaligned.c17 unsigned long long memDst[] = { variable
39 : "r" (memSrc), "r" (i), "r" (memDst) in main()
44 i, index, memSrc[index], index, memDst[index], outLoad); in main()