repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: call qcrypto_init instead of gnutls_global_init
[qemu/ar7.git]
/
target
/
moxie
/
helper.h
blob
d94ef7a17eb754a4c0eacfe7b47247490f612dfa
1
DEF_HELPER_2
(
raise_exception
,
void
,
env
,
int
)
2
DEF_HELPER_1
(
debug
,
void
,
env
)
3
4
DEF_HELPER_FLAGS_3
(
div
,
TCG_CALL_NO_WG
,
i32
,
env
,
i32
,
i32
)
5
DEF_HELPER_FLAGS_3
(
udiv
,
TCG_CALL_NO_WG
,
i32
,
env
,
i32
,
i32
)