Searched refs:divl (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/ |
H A D | udivdi3.S | 47 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 D | umoddi3.S | 48 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 D | divdi3.S | 76 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 D | moddi3.S | 75 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 D | s_tanhl.c | 82 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 D | locore.S | 344 divl %ecx 389 divl %ecx
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | bn-586.S | 638 divl %ecx 2211 divl %ecx
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 488 def TuningSlowDivide64 : SubtargetFeature<"idivq-to-divl",
|