Searched refs:hi32 (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libtnf/ |
H A D | scalar.c | 105 tnf_uint32_t hi32, lo32; /* XXX both assumed unsigned */ in get_uint64() local 109 hi32 = *(tnf_uint32_t *)val; in get_uint64() 116 return ((((tnf_uint64_t)hi32) << 32) in get_uint64() 121 + (tnf_uint64_t)_tnf_swap32(hi32)); in get_uint64() 126 + (tnf_uint64_t)hi32); in get_uint64() 129 return ((((tnf_uint64_t)_tnf_swap32(hi32)) << 32) in get_uint64()
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 313 srlx %l0, 32, %o0 ! hi32 to %o0 316 srlx %l1, 32, %o1 ! hi32 to %o1 319 srlx %l2, 32, %o2 ! hi32 to %o2 322 srlx %l3, 32, %o3 ! hi32 to %o3 325 srlx %l4, 32, %o4 ! hi32 to %o4 328 srlx %l5, 32, %o5 ! hi32 to %o5 331 srlx %l6, 32, %g2 ! hi32 to %g2 334 srlx %l7, 32, %g3 ! hi32 to %g3 415 srlx %l0, 32, %o0 ! hi32 428 srlx %i2, 32, %o0 ! delay: hi32 [all …]
|
/titanic_41/usr/src/common/bignum/i386/ |
H A D | bignum_i386_asm.s | 988 / cy = hi32(p) 992 psrlq $32, %mm2 / mm2 = cy = hi32(p) 997 / cy = hi32(t) 1002 psrlq $32, %mm2 / mm2 = cy = hi32(t) 1012 psrlq $32, %mm2 / mm2 = hi32(t) 1023 paddq %mm3, %mm2 / mm2 = 2*r[2*i+1] + hi32(t)
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | us3_jalapeno_asm.s | 69 #define SET_64BIT_PA(dest, scr, hi32, lo32) \ argument 70 set hi32, scr; \
|
H A D | common_asm.s | 535 srlx %g1, 32, %o0 ! %o0 = hi32(%g1) 659 srlx %g5, 32, %o0 ! %o0 = hi32(%g5)
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 505 srlx %g5, 32, %o0 ! %o0 = hi32(%g5)
|