repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git]
/
none
/
tests
/
s390x
/
sub-z14.c
blob
de0a72fb0ef408da638e63bc5e10d870da4b0148
1
#include
"sub.h"
2
3
#define sgh(x, y)
".insn rxy,0xe30000000039, "
x
", "
y
"
\n
"
4
5
static void
do_regmem_insns
(
unsigned long
m2
)
6
{
7
memsweep
(
sgh
,
m2
,
0
);
8
}
9
10
int
main
()
11
{
12
for_each_m2
(
do_regmem_insns
);
13
}