Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc502 #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(cos); in AssembleArchInstruction()
1006 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
1009 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc453 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
1044 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
1047 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
1050 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
1053 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
1056 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
1059 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
1065 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
1068 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
1071 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc425 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
1594 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
1597 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
1600 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
1603 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
1606 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
1612 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
1615 ASSEMBLE_IEEE754_UNOP(tan); in AssembleArchInstruction()
1618 ASSEMBLE_IEEE754_UNOP(tanh); in AssembleArchInstruction()
1621 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc538 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
1194 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
1197 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
1200 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
1203 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
1206 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
1209 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
1215 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
1218 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
1221 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc483 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
935 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
938 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
941 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
944 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
947 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
950 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
956 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
959 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
962 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc512 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
956 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
959 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
962 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
965 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
968 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
971 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
977 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
980 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
983 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc385 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
1007 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
1010 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
1013 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
1016 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
1019 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
1022 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
1028 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
1031 ASSEMBLE_IEEE754_UNOP(cos); in AssembleArchInstruction()
1034 ASSEMBLE_IEEE754_UNOP(cosh); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc621 #define ASSEMBLE_IEEE754_UNOP(name) \ macro
2066 ASSEMBLE_IEEE754_UNOP(acos); in AssembleArchInstruction()
2069 ASSEMBLE_IEEE754_UNOP(acosh); in AssembleArchInstruction()
2072 ASSEMBLE_IEEE754_UNOP(asin); in AssembleArchInstruction()
2075 ASSEMBLE_IEEE754_UNOP(asinh); in AssembleArchInstruction()
2078 ASSEMBLE_IEEE754_UNOP(atanh); in AssembleArchInstruction()
2081 ASSEMBLE_IEEE754_UNOP(atan); in AssembleArchInstruction()
2087 ASSEMBLE_IEEE754_UNOP(tan); in AssembleArchInstruction()
2090 ASSEMBLE_IEEE754_UNOP(tanh); in AssembleArchInstruction()
2093 ASSEMBLE_IEEE754_UNOP(cbrt); in AssembleArchInstruction()
[all …]