_up                39 include/math-emu/op-4.h     _FP_I_TYPE _up, _down, _skip, _i;					\
_up                41 include/math-emu/op-4.h     _up = (N) % _FP_W_TYPE_SIZE;					\
_up                42 include/math-emu/op-4.h     _down = _FP_W_TYPE_SIZE - _up;					\
_up                43 include/math-emu/op-4.h     if (!_up)								\
_up                49 include/math-emu/op-4.h 	  X##_f[_i] = X##_f[_i-_skip] << _up				\
_up                51 include/math-emu/op-4.h 	X##_f[_i--] = X##_f[0] << _up; 					\
_up                60 include/math-emu/op-4.h     _FP_I_TYPE _up, _down, _skip, _i;					\
_up                63 include/math-emu/op-4.h     _up = _FP_W_TYPE_SIZE - _down;					\
_up                71 include/math-emu/op-4.h 		      | X##_f[_i+_skip+1] << _up;			\
_up                86 include/math-emu/op-4.h     _FP_I_TYPE _up, _down, _skip, _i;					\
_up                90 include/math-emu/op-4.h     _up = _FP_W_TYPE_SIZE - _down;					\
_up                93 include/math-emu/op-4.h     _s |= X##_f[_i] << _up;						\
_up               102 include/math-emu/op-4.h 		      | X##_f[_i+_skip+1] << _up;			\
_up                36 include/math-emu/op-8.h     _FP_I_TYPE _up, _down, _skip, _i;					\
_up                38 include/math-emu/op-8.h     _up = (N) % _FP_W_TYPE_SIZE;					\
_up                39 include/math-emu/op-8.h     _down = _FP_W_TYPE_SIZE - _up;					\
_up                40 include/math-emu/op-8.h     if (!_up)								\
_up                46 include/math-emu/op-8.h 	  X##_f[_i] = X##_f[_i-_skip] << _up				\
_up                48 include/math-emu/op-8.h 	X##_f[_i--] = X##_f[0] << _up; 					\
_up                56 include/math-emu/op-8.h     _FP_I_TYPE _up, _down, _skip, _i;					\
_up                59 include/math-emu/op-8.h     _up = _FP_W_TYPE_SIZE - _down;					\
_up                67 include/math-emu/op-8.h 		      | X##_f[_i+_skip+1] << _up;			\
_up                82 include/math-emu/op-8.h     _FP_I_TYPE _up, _down, _skip, _i;					\
_up                86 include/math-emu/op-8.h     _up = _FP_W_TYPE_SIZE - _down;					\
_up                89 include/math-emu/op-8.h     _s |= X##_f[_i] << _up;						\
_up                98 include/math-emu/op-8.h 		      | X##_f[_i+_skip+1] << _up;			\