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
FreeBSD: add file descriptor tracking for _umtx_op
[valgrind.git]
/
none
/
tests
/
s390x
/
add-z14.c
blob
0f433980dc28b22c6a6f03a5bdf059f3652edf57
1
#include
"add.h"
2
3
#define agh(x, y)
".insn rxy,0xe30000000038, "
x
", "
y
"
\n
"
4
5
static void
do_regmem_insns
(
unsigned long
m2
)
6
{
7
memsweep
(
agh
,
m2
,
0
);
8
}
9
10
int
main
()
11
{
12
for_each_m2
(
do_regmem_insns
);
13
}