/external/qemu/target-i386/ |
helper.h | 185 DEF_HELPER_0(fsin, void)
|
/external/genext2fs/ |
genext2fs.c | 2524 char * fsin = 0; local [all...] |
/art/compiler/utils/x86/ |
assembler_x86.h | 333 void fsin();
|
assembler_x86.cc | 722 void X86Assembler::fsin() { function in class:art::x86::X86Assembler [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | 967 void fsin(); [all...] |
assembler-ia32.cc | 1697 void Assembler::fsin() { function in class:v8::internal::Assembler [all...] |
code-stubs-ia32.cc | 919 // Both fsin and fcos require arguments in the range +/-2^63 and 921 // the actual fsin/fcos operation. 923 // If argument is outside the range -2^63..2^63, fsin/cos doesn't [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 932 void fsin(); [all...] |
assembler-ia32.cc | 1702 void Assembler::fsin() { function in class:v8::internal::Assembler [all...] |
code-stubs-ia32.cc | [all...] |
/external/v8/src/x64/ |
assembler-x64.h | [all...] |
assembler-x64.cc | 2291 void Assembler::fsin() { function in class:v8::internal::Assembler [all...] |
code-stubs-x64.cc | [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.h | [all...] |
assembler-x64.cc | 2230 void Assembler::fsin() { function in class:v8::internal::Assembler [all...] |
code-stubs-x64.cc | 814 // Both fsin and fcos require arguments in the range +/-2^63 and 816 // the actual fsin/fcos operation. 818 // If argument is outside the range -2^63..2^63, fsin/cos doesn't 882 __ fsin(); [all...] |
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 476 // CHECK: fsin 477 fsin [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 258 fsin, twobyte_insn, 1, SUF_Z, 0xD9, 0xFE, 0, 0, CPU_286, CPU_FPU, 0 [all...] |
x86insn_gas.gperf | 504 fsin, twobyte_insn, 1, SUF_Z, 0xD9, 0xFE, 0, 0, CPU_286, CPU_FPU, 0 [all...] |