HomeSort by: relevance | last modified time | path
    Searched refs:compute (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/etc/etc.landisk/
Makefile.inc 14 # compute checksums
  /src/etc/etc.rs6000/
Makefile.inc 17 # compute checksums
  /src/lib/libc/arch/mips/gen/
fabs.S 61 abs.d $f0, $f12 # compute absolute value of x
  /src/common/lib/libc/arch/mips/string/
strlen.S 48 PTR_SUBU v0, a0, v1 # compute length - 1 for '\0' char
  /src/etc/etc.ews4800mips/
Makefile.inc 25 # compute checksums
  /src/lib/libc/arch/mips/string/
bcmp.S 55 PTR_SUBU a3, zero, a1 # compute # bytes to word align address
68 and a3, a2, ~3 # compute number of whole words left
70 PTR_ADDU a3, a3, a0 # compute ending address
84 PTR_ADDU a3, a3, a0 # compute ending address
94 and a3, a2, ~3 # compute number of whole words left
96 PTR_ADDU a3, a3, a0 # compute ending address
108 PTR_ADDU a3, a2, a0 # compute ending address
bzero.S 54 PTR_SUBU a3, zero, a0 # compute # bytes to word align address
79 and v0, a1, SZREG-1 # compute number of words left
82 PTR_ADDU a3, a3, a0 # compute ending address
89 PTR_ADDU a3, a1, a0 # compute ending address
  /src/etc/etc.ofppc/
Makefile.inc 40 # compute checksums
  /src/lib/libc/arch/sparc/gen/
_setjmp.S 77 movrnz %i1, %i1, %i0 ! compute v ? v : 1
82 tst %i1 ! compute v ? v : 1
divrem.m4 132 ` ! compute sign of result; if neither is negative, no problem
137 `mov dividend, SIGN') ! compute sign in any case
148 ! Ready to divide. Compute size of quotient; scale comparand.
171 ! Compute ITER in an unorthodox manner: know we need to shift V into
181 ! Now compute SC.
  /src/lib/libc/arch/mips/sys/
sbrk.S 61 PTR_ADDU a0, a0, t1 # compute current break
  /src/sys/arch/sparc/sparc/
sunos_sigcode.s 78 add %sp, 64 + 16, %o0 ! compute scp
  /src/etc/etc.sparc64/
Makefile.inc 41 # compute checksums
  /src/etc/etc.sparc/
Makefile.inc 51 # compute checksums
  /src/lib/libc/arch/sparc64/gen/
_setjmp.S 91 movrnz %i1, %i1, %i0 ! compute v ? v : 1
  /src/sys/arch/newsmips/stand/boot/
locore.S 79 addu a1, a1, a0 # compute ending address
  /src/usr.bin/make/unit-tests/
varname-dot-make-jobs.mk 20 # to compute expected results.
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 132 ` ! compute sign of result; if neither is negative, no problem
137 `mov dividend, SIGN') ! compute sign in any case
148 ! Ready to divide. Compute size of quotient; scale comparand.
171 ! Compute ITER in an unorthodox manner: know we need to shift V into
181 ! Now compute SC.
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 133 ` ! compute sign of result; if neither is negative, no problem
138 `mov dividend, SIGN') ! compute sign in any case
149 ! Ready to divide. Compute size of quotient; scale comparand.
172 ! Compute ITER in an unorthodox manner: know we need to shift V into
182 ! Now compute SC.
  /src/sys/arch/sparc64/sparc64/
sigcode32.s 179 add %sp, 64 + 16, %o0 ! compute scp
sunos_sigcode.s 181 add %sp, 64 + 16, %o0 ! compute scp
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sm8250.dtsi 1367 compatible = "qcom,sm8250-compute-noc";
2120 compute-cb@1 {
2121 compatible = "qcom,fastrpc-compute-cb";
2126 compute-cb@2 {
2127 compatible = "qcom,fastrpc-compute-cb";
2132 compute-cb@3 {
2133 compatible = "qcom,fastrpc-compute-cb";
2185 compute-cb@1 {
2186 compatible = "qcom,fastrpc-compute-cb";
2191 compute-cb@2
    [all...]
  /src/sys/arch/mips/mips/
fp.S 908 or t0, t0, ta0 # compute result sign
911 and t0, t0, ta0 # compute result sign
946 li t9, 32 # compute 32 - abs(exp diff)
967 or t0, t0, ta0 # compute result sign
970 and t0, t0, ta0 # compute result sign
973 sltu v0, zero, t9 # compute t2:zero - ta2:t9
980 sltu v0, zero, t9 # compute ta2:zero - t2:t9
1031 or t0, t0, ta0 # compute result sign
1034 and t0, t0, ta0 # compute result sign
1111 sltu v0, t3, ta3 # compute carr
    [all...]
  /src/sys/arch/sh3/sh3/
exception_vector.S 186 mov r5, r2 ! copy of vpn to compute indices into ptd/ptp
344 mov r5, r2 ! copy of vpn to compute indices into ptd/ptp
  /src/sys/lib/libkern/
entpool.c 709 compute(uint8_t output[KATLEN], const struct event *events)
748 compute(output, cases[i]);
697 compute(uint8_t output[KATLEN], const struct event *events) function in typeref:typename:void

Completed in 26 milliseconds

1 2