xref: /qemu/target/tricore/helper.h (revision 44ea34309e38ce1bcb7d2c8816c6b0baaee7979c)
10707ec1bSBastian Koppelmann /*
20707ec1bSBastian Koppelmann  *  Copyright (c) 2012-2014 Bastian Koppelmann C-Lab/University Paderborn
30707ec1bSBastian Koppelmann  *
40707ec1bSBastian Koppelmann  * This library is free software; you can redistribute it and/or
50707ec1bSBastian Koppelmann  * modify it under the terms of the GNU Lesser General Public
60707ec1bSBastian Koppelmann  * License as published by the Free Software Foundation; either
70707ec1bSBastian Koppelmann  * version 2 of the License, or (at your option) any later version.
80707ec1bSBastian Koppelmann  *
90707ec1bSBastian Koppelmann  * This library is distributed in the hope that it will be useful,
100707ec1bSBastian Koppelmann  * but WITHOUT ANY WARRANTY; without even the implied warranty of
110707ec1bSBastian Koppelmann  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
120707ec1bSBastian Koppelmann  * Lesser General Public License for more details.
130707ec1bSBastian Koppelmann  *
140707ec1bSBastian Koppelmann  * You should have received a copy of the GNU Lesser General Public
150707ec1bSBastian Koppelmann  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
160707ec1bSBastian Koppelmann  */
172692802aSBastian Koppelmann 
182692802aSBastian Koppelmann /* Arithmetic */
192692802aSBastian Koppelmann DEF_HELPER_3(add_ssov, i32, env, i32, i32)
202692802aSBastian Koppelmann DEF_HELPER_3(sub_ssov, i32, env, i32, i32)
219a31922bSBastian Koppelmann /* CSA */
229a31922bSBastian Koppelmann DEF_HELPER_2(call, void, env, i32)
239a31922bSBastian Koppelmann DEF_HELPER_1(ret, void, env)
245de93515SBastian Koppelmann DEF_HELPER_2(bisr, void, env, i32)
2544ea3430SBastian Koppelmann DEF_HELPER_1(rfe, void, env)
26