Home
last modified time | relevance | path

Searched refs:divl (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dudivdi3.S47 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
73 divl %ebx // overflow, and find q and r such that
107 divl %ecx //
110 divl %ecx //
H A Dumoddi3.S48 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
78 divl %ebx // overflow, and find q and r such that
117 divl %ecx //
120 divl %ecx //
H A Ddivdi3.S76 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
108 divl %ebx // overflow, and find q and r such that
148 divl %ecx //
151 divl %ecx //
H A Dmoddi3.S75 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
109 divl %ebx // overflow, and find q and r such that
151 divl %ecx //
154 divl %ecx //
/freebsd/lib/msun/src/
H A Ds_tanhl.c82 divl(long double a, long double b, long double c, long double d, in divl() function
160 z = divl(hi, lo, -0.5, hi, lo, 0.5); in tanhl()
/freebsd/sys/i386/i386/
H A Dlocore.S344 divl %ecx
389 divl %ecx
/freebsd/sys/crypto/openssl/i386/
H A Dbn-586.S638 divl %ecx
2211 divl %ecx
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td488 def TuningSlowDivide64 : SubtargetFeature<"idivq-to-divl",