summaryrefslogtreecommitdiffstats
path: root/tcg/tcg-runtime.h
blob: 23a0c37711c29d50f129557f84cb966b1109d324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEF_HELPER_FLAGS_2(div_i32, TCG_CALL_NO_RWG_SE, s32, s32, s32)
DEF_HELPER_FLAGS_2(rem_i32, TCG_CALL_NO_RWG_SE, s32, s32, s32)
DEF_HELPER_FLAGS_2(divu_i32, TCG_CALL_NO_RWG_SE, i32, i32, i32)
DEF_HELPER_FLAGS_2(remu_i32, TCG_CALL_NO_RWG_SE, i32, i32, i32)

DEF_HELPER_FLAGS_2(div_i64, TCG_CALL_NO_RWG_SE, s64, s64, s64)
DEF_HELPER_FLAGS_2(rem_i64, TCG_CALL_NO_RWG_SE, s64, s64, s64)
DEF_HELPER_FLAGS_2(divu_i64, TCG_CALL_NO_RWG_SE, i64, i64, i64)
DEF_HELPER_FLAGS_2(remu_i64, TCG_CALL_NO_RWG_SE, i64, i64, i64)

DEF_HELPER_FLAGS_2(shl_i64, TCG_CALL_NO_RWG_SE, i64, i64, i64)
DEF_HELPER_FLAGS_2(shr_i64, TCG_CALL_NO_RWG_SE, i64, i64, i64)
DEF_HELPER_FLAGS_2(sar_i64, TCG_CALL_NO_RWG_SE, s64, s64, s64)

DEF_HELPER_FLAGS_2(mulsh_i64, TCG_CALL_NO_RWG_SE, s64, s64, s64)
DEF_HELPER_FLAGS_2(muluh_i64, TCG_CALL_NO_RWG_SE, i64, i64, i64)
class='commitgraph'>* sctp: remove the typedef sctp_chunks_param_tXin Long2017-07-171-2/+2 * net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3 * sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-011-3/+4 * sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long2017-07-011-8/+6Star * sctp: ensure ep is not destroyed before doing the dumpXin Long2017-06-191-0/+1 * sctp: add reconf_enable in asoc ep and netnsXin Long2017-01-181-0/+1 * sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lockXin Long2016-12-171-1/+4 * sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long2016-07-111-0/+1 * sctp: Use shashHerbert Xu2016-01-271-1/+0Star * sctp: the temp asoc's transports should not be hashed/unhashedXin Long2016-01-181-1/+1 * sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long2016-01-051-16/+1Star * sctp: apply rhashtable api to send/recv pathXin Long2016-01-051-27/+8Star * net: sctp: migrate most recently used transport to ktimeDaniel Borkmann2014-06-111-1/+1 * net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-191-1/+2 * sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-221-2/+2 * sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star * net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star * net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1 * net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-1/+4 * net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2013-06-261-9/+10 * net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-181-1/+2 * net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann2013-04-151-2/+2 * net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann2013-04-151-7/+3Star * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-061-1/+1 |\ | * sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-011-1/+1 * | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star |/ * net: sctp: remove unused multiple cookie keysDaniel Borkmann2013-02-121-7/+2Star * net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann2013-02-081-0/+5 * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1 |\ | * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1 * | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-1/+4 |/ * sctp: Make sysctl tunables per netEric W. Biederman2012-08-151-4/+5 * sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-151-1/+3 * sctp: Make the mib per network namespaceEric W. Biederman2012-08-151-1/+1 * sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2012-08-151-2/+4 * sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2012-08-15