Searched refs:clob1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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 …]
|
/linux-4.4.14/arch/ia64/include/asm/native/ |
D | inst.h | 73 #define MOV_TO_KR(kr, reg, clob0, clob1) \ argument 89 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \ argument 95 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \ argument 106 #define RSM_PSR_I(pred, clob0, clob1) \ argument 109 #define RSM_PSR_I_IC(clob0, clob1, clob2) \ argument 115 #define RSM_PSR_BE_I(clob0, clob1) \ argument 123 #define BSW_0(clob0, clob1, clob2) \ argument 126 #define BSW_1(clob0, clob1) \ argument
|