]> git.proxmox.com Git - qemu.git/blame - target-alpha/helper.h
target-alpha: convert arith2 instructions to TCG
[qemu.git] / target-alpha / helper.h
CommitLineData
59df7f62
AJ
1#ifndef DEF_HELPER
2#define DEF_HELPER(ret, name, params) ret name params;
3#endif
4
5DEF_HELPER(void, helper_tb_flush, (void))
ae8ecd42
AJ
6
7DEF_HELPER(uint64_t, helper_amask, (uint64_t))
8
9DEF_HELPER(uint64_t, helper_ctpop, (uint64_t))
10DEF_HELPER(uint64_t, helper_ctlz, (uint64_t))
11DEF_HELPER(uint64_t, helper_cttz, (uint64_t))