Home
last modified time | relevance | path

Searched refs:n_utword_bits (Results 1 – 15 of 15) sorted by relevance

/dports/devel/compiler-rt/compiler-rt-0.r131639/lib/
H A Dudivmodti4.c29 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
172 q.s.low = (n.s.low << (n_utword_bits - sr)) & in __udivmodti4()
176 (((n.s.high << (n_utword_bits - sr)) | in __udivmodti4()
246 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/
H A Dudivmodti4.c29 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
166 q.s.low = n.s.low << (n_utword_bits - sr); in __udivmodti4()
167 q.s.high = (n.s.high << (n_utword_bits - sr)) | in __udivmodti4()
228 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodti4.c24 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
134 q.s.low = n.s.low << (n_utword_bits - sr); in __udivmodti4()
135 q.s.high = (n.s.high << (n_utword_bits - sr)) | in __udivmodti4()
185 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dudivmodti4.c29 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
166 q.s.low = n.s.low << (n_utword_bits - sr); in __udivmodti4()
167 q.s.high = (n.s.high << (n_utword_bits - sr)) | in __udivmodti4()
228 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/builtins/
H A Dudivmodti4.c24 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
134 q.s.low = n.s.low << (n_utword_bits - sr); in __udivmodti4()
135 q.s.high = (n.s.high << (n_utword_bits - sr)) | in __udivmodti4()
185 const ti_int s = (ti_int)(d.all - r.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Dudivmodti4.c101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4() local
148 (ti_int)(divisor.all - dividend.all - 1) >> (n_utword_bits - 1); in __udivmodti4()