Searched refs:divl (Results 1 - 13 of 13) sorted by relevance
/third_party/FreeBSD/lib/msun/src/ |
H A D | s_tanhl.c | 84 divl(long double a, long double b, long double c, long double d, in divl() function 162 z = divl(hi, lo, -0.5, hi, lo, 0.5); in tanhl()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 70 OP(divl,/,long double) 79 int mpdivl(struct t *t) { return mpl2(t, divl); } in mpdivl()
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/bn/ |
H A D | bn-586.S | 636 divl %ecx
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/bn/ |
H A D | bn-586.S | 636 divl %ecx
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bn/ |
H A D | bn-586.S | 636 divl %ecx
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bn/ |
H A D | bn-586.S | 636 divl %ecx
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bn/ |
H A D | bn-586.S | 629 divl %ecx
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bn/ |
H A D | bn-586.S | 629 divl %ecx
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/ |
H A D | bn-586.S | 636 divl %ecx
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bn/ |
H A D | bn-586.S | 636 divl %ecx
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 430 #define DIV_L(a) CHOICE(divl a, divl a, div a)
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 1661 __ divl(i.InputRegister(1)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1148 assm->divl(rhs); in EmitIntDivOrRem()
|
Completed in 28 milliseconds