Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x87/
Dlithium-x87.h1491 class LPower V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1493 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-codegen-x87.cc3735 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h1476 class LPower V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1478 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-ia32.cc1629 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-ia32.cc3756 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h1449 class LPower V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1451 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-mips.cc1612 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-mips.cc3827 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h1467 class LPower V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1469 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-x64.cc1600 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-x64.cc3851 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/chromium_org/v8/src/arm/
Dlithium-arm.h1486 class LPower V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1488 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-arm.cc1666 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-arm.cc3828 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h2240 class LPower V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2242 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-arm64.cc1987 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-arm64.cc4086 void LCodeGen::DoPower(LPower* instr) { in DoPower()