/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 953 class LMathExp FINAL : public LTemplateInstruction<1, 1, 3> { 955 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-arm.cc | 1202 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-arm.cc | 3923 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 931 class LMathExp FINAL : public LTemplateInstruction<1, 1, 3> { 933 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-mips64.cc | 1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-mips64.cc | 3911 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 939 class LMathExp FINAL : public LTemplateInstruction<1, 1, 2> { 941 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) { in LMathExp() function
|
D | lithium-x64.cc | 1219 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-x64.cc | 3920 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 941 class LMathExp FINAL : public LTemplateInstruction<1, 1, 2> { 943 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-ia32.cc | 1239 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-ia32.cc | 3868 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 957 class LMathExp FINAL : public LTemplateInstruction<1, 1, 2> { 959 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-x87.cc | 1248 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-x87.cc | 4236 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 932 class LMathExp FINAL : public LTemplateInstruction<1, 1, 3> { 934 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-mips.cc | 1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-mips.cc | 3879 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 1952 class LMathExp FINAL : public LUnaryMathOperation<4> { 1954 LMathExp(LOperand* value, in LMathExp() function
|
D | lithium-arm64.cc | 2608 LMathExp* result = new(zone()) LMathExp(input, double_temp1, in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3858 void LCodeGen::DoMathExp(LMathExp* instr) { in DoMathExp()
|