/illumos-gate/usr/src/uts/intel/ml/ |
H A D | float.s | 92 xsave (%rsi) 151 xsave (%rsi) 192 ENTRY_NP(xsave) function 197 xsave (%rdi) 202 SET_SIZE(xsave)
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/ |
H A D | 32.xsave.s | 25 xsave (%eax)
|
H A D | 64.xsave.s | 25 xsave (%rax)
|
H A D | 32.xsave.out | 1 libdis_test: 0f ae 20 xsave (%eax)
|
H A D | 64.xsave.out | 1 libdis_test: 0f ae 20 xsave (%rax)
|
/illumos-gate/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 | __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 | __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 | __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
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | fp.h | 327 extern void xsave(struct xsave_state *, uint64_t);
|
/illumos-gate/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() 1100 __vlibm_vcos_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vcos()
|
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()
|
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() 1108 __vlibm_vsin_big(nsave, xsave, sxsave, ysave, sysave, 0x413921fb); in __vsin()
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot_elf.s | 255 xsave (%rdi) /* save data */
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | fpu.c | 578 void (*xsavep)(struct xsave_state *, uint64_t) = xsave;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-utiltest.p5m | 1196 file path=opt/util-tests/tests/dis/i386/32.xsave.out mode=0444 1197 file path=opt/util-tests/tests/dis/i386/32.xsave.s mode=0444 1262 file path=opt/util-tests/tests/dis/i386/64.xsave.out mode=0444 1263 file path=opt/util-tests/tests/dis/i386/64.xsave.s mode=0444
|