1 /******************************************************************************
2 * arch/ia64/include/asm/native/inst.h
4 * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp>
5 * VA Linux Systems Japan K.K.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 #define DO_SAVE_MIN IA64_NATIVE_DO_SAVE_MIN
25 #define MOV_FROM_IFA(reg) \
28 #define MOV_FROM_ITIR(reg) \
31 #define MOV_FROM_ISR(reg) \
34 #define MOV_FROM_IHA(reg) \
37 #define MOV_FROM_IPSR(pred, reg) \
38 (pred) mov reg = cr.ipsr
40 #define MOV_FROM_IIM(reg) \
43 #define MOV_FROM_IIP(reg) \
46 #define MOV_FROM_IVR(reg, clob) \
49 #define MOV_FROM_PSR(pred, reg, clob) \
52 #define MOV_FROM_ITC(pred, pred_clob, reg, clob) \
53 (pred) mov reg = ar.itc
55 #define MOV_TO_IFA(reg, clob) \
58 #define MOV_TO_ITIR(pred, reg, clob) \
59 (pred) mov cr.itir = reg
61 #define MOV_TO_IHA(pred, reg, clob) \
62 (pred) mov cr.iha = reg
64 #define MOV_TO_IPSR(pred, reg, clob) \
65 (pred) mov cr.ipsr = reg
67 #define MOV_TO_IFS(pred, reg, clob) \
68 (pred) mov cr.ifs = reg
70 #define MOV_TO_IIP(reg, clob) \
73 #define MOV_TO_KR(kr, reg, clob0, clob1) \
76 #define ITC_I(pred, reg, clob) \
79 #define ITC_D(pred, reg, clob) \
82 #define ITC_I_AND_D(pred_i, pred_d, reg, clob) \
86 #define THASH(pred, reg0, reg1, clob) \
87 (pred) thash reg0 = reg1
89 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \
90 ssm psr.ic | PSR_DEFAULT_BITS \
92 srlz.i /* guarantee that interruption collectin is on */ \
95 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \
100 #define RSM_PSR_IC(clob) \
103 #define SSM_PSR_I(pred, pred_clob, clob) \
106 #define RSM_PSR_I(pred, clob0, clob1) \
109 #define RSM_PSR_I_IC(clob0, clob1, clob2) \
115 #define RSM_PSR_BE_I(clob0, clob1) \
118 #define SSM_PSR_DT_AND_SRLZ_I \
123 #define BSW_0(clob0, clob1, clob2) \
126 #define BSW_1(clob0, clob1) \