Home
last modified time | relevance | path

Searched refs:xsave (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dfloat.s330 #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 Dwadd_wch.c55 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 Dfp.h199 extern void xsave(struct xsave_state *, uint64_t);
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S72 #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.S51 #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.S72 #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.S72 #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.S85 #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.S85 #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.S54 #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.S54 #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.c79 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.c79 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.c102 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.c82 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.c99 *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 Dfpu.c316 xsave(&fp->fpu_regs.kfpu_u.kfpu_xs, fp->fpu_xsave_mask); in fp_save()