Home
last modified time | relevance | path

Searched refs:LPower (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1424 class LPower final : public LTemplateInstruction<1, 2, 0> {
1426 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-ia32.cc1642 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-ia32.cc3556 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1432 class LPower final : public LTemplateInstruction<1, 2, 0> {
1434 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-x87.cc1649 LPower* result = new (zone()) LPower(left, right); in DoPower()
Dlithium-codegen-x87.cc3811 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1405 class LPower final : public LTemplateInstruction<1, 2, 0> {
1407 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-mips.cc1640 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-mips.cc3544 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1416 class LPower final : public LTemplateInstruction<1, 2, 0> {
1418 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-x64.cc1638 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-x64.cc3639 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1442 class LPower final : public LTemplateInstruction<1, 2, 0> {
1444 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-arm.cc1693 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-arm.cc3557 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1467 class LPower final : public LTemplateInstruction<1, 2, 0> {
1469 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-mips64.cc1646 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-mips64.cc3749 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1391 class LPower final : public LTemplateInstruction<1, 2, 0> {
1393 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-ppc.cc1657 LPower* result = new (zone()) LPower(left, right); in DoPower()
Dlithium-codegen-ppc.cc3784 void LCodeGen::DoPower(LPower* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2180 class LPower final : public LTemplateInstruction<1, 2, 0> {
2182 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-arm64.cc1993 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-arm64.cc3780 void LCodeGen::DoPower(LPower* instr) { in DoPower()