Searched refs:reg_copy (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/x86/math-emu/
H A Dfpu_tags.c97 reg_copy(r, &st(stnr));
103 reg_copy(r, &st(1));
112 reg_copy(r, &st(0));
H A Dfpu_aux.c116 reg_copy(&st(i), st_new_ptr);
164 reg_copy(st0_ptr, &t);
165 reg_copy(sti_ptr, st0_ptr);
166 reg_copy(&t, sti_ptr);
189 reg_copy(sti_ptr, st0_ptr);
H A Dreg_ld_str.c129 reg_copy(&CONST_Z, loaded_data);
170 reg_copy(&CONST_Z, loaded_data);
223 reg_copy(&CONST_Z, st0_ptr);
251 reg_copy(&CONST_Z, loaded_data);
280 reg_copy(&CONST_Z, loaded_data);
325 reg_copy(&CONST_Z, st0_ptr);
390 reg_copy(st0_ptr, &tmp);
506 reg_copy(st0_ptr, &tmp);
574 reg_copy(st0_ptr, &tmp);
679 reg_copy(st0_pt
[all...]
H A Dreg_divide.c77 reg_copy(a, &x);
78 reg_copy(b, &y);
H A Derrors.c388 reg_copy(&CONST_QNaN, a);
400 reg_copy(&CONST_QNaN, a);
580 reg_copy(&CONST_INF, dest);
608 reg_copy(&CONST_Z, dest);
H A Dreg_constant.c62 reg_copy(c, st_new_ptr);
H A Dreg_add_sub.c294 reg_copy(b, dest);
306 reg_copy(a, dest);
H A Dfpu_trig.c373 reg_copy(st1_ptr, st_new_ptr);
731 reg_copy(st0_ptr, &arg);
837 reg_copy(&st0, &tmp);
887 reg_copy(&st0, &tmp);
936 reg_copy(&tmp, st0_ptr);
1519 reg_copy(st1_ptr, &tmp);
H A Dfpu_emu.h170 static inline void reg_copy(FPU_REG const *x, FPU_REG *y) function
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c5809 u64 reg_copy = reg, handled = 0; local
5820 while (reg_copy) {
5821 int posn = fls64(reg_copy);
5835 reg_copy &= ~mask;

Completed in 227 milliseconds