Searched refs:dl_hop (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libc/sparc/gen/ |
H A D | ladd.s | 56 ld [%o0+0],%o2 ! fetch lop.dl_hop 58 ld [%o1+0],%o4 ! fetch rop.dl_hop 61 addxcc %o2,%o4,%o2 ! lop.dl_hop + rop.dl_hop + <carry> 63 st %o2,[%o0+0] ! store result, dl_hop
|
H A D | lsub.s | 55 ld [%o0+0],%o2 ! fetch lop.dl_hop 57 ld [%o1+0],%o4 ! fetch rop.dl_hop 60 subxcc %o2,%o4,%o2 ! lop.dl_hop - rop.dl_hop - <carry> 62 st %o2,[%o0] ! store result.dl_hop
|
H A D | lshiftl.s | 53 ld [%o0+0],%o2 ! fetch op.dl_hop 93 st %o2,[%o0+0] ! store result, dl_hop
|
H A D | lmul.c | 49 tmp.dl_hop &= 0x7fffffff; in lmul()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | dl.h | 44 int dl_hop; member 46 int dl_hop;
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | lexp10.c | 43 while (exp.dl_hop != 0 || exp.dl_lop != 0) { in lexp10()
|
H A D | llog10.c | 44 while (val.dl_hop != 0 || val.dl_lop != 0) { in llog10()
|