Searched refs:clob1 (Results 1 – 3 of 3) 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 213 IS_RREG_CLOB(clob1) 232 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \ argument 234 IS_RREG_CLOB(clob1) 235 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \ argument 237 IS_RREG_CLOB(clob1) 244 #define RSM_PSR_I(pred, clob0, clob1) \ argument 247 IS_RREG_CLOB(clob1) 248 #define RSM_PSR_I_IC(clob0, clob1, clob2) \ argument 250 IS_RREG_CLOB(clob1) \ [all …]
|
D | inst.h | 109 #define MOV_TO_KR(kr, reg, clob0, clob1) \ argument 112 CLOBBER(clob1) 131 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \ argument 134 CLOBBER(clob1) \ 139 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \ argument 142 CLOBBER(clob1) \ 155 #define RSM_PSR_I(pred, clob0, clob1) \ argument 158 CLOBBER(clob1) 160 #define RSM_PSR_I_IC(clob0, clob1, clob2) \ argument 163 CLOBBER(clob1) \ [all …]
|
/linux-4.1.27/arch/tile/kernel/ |
D | unaligned.c | 180 uint64_t *rb, uint64_t *clob1, uint64_t *clob2, in find_regs() argument 299 if (*clob1 == -1) { in find_regs() 300 *clob1 = i; in find_regs() 317 uint64_t clob1, uint64_t clob2, uint64_t clob3) in check_regs() argument 323 if ((clob1 >= 56) || (clob2 >= 56) || (clob3 >= 56)) in check_regs() 562 uint64_t ra = -1, rb = -1, rd = -1, clob1 = -1, clob2 = -1, clob3 = -1; in jit_bundle_gen() local 643 find_regs(bundle, 0, &ra, &rb, &clob1, &clob2, in jit_bundle_gen() 678 find_regs(bundle, &rd, &ra, &rb, &clob1, &clob2, in jit_bundle_gen() 696 find_regs(bundle, &rd, &ra, &rb, &clob1, in jit_bundle_gen() 724 &clob1, &clob2, &clob3, in jit_bundle_gen() [all …]
|