/external/qemu/target-i386/ |
helper.h | 186 DEF_HELPER_0(fcos, void)
|
/art/compiler/utils/x86/ |
assembler_x86.h | 334 void fcos();
|
assembler_x86.cc | 729 void X86Assembler::fcos() { function in class:art::x86::X86Assembler [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 707 #define FCOS CHOICE(fcos, fcos, fcos) [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | 966 void fcos(); [all...] |
assembler-ia32.cc | 1690 void Assembler::fcos() { 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. [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 707 #define FCOS CHOICE(fcos, fcos, fcos) [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 931 void fcos(); [all...] |
assembler-ia32.cc | 1695 void Assembler::fcos() { function in class:v8::internal::Assembler [all...] |
code-stubs-ia32.cc | [all...] |
/external/v8/src/x64/ |
assembler-x64.h | [all...] |
assembler-x64.cc | 2284 void Assembler::fcos() { 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 | 2223 void Assembler::fcos() { 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. 885 __ fcos(); [all...] |
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 479 // CHECK: fcos 480 fcos [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 206 fcos, twobyte_insn, 1, SUF_Z, 0xD9, 0xFF, 0, 0, CPU_286, CPU_FPU, 0 [all...] |
x86insn_gas.gperf | 401 fcos, twobyte_insn, 1, SUF_Z, 0xD9, 0xFF, 0, 0, CPU_286, CPU_FPU, 0 [all...] |