Home
last modified time | relevance | path

Searched refs:LMathExp (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/v8/src/arm/
Dlithium-arm.h953 class LMathExp FINAL : public LTemplateInstruction<1, 1, 3> {
955 LMathExp(LOperand* value, in LMathExp() function
Dlithium-arm.cc1202 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-arm.cc3923 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.h931 class LMathExp FINAL : public LTemplateInstruction<1, 1, 3> {
933 LMathExp(LOperand* value, in LMathExp() function
Dlithium-mips64.cc1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-mips64.cc3911 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h939 class LMathExp FINAL : public LTemplateInstruction<1, 1, 2> {
941 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) { in LMathExp() function
Dlithium-x64.cc1219 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
Dlithium-codegen-x64.cc3920 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h941 class LMathExp FINAL : public LTemplateInstruction<1, 1, 2> {
943 LMathExp(LOperand* value, in LMathExp() function
Dlithium-ia32.cc1239 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
Dlithium-codegen-ia32.cc3868 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/chromium_org/v8/src/x87/
Dlithium-x87.h957 class LMathExp FINAL : public LTemplateInstruction<1, 1, 2> {
959 LMathExp(LOperand* value, in LMathExp() function
Dlithium-x87.cc1248 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
Dlithium-codegen-x87.cc4236 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h932 class LMathExp FINAL : public LTemplateInstruction<1, 1, 3> {
934 LMathExp(LOperand* value, in LMathExp() function
Dlithium-mips.cc1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-mips.cc3879 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h1952 class LMathExp FINAL : public LUnaryMathOperation<4> {
1954 LMathExp(LOperand* value, in LMathExp() function
Dlithium-arm64.cc2608 LMathExp* result = new(zone()) LMathExp(input, double_temp1, in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3858 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()