Searched defs:LMathPowHalf (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h941 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
943 explicit LMathPowHalf(LOperand* value) { function in class:v8::internal::final
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1762 class LMathPowHalf final : public LUnaryMathOperation<0> {
1764 explicit LMathPowHalf(LOperand* value) : LUnaryMathOperation<0>(value) { } function in class:v8::internal::final
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h948 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
950 LMathPowHalf(LOperand* value, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h918 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
920 LMathPowHalf(LOperand* value, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h936 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
938 LMathPowHalf(LOperand* value, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h937 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
939 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h867 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
869 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h944 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
946 explicit LMathPowHalf(LOperand* value) { function in class:v8::internal::final
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h946 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
948 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final

Completed in 144 milliseconds