Searched refs:fsin (Results 1 - 20 of 20) sorted by relevance

/external/qemu/target-i386/
H A Dhelper.h185 DEF_HELPER_0(fsin, void)
/external/genext2fs/
H A Dgenext2fs.c2524 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 Dassyntax.h765 #define FSIN CHOICE(fsin, fsin, fsin)
1486 #define FSIN fsin
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h950 void fsin();
H A Dassembler-ia32.cc1730 void Assembler::fsin() { function in class:v8::internal::Assembler
H A Dcode-stubs-ia32.cc2268 // 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 Dassyntax.h765 #define FSIN CHOICE(fsin, fsin, fsin)
1486 #define FSIN fsin
/external/v8/src/ia32/
H A Dassembler-ia32.h932 void fsin();
H A Dassembler-ia32.cc1702 void Assembler::fsin() { function in class:v8::internal::Assembler
H A Dcode-stubs-ia32.cc2590 // 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 Dassembler-x64.h1295 void fsin();
H A Dassembler-x64.cc2291 void Assembler::fsin() { function in class:v8::internal::Assembler
H A Dcode-stubs-x64.cc1709 // 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 Dassembler-x64.h1300 void fsin();
H A Dassembler-x64.cc2304 void Assembler::fsin() { function in class:v8::internal::Assembler
H A Dcode-stubs-x64.cc1457 // 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 Dx86-32-coverage.s476 // CHECK: fsin
477 fsin
4299 // CHECK: fsin
4301 fsin
14030 // CHECK: fsin
14031 fsin
/external/valgrind/main/perf/
H A Dtinycc.c3389 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 Dx86insn_nasm.gperf258 fsin, twobyte_insn, 1, SUF_Z, 0xD9, 0xFE, 0, 0, CPU_286, CPU_FPU, 0
H A Dx86insn_gas.gperf504 fsin, twobyte_insn, 1, SUF_Z, 0xD9, 0xFE, 0, 0, CPU_286, CPU_FPU, 0

Completed in 295 milliseconds