Statistics
| Branch: | Revision:

root / target-s390x / helpers.h @ a825aefb

History | View | Annotate | Download (6.3 kB)

1 defb0e31 Alexander Graf
#include "def-helper.h"
2 defb0e31 Alexander Graf
3 defb0e31 Alexander Graf
DEF_HELPER_1(exception, void, i32)
4 defb0e31 Alexander Graf
DEF_HELPER_3(nc, i32, i32, i64, i64)
5 defb0e31 Alexander Graf
DEF_HELPER_3(oc, i32, i32, i64, i64)
6 defb0e31 Alexander Graf
DEF_HELPER_3(xc, i32, i32, i64, i64)
7 defb0e31 Alexander Graf
DEF_HELPER_3(mvc, void, i32, i64, i64)
8 defb0e31 Alexander Graf
DEF_HELPER_3(clc, i32, i32, i64, i64)
9 defb0e31 Alexander Graf
DEF_HELPER_2(mvcl, i32, i32, i32)
10 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(set_cc_comp_s32, TCG_CALL_PURE|TCG_CALL_CONST, i32, s32)
11 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(set_cc_comp_s64, TCG_CALL_PURE|TCG_CALL_CONST, i32, s64)
12 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(set_cc_icm, TCG_CALL_PURE|TCG_CALL_CONST, i32, i32, i32)
13 defb0e31 Alexander Graf
DEF_HELPER_3(clm, i32, i32, i32, i64)
14 defb0e31 Alexander Graf
DEF_HELPER_3(stcm, void, i32, i32, i64)
15 defb0e31 Alexander Graf
DEF_HELPER_2(mlg, void, i32, i64)
16 defb0e31 Alexander Graf
DEF_HELPER_2(dlg, void, i32, i64)
17 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_add64, TCG_CALL_PURE|TCG_CALL_CONST, i32, s64, s64, s64)
18 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_addu64, TCG_CALL_PURE|TCG_CALL_CONST, i32, i64, i64, i64)
19 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_add32, TCG_CALL_PURE|TCG_CALL_CONST, i32, s32, s32, s32)
20 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_addu32, TCG_CALL_PURE|TCG_CALL_CONST, i32, i32, i32, i32)
21 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_sub64, TCG_CALL_PURE|TCG_CALL_CONST, i32, s64, s64, s64)
22 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_subu64, TCG_CALL_PURE|TCG_CALL_CONST, i32, i64, i64, i64)
23 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_sub32, TCG_CALL_PURE|TCG_CALL_CONST, i32, s32, s32, s32)
24 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_subu32, TCG_CALL_PURE|TCG_CALL_CONST, i32, i32, i32, i32)
25 defb0e31 Alexander Graf
DEF_HELPER_3(srst, i32, i32, i32, i32)
26 defb0e31 Alexander Graf
DEF_HELPER_3(clst, i32, i32, i32, i32)
27 defb0e31 Alexander Graf
DEF_HELPER_3(mvpg, void, i64, i64, i64)
28 defb0e31 Alexander Graf
DEF_HELPER_3(mvst, void, i32, i32, i32)
29 defb0e31 Alexander Graf
DEF_HELPER_3(csg, i32, i32, i64, i32)
30 defb0e31 Alexander Graf
DEF_HELPER_3(cdsg, i32, i32, i64, i32)
31 defb0e31 Alexander Graf
DEF_HELPER_3(cs, i32, i32, i64, i32)
32 defb0e31 Alexander Graf
DEF_HELPER_4(ex, i32, i32, i64, i64, i64)
33 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(abs_i32, TCG_CALL_PURE|TCG_CALL_CONST, i32, s32)
34 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(nabs_i32, TCG_CALL_PURE|TCG_CALL_CONST, s32, s32)
35 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(abs_i64, TCG_CALL_PURE|TCG_CALL_CONST, i64, s64)
36 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(nabs_i64, TCG_CALL_PURE|TCG_CALL_CONST, s64, s64)
37 defb0e31 Alexander Graf
DEF_HELPER_3(stcmh, void, i32, i64, i32)
38 defb0e31 Alexander Graf
DEF_HELPER_3(icmh, i32, i32, i64, i32)
39 defb0e31 Alexander Graf
DEF_HELPER_2(ipm, void, i32, i32)
40 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(addc_u32, TCG_CALL_PURE|TCG_CALL_CONST, i32, i32, i32, i32)
41 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_3(set_cc_addc_u64, TCG_CALL_PURE|TCG_CALL_CONST, i32, i64, i64, i64)
42 defb0e31 Alexander Graf
DEF_HELPER_3(stam, void, i32, i64, i32)
43 defb0e31 Alexander Graf
DEF_HELPER_3(lam, void, i32, i64, i32)
44 defb0e31 Alexander Graf
DEF_HELPER_3(mvcle, i32, i32, i64, i32)
45 defb0e31 Alexander Graf
DEF_HELPER_3(clcle, i32, i32, i64, i32)
46 defb0e31 Alexander Graf
DEF_HELPER_3(slb, i32, i32, i32, i32)
47 defb0e31 Alexander Graf
DEF_HELPER_4(slbg, i32, i32, i32, i64, i64)
48 defb0e31 Alexander Graf
DEF_HELPER_2(cefbr, void, i32, s32)
49 defb0e31 Alexander Graf
DEF_HELPER_2(cdfbr, void, i32, s32)
50 defb0e31 Alexander Graf
DEF_HELPER_2(cxfbr, void, i32, s32)
51 defb0e31 Alexander Graf
DEF_HELPER_2(cegbr, void, i32, s64)
52 defb0e31 Alexander Graf
DEF_HELPER_2(cdgbr, void, i32, s64)
53 defb0e31 Alexander Graf
DEF_HELPER_2(cxgbr, void, i32, s64)
54 defb0e31 Alexander Graf
DEF_HELPER_2(adbr, i32, i32, i32)
55 defb0e31 Alexander Graf
DEF_HELPER_2(aebr, i32, i32, i32)
56 defb0e31 Alexander Graf
DEF_HELPER_2(sebr, i32, i32, i32)
57 defb0e31 Alexander Graf
DEF_HELPER_2(sdbr, i32, i32, i32)
58 defb0e31 Alexander Graf
DEF_HELPER_2(debr, void, i32, i32)
59 defb0e31 Alexander Graf
DEF_HELPER_2(dxbr, void, i32, i32)
60 defb0e31 Alexander Graf
DEF_HELPER_2(mdbr, void, i32, i32)
61 defb0e31 Alexander Graf
DEF_HELPER_2(mxbr, void, i32, i32)
62 defb0e31 Alexander Graf
DEF_HELPER_2(ldebr, void, i32, i32)
63 defb0e31 Alexander Graf
DEF_HELPER_2(ldxbr, void, i32, i32)
64 defb0e31 Alexander Graf
DEF_HELPER_2(lxdbr, void, i32, i32)
65 defb0e31 Alexander Graf
DEF_HELPER_2(ledbr, void, i32, i32)
66 defb0e31 Alexander Graf
DEF_HELPER_2(lexbr, void, i32, i32)
67 defb0e31 Alexander Graf
DEF_HELPER_2(lpebr, i32, i32, i32)
68 defb0e31 Alexander Graf
DEF_HELPER_2(lpdbr, i32, i32, i32)
69 defb0e31 Alexander Graf
DEF_HELPER_2(lpxbr, i32, i32, i32)
70 defb0e31 Alexander Graf
DEF_HELPER_2(ltebr, i32, i32, i32)
71 defb0e31 Alexander Graf
DEF_HELPER_2(ltdbr, i32, i32, i32)
72 defb0e31 Alexander Graf
DEF_HELPER_2(ltxbr, i32, i32, i32)
73 defb0e31 Alexander Graf
DEF_HELPER_2(lcebr, i32, i32, i32)
74 defb0e31 Alexander Graf
DEF_HELPER_2(lcdbr, i32, i32, i32)
75 defb0e31 Alexander Graf
DEF_HELPER_2(lcxbr, i32, i32, i32)
76 defb0e31 Alexander Graf
DEF_HELPER_2(aeb, void, i32, i32)
77 defb0e31 Alexander Graf
DEF_HELPER_2(deb, void, i32, i32)
78 defb0e31 Alexander Graf
DEF_HELPER_2(meeb, void, i32, i32)
79 defb0e31 Alexander Graf
DEF_HELPER_2(cdb, i32, i32, i64)
80 defb0e31 Alexander Graf
DEF_HELPER_2(adb, i32, i32, i64)
81 defb0e31 Alexander Graf
DEF_HELPER_2(seb, void, i32, i32)
82 defb0e31 Alexander Graf
DEF_HELPER_2(sdb, i32, i32, i64)
83 defb0e31 Alexander Graf
DEF_HELPER_2(mdb, void, i32, i64)
84 defb0e31 Alexander Graf
DEF_HELPER_2(ddb, void, i32, i64)
85 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(cebr, TCG_CALL_PURE, i32, i32, i32)
86 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(cdbr, TCG_CALL_PURE, i32, i32, i32)
87 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(cxbr, TCG_CALL_PURE, i32, i32, i32)
88 defb0e31 Alexander Graf
DEF_HELPER_3(cgebr, i32, i32, i32, i32)
89 defb0e31 Alexander Graf
DEF_HELPER_3(cgdbr, i32, i32, i32, i32)
90 defb0e31 Alexander Graf
DEF_HELPER_3(cgxbr, i32, i32, i32, i32)
91 defb0e31 Alexander Graf
DEF_HELPER_1(lzer, void, i32)
92 defb0e31 Alexander Graf
DEF_HELPER_1(lzdr, void, i32)
93 defb0e31 Alexander Graf
DEF_HELPER_1(lzxr, void, i32)
94 defb0e31 Alexander Graf
DEF_HELPER_3(cfebr, i32, i32, i32, i32)
95 defb0e31 Alexander Graf
DEF_HELPER_3(cfdbr, i32, i32, i32, i32)
96 defb0e31 Alexander Graf
DEF_HELPER_3(cfxbr, i32, i32, i32, i32)
97 defb0e31 Alexander Graf
DEF_HELPER_2(axbr, i32, i32, i32)
98 defb0e31 Alexander Graf
DEF_HELPER_2(sxbr, i32, i32, i32)
99 defb0e31 Alexander Graf
DEF_HELPER_2(meebr, void, i32, i32)
100 defb0e31 Alexander Graf
DEF_HELPER_2(ddbr, void, i32, i32)
101 defb0e31 Alexander Graf
DEF_HELPER_3(madb, void, i32, i64, i32)
102 defb0e31 Alexander Graf
DEF_HELPER_3(maebr, void, i32, i32, i32)
103 defb0e31 Alexander Graf
DEF_HELPER_3(madbr, void, i32, i32, i32)
104 defb0e31 Alexander Graf
DEF_HELPER_3(msdbr, void, i32, i32, i32)
105 defb0e31 Alexander Graf
DEF_HELPER_2(lxdb, void, i32, i64)
106 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(tceb, TCG_CALL_PURE, i32, i32, i64)
107 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(tcdb, TCG_CALL_PURE, i32, i32, i64)
108 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(tcxb, TCG_CALL_PURE, i32, i32, i64)
109 defb0e31 Alexander Graf
DEF_HELPER_2(flogr, i32, i32, i64)
110 defb0e31 Alexander Graf
DEF_HELPER_2(sqdbr, void, i32, i32)
111 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(cvd, TCG_CALL_PURE|TCG_CALL_CONST, i64, s32)
112 defb0e31 Alexander Graf
DEF_HELPER_3(unpk, void, i32, i64, i64)
113 defb0e31 Alexander Graf
DEF_HELPER_3(tr, void, i32, i64, i64)
114 defb0e31 Alexander Graf
115 defb0e31 Alexander Graf
DEF_HELPER_2(servc, i32, i32, i64)
116 defb0e31 Alexander Graf
DEF_HELPER_3(diag, i64, i32, i64, i64)
117 defb0e31 Alexander Graf
DEF_HELPER_2(load_psw, void, i64, i64)
118 defb0e31 Alexander Graf
DEF_HELPER_1(program_interrupt, void, i32)
119 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(stidp, TCG_CALL_CONST, void, i64)
120 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(spx, TCG_CALL_CONST, void, i64)
121 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(sck, TCG_CALL_CONST, i32, i64)
122 defb0e31 Alexander Graf
DEF_HELPER_1(stck, i32, i64)
123 defb0e31 Alexander Graf
DEF_HELPER_1(stcke, i32, i64)
124 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(sckc, TCG_CALL_CONST, void, i64)
125 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(stckc, TCG_CALL_CONST, void, i64)
126 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(spt, TCG_CALL_CONST, void, i64)
127 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(stpt, TCG_CALL_CONST, void, i64)
128 defb0e31 Alexander Graf
DEF_HELPER_3(stsi, i32, i64, i32, i32)
129 defb0e31 Alexander Graf
DEF_HELPER_3(lctl, void, i32, i64, i32)
130 defb0e31 Alexander Graf
DEF_HELPER_3(lctlg, void, i32, i64, i32)
131 defb0e31 Alexander Graf
DEF_HELPER_3(stctl, void, i32, i64, i32)
132 defb0e31 Alexander Graf
DEF_HELPER_3(stctg, void, i32, i64, i32)
133 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(tprot, TCG_CALL_CONST, i32, i64, i64)
134 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_1(iske, TCG_CALL_PURE|TCG_CALL_CONST, i64, i64)
135 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(sske, TCG_CALL_CONST, void, i32, i64)
136 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(rrbe, TCG_CALL_CONST, i32, i32, i64)
137 defb0e31 Alexander Graf
DEF_HELPER_2(csp, i32, i32, i32)
138 defb0e31 Alexander Graf
DEF_HELPER_3(mvcs, i32, i64, i64, i64)
139 defb0e31 Alexander Graf
DEF_HELPER_3(mvcp, i32, i64, i64, i64)
140 defb0e31 Alexander Graf
DEF_HELPER_3(sigp, i32, i64, i32, i64)
141 defb0e31 Alexander Graf
DEF_HELPER_1(sacf, void, i64)
142 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_2(ipte, TCG_CALL_CONST, void, i64, i64)
143 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_0(ptlb, TCG_CALL_CONST, void)
144 defb0e31 Alexander Graf
DEF_HELPER_2(lra, i32, i64, i32)
145 defb0e31 Alexander Graf
DEF_HELPER_2(stura, void, i64, i32)
146 defb0e31 Alexander Graf
DEF_HELPER_2(cksm, void, i32, i32)
147 defb0e31 Alexander Graf
148 defb0e31 Alexander Graf
DEF_HELPER_FLAGS_4(calc_cc, TCG_CALL_PURE|TCG_CALL_CONST,
149 defb0e31 Alexander Graf
                   i32, i32, i64, i64, i64)
150 defb0e31 Alexander Graf
151 defb0e31 Alexander Graf
#include "def-helper.h"