/external/qemu/target-i386/ |
H A D | helper.h | 185 DEF_HELPER_0(fsin, void)
|
/external/genext2fs/ |
H A D | genext2fs.c | 2524 char * fsin = 0; local 2576 fsin = optarg; 2649 if(fsin) 2651 if(strcmp(fsin, "-")) 2653 FILE * fh = xfopen(fsin, "rb");
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
H A D | assyntax.h | 765 #define FSIN CHOICE(fsin, fsin, fsin) 1486 #define FSIN fsin
|
/external/chromium_org/v8/src/ia32/ |
H A D | assembler-ia32.h | 950 void fsin();
|
H A D | assembler-ia32.cc | 1730 void Assembler::fsin() { function in class:v8::internal::Assembler
|
H A D | code-stubs-ia32.cc | 2268 // Both fsin and fcos require arguments in the range +/-2^63 and 2270 // the actual fsin/fcos operation. 2272 // If argument is outside the range -2^63..2^63, fsin/cos doesn't 2333 __ fsin();
|
/external/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 765 #define FSIN CHOICE(fsin, fsin, fsin) 1486 #define FSIN fsin
|
/external/v8/src/ia32/ |
H A D | assembler-ia32.h | 932 void fsin();
|
H A D | assembler-ia32.cc | 1702 void Assembler::fsin() { function in class:v8::internal::Assembler
|
H A D | code-stubs-ia32.cc | 2590 // Both fsin and fcos require arguments in the range +/-2^63 and 2592 // the actual fsin/fcos operation. 2594 // If argument is outside the range -2^63..2^63, fsin/cos doesn't 2655 __ fsin();
|
/external/v8/src/x64/ |
H A D | assembler-x64.h | 1295 void fsin();
|
H A D | assembler-x64.cc | 2291 void Assembler::fsin() { function in class:v8::internal::Assembler
|
H A D | code-stubs-x64.cc | 1709 // Both fsin and fcos require arguments in the range +/-2^63 and 1711 // the actual fsin/fcos operation. 1713 // If argument is outside the range -2^63..2^63, fsin/cos doesn't 1777 __ fsin();
|
/external/chromium_org/v8/src/x64/ |
H A D | assembler-x64.h | 1300 void fsin();
|
H A D | assembler-x64.cc | 2304 void Assembler::fsin() { function in class:v8::internal::Assembler
|
H A D | code-stubs-x64.cc | 1457 // Both fsin and fcos require arguments in the range +/-2^63 and 1459 // the actual fsin/fcos operation. 1461 // If argument is outside the range -2^63..2^63, fsin/cos doesn't 1525 __ fsin();
|
/external/llvm/test/MC/X86/ |
H A D | x86-32-coverage.s | 476 // CHECK: fsin 477 fsin 4299 // CHECK: fsin 4301 fsin 14030 // CHECK: fsin 14031 fsin
|
/external/valgrind/main/perf/ |
H A D | tinycc.c | 3389 DEF_ASM_OP0(fsin, 0xd9fe) 3846 DEF_ASM_OP0(fsin, 0xd9fe) 4721 DEF_ASM_OP0(fsin, 0xd9fe) 5178 DEF_ASM_OP0(fsin, 0xd9fe) 15428 DEF_ASM_OP0(fsin, 0xd9fe) 15890 DEF_ASM_OP0(fsin, 0xd9fe)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
H A D | x86insn_nasm.gperf | 258 fsin, twobyte_insn, 1, SUF_Z, 0xD9, 0xFE, 0, 0, CPU_286, CPU_FPU, 0
|
H A D | x86insn_gas.gperf | 504 fsin, twobyte_insn, 1, SUF_Z, 0xD9, 0xFE, 0, 0, CPU_286, CPU_FPU, 0
|