Searched refs:fyl2x (Results 1 – 15 of 15) sorted by relevance
/external/flac/libFLAC/ia32/ |
D | fixed_asm.nasm | 219 fyl2x ; ST = log2(ln2*total_error_0/data_len) data_len 235 fyl2x ; ST = log2(ln2*total_error_1/data_len) data_len 250 fyl2x ; ST = log2(ln2*total_error_2/data_len) data_len 265 fyl2x ; ST = log2(ln2*total_error_3/data_len) data_len 280 fyl2x ; ST = log2(ln2*total_error_4/data_len) data_len
|
/external/qemu/target-i386/ |
D | helper.h | 174 DEF_HELPER_0(fyl2x, void)
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 934 void fyl2x();
|
D | assembler-ia32.cc | 1716 void Assembler::fyl2x() { in fyl2x() function in v8::internal::Assembler
|
D | code-stubs-ia32.cc | 2674 __ fyl2x(); in GenerateOperation() 3098 __ fyl2x(); // X in Generate()
|
D | lithium-codegen-ia32.cc | 3160 __ fyl2x(); in DoMathLog()
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1298 void fyl2x();
|
D | assembler-x64.cc | 2305 void Assembler::fyl2x() { in fyl2x() function in v8::internal::Assembler
|
D | code-stubs-x64.cc | 1796 __ fyl2x(); in GenerateOperation() 2152 __ fyl2x(); // X in Generate()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 569 def FYL2X : I<0xF1, RawFrm, (outs), (ins), "fyl2x", []>, D9;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 183 11011001,11110001:fyl2x
|
/external/valgrind/main/perf/ |
D | tinycc.c | 3374 DEF_ASM_OP0(fyl2x, 0xd9f1) 3831 DEF_ASM_OP0(fyl2x, 0xd9f1) 4706 DEF_ASM_OP0(fyl2x, 0xd9f1) 5163 DEF_ASM_OP0(fyl2x, 0xd9f1) 15413 DEF_ASM_OP0(fyl2x, 0xd9f1) 15875 DEF_ASM_OP0(fyl2x, 0xd9f1)
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 4241 fyl2x 13984 fyl2x
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |