/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vatanf.S | 590 fsubd %f10,%f26,%f10 ! (6_1) xx = x - y; 591 and %o7,MASK_0x7fffffff,%o1 ! (1_1) ax = ux & 0x7fffffff; 592 st %f12,[%g1] ! (7_1) py[0] = ftmp0; 593 fmuld K2,%f50,%f4 ! (1_1) dtmp0 = K2 * x2; 595 fmuld %f40,%f46,%f26 ! (2_1) y0 *= dtmp1; 597 add %o1,MASK_0x100000,%g1 ! (1_1) ax += 0x00100000; 598 fpsub32 %f0,%f24,%f40 ! (4_1) y0 = vis_fpsub32(dtmp0, y0); 600 fmuld %f38,%f44,%f38 ! (3_1) y0 *= dtmp0; 603 fpadd32 %f8,DC1,%f24 ! (7_1) y = vis_fpadd32(x,dconst1); 605 fmuld %f42,%f22,%f44 ! (0_1) dtmp0 *= xx; [all …]
|
H A D | __vhypot.S | 301 lda [%l2]%asi,%f18 ! (3_1) ((float*)&x)[0] = ((float*)px)[0]; 303 lda [%l2+4]%asi,%f19 ! (3_1) ((float*)&x)[1] = ((float*)px)[1]; 305 fabsd %f30,%f30 ! (3_1) y = fabs(y); 307 fabsd %f18,%f18 ! (3_1) x = fabs(x); 309 fcmped %fcc2,%f54,%f56 ! (1_1) dmax ? y 311 fmovdg %fcc2,%f54,%f56 ! (1_1) if ( dmax < y ) dmax = y; 313 fcmple32 DC1,%f18,%o3 ! (3_1) c0 = vis_fcmple32(DC1,x); 315 fcmple32 DC1,%f30,%o0 ! (3_1) c2 = vis_fcmple32(DC1,y); 317 fcmpgt32 DC2,%f18,%o4 ! (3_1) c1 = vis_fcmpgt32(DC2,x); 319 fcmpgt32 DC2,%f30,%o1 ! (3_1) c3 = vis_fcmpgt32(DC2,y); [all …]
|
H A D | __vsqrt.S | 715 lda [%l2]%asi,%o5 ! (5_1) hx = *(int*)px; 721 cmp %o5,_0x7ff00000 ! (5_1) hx ? 0x7ff00000 722 bge,pn %icc,.spec ! (5_1) if ( hx >= 0x7ff00000 ) 725 cmp %o5,_0x00100000 ! (5_1) hx ? 0x00100000 726 bl,pn %icc,.spec ! (5_1) if ( hx < 0x00100000 ) 730 fand %f10,DC0,%f50 ! (5_1) res = vis_fand(res,DC0); 732 for %f50,A1,%f40 ! (5_1) res = vis_for(res,A1); 733 sra %o5,21,%l1 ! (5_1) sqrt_exp = hx >> 21; 734 sra %o5,15,%i1 ! (5_1) bit = hx >> 15; 736 sra %o5,7,%o1 ! (5_1) ind0 = hx >> 7; [all …]
|
H A D | __vsqrtf_ultra3.S | 206 cmp %o2,_0x7f800000 ! (4_1) ax ? 0x7f800000 207 bge,pn %icc,.update2 ! (4_1) if( ax >= 0x7f800000 ) 210 fsubd %f40,%f46,%f44 ! (2_1) xx0 = (db0 - hi0); 211 sllx %i0,52,%g1 ! (3_1) lexp0 = (long long)iexp0 << 52; 212 ldd [%i2],%f40 ! (2_1) dtmp0 = ((double*)((char*)TBL + si0))[0]; 214 sra %o1,11,%l0 ! (3_1) ax >>= 11; 215 stx %g1,[%fp+tmp1] ! (3_1) dtmp1 = *((double*)&lexp0); 216 for %f58,DC1,%f48 ! (3_1) db0 = vis_for(db0,DC1); 218 cmp %o2,_0x00800000 ! (4_1) ax ? 0x00800000 219 bl,pn %icc,.update3 ! (4_1) if( ax < 0x00800000 ) [all …]
|
H A D | __vrsqrt.S | 230 lda [%i1]%asi,%g1 ! (6_1) hx = *(int*)px; 236 sra %g1,21,%o7 ! (6_1) iexp = hx >> 21; 238 for %f16,DC1,%f44 ! (6_1) res = vis_for(res,DC1); 241 sra %g1,10,%o2 ! (6_1) hx >>= 10; 244 cmp %g1,_0x7ff00000 ! (6_1) hx ? 0x7ff00000 245 bge,pn %icc,.spec0 ! (6_1) if ( hx >= 0x7ff00000 ) 246 and %o2,2040,%o2 ! (6_1) hx &= 0x7f8; 248 cmp %g1,_0x00100000 ! (6_1) hx ? 0x00100000 249 bl,pn %icc,.spec1 ! (6_1) if ( hx < 0x00100000 ) 250 sub %g0,%o7,%o7 ! (6_1) iexp = -iexp; [all …]
|
H A D | __vrhypotf.S | 379 cmp %l6,0 ! (4_1) ay ? 0 380 be,pn %icc,.update2 ! (4_1) if ( ay == 0 ) 381 fsmuld %f4,%f4,%f38 ! (4_1) hyp0 = x0 * (double)x0; 385 fsmuld %f2,%f2,%f62 ! (4_1) dtmp0 = y0 * (double)y0; 398 faddd %f38,%f62,%f12 ! (4_1) hyp0 += dtmp0; 404 st %f12,[%fp+ftmp0] ! (4_1) ibase0 = ((int*)&hyp0)[0]; 419 fand %f20,DC0,%f30 ! (3_1) hyp0 = vis_fand(hyp0,DC0); 429 for %f30,DC1,%f28 ! (3_1) hyp0 = vis_for(hyp0,DC1); 433 ld [%fp+ftmp4],%l1 ! (3_1) ibase0 = ((int*)&hyp0)[0]; 439 fand %f28,DC2,%f30 ! (3_1) h_hi0 = vis_fand(hyp0,DC2); [all …]
|
H A D | __vhypotf.S | 245 fsmuld %f17,%f17,%f40 ! (4_1) dy0 = x0 * (double)x0; 246 cmp %l4,_0x7f3504f3 ! (4_1) hy ? 0x7f3504f3 247 lda [stridey+%o7]0x82,%f17 ! (4_1) hy0 = *py; 252 bge,pn %icc,.update1 ! (4_1) if ( hy >= 0x7f3504f3 ) 253 st %f24,[%fp+tmp0] ! (3_1) iexp0 = ((int*)&db0)[0]; 257 fsmuld %f17,%f17,%f48 ! (4_1) dy0 = y0 * (double)y0; 267 faddd %f40,%f48,%f20 ! (4_1) db0 = dx0 + dy0; 275 st %f20,[%fp+tmp1] ! (4_1) iexp0 = ((int*)&db0)[0]; 282 fand %f24,DC0,%f60 ! (3_1) h0 = vis_fand(db0,DC0); 297 for %f60,DC1,%f46 ! (3_1) h0 = vis_for(h0,DC1); [all …]
|
H A D | __vatan2f.S | 559 lda [%i3]0x82,%l4 ! (5_1) ux0 = *(int*)px; 560 fdivd %f40,%f2,%f62 ! (4_1) x0 = y0 / x0; 561 faddd %f24,K2,%f40 ! (0_1) dtmp0 += K2; 563 and %o4,-8,%o4 ! (4_1) signy0 &= -8; 564 fmuld %f6,%f6,%f24 ! (3_1) x20 = x0 * x0; 566 add %l6,%o5,%o1 ! (4_1) ltmp0 += signx0; 567 fmuld %f26,%f16,%f26 ! (2_1) dtmp0 *= x20; 569 and %l4,_0x7fffffff,%l6 ! (5_1) ax0 = ux0 & 0x7fffffff; 571 faddd %f4,K4,%f4 ! (1_1) dtmp0 += K4; 575 and %l3,_0x7fffffff,%o7 ! (5_1) ay0 = uy0 & 0x7fffffff; [all …]
|
H A D | __vrhypot.S | 347 stx %g1,[%fp+dtmp0] ! (7_1) *(long long*)&scl0 = ll; 379 ldd [%fp+dtmp15],%f62 ! (7_1) *(long long*)&scl0 = ll; 381 lda [%i4]%asi,%f10 ! (7_1) ((float*)&x0)[0] = ((float*)px)[0]; 383 lda [%i4+4]%asi,%f11 ! (7_1) ((float*)&x0)[1] = ((float*)px)[1]; 385 lda [%i3]%asi,%f12 ! (7_1) ((float*)&y0)[0] = ((float*)py)[0]; 388 lda [%i3+4]%asi,%f13 ! (7_1) ((float*)&y0)[1] = ((float*)py)[1]; 390 fmuld %f10,%f62,%f10 ! (7_1) x0 *= scl0; 393 fmuld %f12,%f62,%f60 ! (7_1) y0 *= scl0; 398 faddd %f10,D2ON36,%f46 ! (7_1) x_hi0 = x0 + D2ON36; 402 faddd %f60,D2ON36,%f50 ! (7_1) y_hi0 = y0 + D2ON36; [all …]
|
H A D | __vrsqrtf.S | 406 cmp %g1,_0x7f800000 ! (4_1) ax0 ? 0x7f800000 407 bge,pn %icc,.spec0 ! (4_1) if ( ax0 >= 0x7f800000 ) 410 cmp %g1,_0x00800000 ! (4_1) ax0 ? 0x00800000 411 bl,pn %icc,.spec1 ! (4_1) if ( ax0 < 0x00800000 ) 442 fmuld %f44,%f46,%f46 ! (5_1) xx1 = dtmp1 * tbl_div1; 449 cmp %g5,_0x7f800000 ! (5_1) ax1 ? 0x7f800000 450 bge,pn %icc,.update0 ! (5_1) if ( ax1 >= 0x7f800000 ) 451 fmuld K3,%f40,%f52 ! (4_1) res0 = K3 * xx0; 453 fmuld K3,%f46,%f50 ! (5_1) res1 = K3 * xx1; 454 cmp %g5,_0x00800000 ! (5_1) ax1 ? 0x00800000 [all …]
|
H A D | __vpowf.S | 1008 lda [stridey+%o4]0x82,%i3 ! Y(2_1) ay0 = *py0 1259 lda [stridey+%o4]0x82,%i3 ! Y(2_1) ay0 = *py0
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz_math_avx2.c | 33 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 37 #define VR1_(_1, REG, ...) "ymm"#REG argument 38 #define VR2_(_1, _2, REG, ...) "ymm"#REG argument 39 #define VR3_(_1, _2, _3, REG, ...) "ymm"#REG argument 40 #define VR4_(_1, _2, _3, _4, REG, ...) "ymm"#REG argument 41 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "ymm"#REG argument 42 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "ymm"#REG argument 43 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "ymm"#REG argument 55 #define _R_23(_0, _1, REG2, REG3, ...) REG2, REG3 argument
|
H A D | vdev_raidz_math_ssse3.c | 34 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 38 #define VR1_(_1, REG, ...) "xmm"#REG argument 39 #define VR2_(_1, _2, REG, ...) "xmm"#REG argument 40 #define VR3_(_1, _2, _3, REG, ...) "xmm"#REG argument 41 #define VR4_(_1, _2, _3, _4, REG, ...) "xmm"#REG argument 42 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "xmm"#REG argument 43 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "xmm"#REG argument 44 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "xmm"#REG argument 56 #define _R_23(_0, _1, REG2, REG3, ...) REG2, REG3 argument
|
H A D | vdev_raidz_math_sse2.c | 35 #define _REG_CNT(_0, _1, _2, _3, _4, _5, _6, _7, N, ...) N argument 39 #define VR1_(_1, REG, ...) "xmm"#REG argument 40 #define VR2_(_1, _2, REG, ...) "xmm"#REG argument 41 #define VR3_(_1, _2, _3, REG, ...) "xmm"#REG argument 42 #define VR4_(_1, _2, _3, _4, REG, ...) "xmm"#REG argument 43 #define VR5_(_1, _2, _3, _4, _5, REG, ...) "xmm"#REG argument 44 #define VR6_(_1, _2, _3, _4, _5, _6, REG, ...) "xmm"#REG argument 45 #define VR7_(_1, _2, _3, _4, _5, _6, _7, REG, ...) "xmm"#REG argument
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/ |
H A D | userspace_003_pos.ksh | 77 log_must user_run $QUSER1 mkfiles ${QFILE}_1 $user1_cnt 97 log_must chown $QUSER2 ${QFILE}_1*
|
H A D | userquota_013_pos.ksh | 65 log_must user_run $QUSER1 mkfiles ${QFILE}_1 100
|
H A D | groupspace_003_pos.ksh | 75 log_must user_run $QUSER1 mkfiles ${QFILE}_1 $user1_cnt
|
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/regress.multitest.out/ |
H A D | 8.20 | 1 X[_1
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein_block.c | 110 X##p2 += X##p3; X##p3 = RotL_64(X##p3, ROT##_1); X##p3 ^= X##p2; \ in Skein_256_Process_Block() 327 X##p2 += X##p3; X##p3 = RotL_64(X##p3, ROT##_1); X##p3 ^= X##p2;\ in Skein_512_Process_Block() 586 X##p2 += X##p3; X##p3 = RotL_64(X##p3, ROT##_1); X##p3 ^= X##p2;\ in Skein1024_Process_Block()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acefi.h | 238 _0,_1,_2,_3,_4,_5,_6,_7,_8,_9,_10,N,...) N argument
|
/illumos-gate/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 276 $putMethod =~ s/_/_1/g; 335 $jniRoot =~ s/_/_1/g; # escape unicode "_"
|
/illumos-gate/usr/src/common/atomic/sparcv9/ |
H A D | atomic.S | 147 blu,a,pt %xcc, label##_1 ; \ 149 label##_1: ; \
|
/illumos-gate/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 4101 product SEALEVEL 2201_1 0x2211 FTDI compatible adapter 4103 product SEALEVEL 2202_1 0x2212 FTDI compatible adapter 4105 product SEALEVEL 2203_1 0x2213 FTDI compatible adapter 4107 product SEALEVEL 2401_1 0x2411 FTDI compatible adapter 4111 product SEALEVEL 2402_1 0x2412 FTDI compatible adapter 4115 product SEALEVEL 2403_1 0x2413 FTDI compatible adapter 4119 product SEALEVEL 2801_1 0x2811 FTDI compatible adapter 4127 product SEALEVEL 2802_1 0x2812 FTDI compatible adapter 4135 product SEALEVEL 2803_1 0x2813 FTDI compatible adapter
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 949 …{hwfn}_0$ stand for its HW-function under the first engine and $\text{hwfn}_1$ stand for its HW-fu… 965 … the DPC of $\text{hwfn}_0$ and $\text{MSIX}_1$ should be enabled and connected to the DPC of $\te…
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | europe | 2641 …w.business-standard.com/article/pti-stories/crimea-to-set-clocks-to-russia-time-114033000014_1.html 3561 # http://www.resmigazete.gov.tr/arsiv/15535_1.pdf#page=1 3583 # http://www.resmigazete.gov.tr/arsiv/18119_1.pdf#page=1
|