Searched refs:clob0 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/ia64/include/asm/native/ |
D | pvchk_inst.h | 210 #define MOV_TO_KR(kr, reg, clob0, clob1) \ argument 212 IS_RREG_CLOB(clob0) \ 232 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \ argument 233 IS_RREG_CLOB(clob0) \ 235 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \ argument 236 IS_RREG_CLOB(clob0) \ 244 #define RSM_PSR_I(pred, clob0, clob1) \ argument 246 IS_RREG_CLOB(clob0) \ 248 #define RSM_PSR_I_IC(clob0, clob1, clob2) \ argument 249 IS_RREG_CLOB(clob0) \ [all …]
|
D | inst.h | 109 #define MOV_TO_KR(kr, reg, clob0, clob1) \ argument 111 CLOBBER(clob0) \ 131 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \ argument 133 CLOBBER(clob0) \ 139 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \ argument 141 CLOBBER(clob0) \ 155 #define RSM_PSR_I(pred, clob0, clob1) \ argument 157 CLOBBER(clob0) \ 160 #define RSM_PSR_I_IC(clob0, clob1, clob2) \ argument 162 CLOBBER(clob0) \ [all …]
|