HomeSort by: relevance | last modified time | path
    Searched refs:msw (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/arch/m68k/quad/
ashldi3.S 34 | d0 msw
ashrdi3.S 34 | d0 msw
lshrdi3.S 34 | d0 msw
  /src/lib/libm/src/
math_private.h 64 u_int64_t msw; member in struct:__anondc5d15d7010a::__anondc5d15d70308
84 u_int64_t msw; member in struct:__anondc5d15d7040a::__anondc5d15d70608
102 u_int32_t msw; member in struct:__anondc5d15d7070a::__anondc5d15d70808
121 u_int32_t msw; member in struct:__anondc5d15d70a0a::__anondc5d15d70b08
137 (ix0) = ew_u.parts.msw; \
156 (i) = gh_u.parts.msw; \
173 iw_u.parts.msw = (ix0); \
193 sh_u.parts.msw = (v); \
  /src/sys/arch/mac68k/nubus/
cpi_nubus.c 685 printf("Counter 2 (MSW) is now 0x%05x\n",
716 printf("Counter 2 (MSW) is now 0x%05x\n",
725 uint msw, msw2, lsw; local in function:cpi_get_timecount
734 * where the output of counter 1 (LSW) clocks counter 2 (MSW).
739 * Unfortunately, there is no such mechanism between MSW and
741 * read-out, we read the MSW, then the LSW, then re-read the
742 * MSW and compare with the old value. If we find that the MSW
745 * and an old MSW value.
767 msw = bus_space_read_1(bst, bsh, CIO_CTRL) << 8
847 uint32_t msw; local in function:z8536_read_counter2
    [all...]
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 293 # if the divisor msw is 0, use simpler algorithm then the full blown
350 # Now calculate an estimate of the quotient words (msw first, then lsw).
363 divu.w %d3, %d1 # use quotient of mslw/msw
469 mulu.w %d3, %d5 # %d5 <- msw-dest*lsw-source
470 mulu.w %d4, %d2 # %d2 <- msw-source*lsw-dest
471 mulu.w %d4, %d3 # %d3 <- msw*msw
475 add.w %d5, %d6 # add msw of l*l to lsw of m*l product

Completed in 49 milliseconds