Home
last modified time | relevance | path

Searched refs:ASSEMBLE_IEEE754_UNOP (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc432 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
1542 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
1545 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
1548 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
1551 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
1554 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
1560 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
1563 ASSEMBLE_IEEE754_UNOP(tan); in AssembleArchInstruction()
1566 ASSEMBLE_IEEE754_UNOP(tanh); in AssembleArchInstruction()
1569 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc449 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
861 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
864 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
867 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
870 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
873 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
876 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
882 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
885 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
888 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc619 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
1993 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
1996 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
1999 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
2002 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
2005 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
2008 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
2014 ASSEMBLE_IEEE754_UNOP(tan); in AssembleArchInstruction()
2017 ASSEMBLE_IEEE754_UNOP(tanh); in AssembleArchInstruction()
2020 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc501 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
982 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
985 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
988 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
991 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
994 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
997 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
1003 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
1006 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
1009 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc462 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
875 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
878 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
881 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
884 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
887 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
890 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
896 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
899 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
902 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc475 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
990 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
993 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
996 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
999 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
1002 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
1005 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
1011 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
1014 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
1017 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc475 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
895 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
898 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
901 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
904 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
907 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
910 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
916 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
919 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
922 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc389 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
934 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
937 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
940 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
943 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
946 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
949 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
955 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
958 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
961 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
[all …]