/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | float.s | 330 #xsave (%rsi) 390 #xsave (%ecx) 431 xsave(struct xsave_state *f, uint64_t m) 446 ENTRY_NP(xsave) 451 #xsave (%rdi) 457 SET_SIZE(xsave) 478 ENTRY_NP(xsave) 483 #xsave (%ecx) 489 SET_SIZE(xsave)
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wadd_wch.c | 55 int xsave = w->_curx; in __m_wadd_wch() local 60 w->_curx = (short) xsave; in __m_wadd_wch()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | fp.h | 199 extern void xsave(struct xsave_state *, uint64_t);
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincosf.S | 72 #define xsave STACK_BIAS-0x8 macro 157 stx %i1,[%fp+xsave] ! save arguments 162 st %i1,[%fp+xsave] ! save arguments 687 ldx [%fp+xsave],%o1 693 ld [%fp+xsave],%o1
|
H A D | __vsincos.S | 51 #define xsave STACK_BIAS-0x8 macro 138 stx %i1,[%fp+xsave] ! save arguments 143 st %i1,[%fp+xsave] ! save arguments 791 ldx [%fp+xsave],%o1 798 ld [%fp+xsave],%o1
|
H A D | __vcosf.S | 72 #define xsave STACK_BIAS-0x8 macro 156 stx %i1,[%fp+xsave] ! save arguments 159 st %i1,[%fp+xsave] ! save arguments 1916 ldx [%fp+xsave],%o1 1919 ld [%fp+xsave],%o1
|
H A D | __vsinf.S | 72 #define xsave STACK_BIAS-0x8 macro 156 stx %i1,[%fp+xsave] ! save arguments 159 st %i1,[%fp+xsave] ! save arguments 1908 ldx [%fp+xsave],%o1 1911 ld [%fp+xsave],%o1
|
H A D | __vsin.S | 85 #define xsave STACK_BIAS-0x8 macro 190 stx %i1,[%fp+xsave] ! save arguments 193 st %i1,[%fp+xsave] ! save arguments 2875 ldx [%fp+xsave],%o1 2878 ld [%fp+xsave],%o1
|
H A D | __vcos.S | 85 #define xsave STACK_BIAS-0x8 macro 260 stx %i1,[%fp+xsave] ! save arguments 263 st %i1,[%fp+xsave] ! save arguments 2951 ldx [%fp+xsave],%o1 2954 ld [%fp+xsave],%o1
|
H A D | __vcos_ultra3.S | 54 #define xsave STACK_BIAS-0x8 macro 141 stx %i1,[%fp+xsave] ! save arguments 144 st %i1,[%fp+xsave] ! save arguments 3236 ldx [%fp+xsave],%o1 3239 ld [%fp+xsave],%o1
|
H A D | __vsin_ultra3.S | 54 #define xsave STACK_BIAS-0x8 macro 141 stx %i1,[%fp+xsave] ! save arguments 144 st %i1,[%fp+xsave] ! save arguments 3247 ldx [%fp+xsave],%o1 3250 ld [%fp+xsave],%o1
|
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vsinbig_ultra3.c | 79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vsin_big_ultra3() local 84 xsave = x; in __vlibm_vsin_big_ultra3() 652 __vlibm_vsin_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vlibm_vsin_big_ultra3()
|
H A D | __vcosbig_ultra3.c | 79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vcos_big_ultra3() local 84 xsave = x; in __vlibm_vcos_big_ultra3() 652 __vlibm_vcos_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vlibm_vcos_big_ultra3()
|
H A D | __vcos.c | 102 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vcos() local 107 xsave = x; in __vcos() 1099 __vlibm_vcos_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vcos()
|
H A D | __vsin.c | 82 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vsin() local 87 xsave = x; in __vsin() 1107 __vlibm_vsin_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vsin()
|
H A D | __vsincos.c | 99 *xsave, *ysave, *csave; in __vsincos() local 104 xsave = x; in __vsincos() 702 x = xsave; in __vsincos() 1545 __vlibm_vsincos_big(nsave, xsave, sxsave, ysave, sysave, csave, scsave, 0x413921fb); in __vsincos()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | fpu.c | 316 xsave(&fp->fpu_regs.kfpu_u.kfpu_xs, fp->fpu_xsave_mask); in fp_save()
|