HomeSort by relevance Sort by last modified time
    Searched refs:ASSEMBLE_IEEE754_UNOP (Results 1 - 9 of 9) sorted by null

  /external/v8/src/compiler/arm/
code-generator-arm.cc 396 #define ASSEMBLE_IEEE754_UNOP(name) \
678 ASSEMBLE_IEEE754_UNOP(atan);
684 ASSEMBLE_IEEE754_UNOP(cbrt);
687 ASSEMBLE_IEEE754_UNOP(cos);
690 ASSEMBLE_IEEE754_UNOP(exp);
693 ASSEMBLE_IEEE754_UNOP(expm1);
696 ASSEMBLE_IEEE754_UNOP(atanh);
699 ASSEMBLE_IEEE754_UNOP(log);
702 ASSEMBLE_IEEE754_UNOP(log1p);
705 ASSEMBLE_IEEE754_UNOP(log2)
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 523 #define ASSEMBLE_IEEE754_UNOP(name) \
811 ASSEMBLE_IEEE754_UNOP(atan);
817 ASSEMBLE_IEEE754_UNOP(cos);
820 ASSEMBLE_IEEE754_UNOP(cbrt);
823 ASSEMBLE_IEEE754_UNOP(exp);
826 ASSEMBLE_IEEE754_UNOP(expm1);
829 ASSEMBLE_IEEE754_UNOP(atanh);
832 ASSEMBLE_IEEE754_UNOP(log);
835 ASSEMBLE_IEEE754_UNOP(log1p);
838 ASSEMBLE_IEEE754_UNOP(log2)
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 383 #define ASSEMBLE_IEEE754_UNOP(name) \
653 ASSEMBLE_IEEE754_UNOP(atan);
659 ASSEMBLE_IEEE754_UNOP(cbrt);
662 ASSEMBLE_IEEE754_UNOP(cos);
665 ASSEMBLE_IEEE754_UNOP(expm1);
668 ASSEMBLE_IEEE754_UNOP(exp);
671 ASSEMBLE_IEEE754_UNOP(atanh);
674 ASSEMBLE_IEEE754_UNOP(log);
677 ASSEMBLE_IEEE754_UNOP(log1p);
680 ASSEMBLE_IEEE754_UNOP(log2)
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 500 #define ASSEMBLE_IEEE754_UNOP(name) \
745 ASSEMBLE_IEEE754_UNOP(atan);
751 ASSEMBLE_IEEE754_UNOP(cos);
754 ASSEMBLE_IEEE754_UNOP(cbrt);
757 ASSEMBLE_IEEE754_UNOP(exp);
760 ASSEMBLE_IEEE754_UNOP(expm1);
763 ASSEMBLE_IEEE754_UNOP(atanh);
766 ASSEMBLE_IEEE754_UNOP(log);
769 ASSEMBLE_IEEE754_UNOP(log1p);
772 ASSEMBLE_IEEE754_UNOP(log10)
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 511 #define ASSEMBLE_IEEE754_UNOP(name) \
754 ASSEMBLE_IEEE754_UNOP(atan);
760 ASSEMBLE_IEEE754_UNOP(atanh);
763 ASSEMBLE_IEEE754_UNOP(cos);
766 ASSEMBLE_IEEE754_UNOP(cbrt);
769 ASSEMBLE_IEEE754_UNOP(exp);
772 ASSEMBLE_IEEE754_UNOP(expm1);
775 ASSEMBLE_IEEE754_UNOP(log);
778 ASSEMBLE_IEEE754_UNOP(log1p);
781 ASSEMBLE_IEEE754_UNOP(log2)
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 444 #define ASSEMBLE_IEEE754_UNOP(name) \
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 388 #define ASSEMBLE_IEEE754_UNOP(name) \
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 398 #define ASSEMBLE_IEEE754_UNOP(name) \
752 ASSEMBLE_IEEE754_UNOP(atan);
758 ASSEMBLE_IEEE754_UNOP(cbrt);
762 ASSEMBLE_IEEE754_UNOP(cos);
767 ASSEMBLE_IEEE754_UNOP(expm1);
771 ASSEMBLE_IEEE754_UNOP(exp);
774 ASSEMBLE_IEEE754_UNOP(atanh);
777 ASSEMBLE_IEEE754_UNOP(log);
780 ASSEMBLE_IEEE754_UNOP(log1p);
783 ASSEMBLE_IEEE754_UNOP(log2)
    [all...]

Completed in 1219 milliseconds