Searched refs:clob0 (Results 1 - 3 of 3) sorted by relevance
/arch/ia64/include/asm/native/ |
H A D | pvchk_inst.h | 210 #define MOV_TO_KR(kr, reg, clob0, clob1) \ 212 IS_RREG_CLOB(clob0) \ 232 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \ 233 IS_RREG_CLOB(clob0) \ 235 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \ 236 IS_RREG_CLOB(clob0) \ 244 #define RSM_PSR_I(pred, clob0, clob1) \ 246 IS_RREG_CLOB(clob0) \ 248 #define RSM_PSR_I_IC(clob0, clob1, clob2) \ 249 IS_RREG_CLOB(clob0) \ [all...] |
H A D | inst.h | 109 #define MOV_TO_KR(kr, reg, clob0, clob1) \ 111 CLOBBER(clob0) \ 131 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \ 133 CLOBBER(clob0) \ 139 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \ 141 CLOBBER(clob0) \ 155 #define RSM_PSR_I(pred, clob0, clob1) \ 157 CLOBBER(clob0) \ 160 #define RSM_PSR_I_IC(clob0, clob1, clob2) \ 162 CLOBBER(clob0) \ [all...] |
/arch/ia64/include/asm/xen/ |
H A D | inst.h | 170 .macro ____MOV_TO_KR kr, reg, clob0, clob1 variable 171 .ifc "\clob0", "r9" 172 .error "clob0 \clob0 must not be r9" 184 .ifnc "\clob0", "r8" 185 mov \clob0 = r8 variable 196 .ifnc "\clob0", "r8" 197 mov r8 = \clob0 201 .macro __MOV_TO_KR kr, reg, clob0, clob1 variable 202 .ifc "\clob0", "r 211 ____MOV_TO_KR \\kr, \\reg, \\clob0, \\clob1 variable [all...] |
Completed in 524 milliseconds