/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | ldivide.S | 34 .set rop,24 define 55 testl $0x80000000,rop+4(%esp) 57 notl rop+4(%esp) / force denominator positive 58 negl rop(%esp) 59 sbbl $0xffffffff,rop+4(%esp) 72 subl rop(%esp),%edi / subtract denominator from remainder 73 sbbl rop+4(%esp),%esi 77 addl rop(%esp),%edi 78 adcl rop+4(%esp),%esi
|
H A D | lmul.S | 34 .set rop,16 define 44 mull rop(%esp) / high(lop) * low(rop) 47 movl rop+4(%esp),%eax 48 mull lop(%esp) / high(rop) * low(lop) 51 movl rop(%esp),%eax 52 mull lop(%esp) / low(rop) * low(lop)
|
H A D | ladd.S | 34 .set rop,12 define 42 addl rop(%esp),%ecx 44 adcl rop+4(%esp),%edx
|
H A D | lsub.S | 34 .set rop,12 define 41 subl rop(%esp),%ecx 43 sbbl rop+4(%esp),%edx
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | lmath.c | 48 ladd(dl_t lop, dl_t rop) in ladd() argument 52 r.xword = *(long *)&lop + *(long *)&rop; in ladd() 77 lsub(dl_t lop, dl_t rop) in lsub() argument 81 r.xword = *(long *)&lop - *(long *)&rop; in lsub() 86 lmul(dl_t lop, dl_t rop) in lmul() argument 90 r.xword = *(long *)&lop * *(long *)&rop; in lmul()
|
H A D | ldivide.c | 36 ldivide(dl_t lop, dl_t rop) in ldivide() argument 45 if (lsign(rop)) in ldivide() 46 rop = lsub(lzero, rop); in ldivide() 56 tmp = lsub(div, rop); in ldivide()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cmn_oplock.c | 47 uint32_t *rop); /* in: "RequestedOplock", out:NewOplockLevel */ 52 uint32_t *rop, /* in: "RequestedOplock", out:NewOplockLevel */ 556 uint32_t *rop) /* in: "RequestedOplock", out:NewOplockLevel */ in smb_oplock_req_excl() argument 609 (*rop & CACHE_RWH) != 0) { in smb_oplock_req_excl() 709 (*rop & HANDLE_CACHING) != 0) { in smb_oplock_req_excl() 738 if ((*rop & CACHE_RWH) == 0) { in smb_oplock_req_excl() 760 if (*rop != CACHE_RW && *rop != CACHE_RWH) { in smb_oplock_req_excl() 810 smb_oplock_ind_break(o, *rop, in smb_oplock_req_excl() 829 if (*rop != CACHE_RWH) { in smb_oplock_req_excl() 879 smb_oplock_ind_break(o, *rop, in smb_oplock_req_excl() [all …]
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | ladd.S | 58 ld [%o1+0],%o4 ! fetch rop.dl_hop 59 ld [%o1+4],%o5 ! fetch rop.dl_lop 60 addcc %o3,%o5,%o3 ! lop.dl_lop + rop.dl_lop (set carry) 61 addxcc %o2,%o4,%o2 ! lop.dl_hop + rop.dl_hop + <carry>
|
H A D | lsub.S | 57 ld [%o1+0],%o4 ! fetch rop.dl_hop 58 ld [%o1+4],%o5 ! fetch rop.dl_lop 59 subcc %o3,%o5,%o3 ! lop.dl_lop - rop.dl_lop (set carry) 60 subxcc %o2,%o4,%o2 ! lop.dl_hop - rop.dl_hop - <carry>
|
H A D | lmul.c | 35 lmul(dl_t lop, dl_t rop) in lmul() argument 44 if ((lshiftl(rop, -jj).dl_lop & 1) == 0) in lmul()
|
/illumos-gate/usr/src/lib/krb5/kadm5/srv/ |
H A D | server_acl.c | 230 char rop; local 232 rop = (isupper((unsigned char) *op)) ? tolower((unsigned char) *op) : *op; 235 if (rop == acl_op_table[t].ao_op) { 237 if (rop == *op)
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmds.c | 396 rop(c); 731 rop(c);
|
H A D | ex_io.c | 383 rop(int c) in rop() function
|