Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.h1054 class LPower: public LTemplateInstruction<1, 2, 0> {
1056 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-x64.cc1431 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-x64.cc2979 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/mips/
Dlithium-mips.h1055 class LPower: public LTemplateInstruction<1, 2, 0> {
1057 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-mips.cc1446 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-mips.cc3145 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/arm/
Dlithium-arm.h1075 class LPower: public LTemplateInstruction<1, 2, 0> {
1077 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-arm.cc1445 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-arm.cc3246 void LCodeGen::DoPower(LPower* instr) { in DoPower()
/external/v8/src/ia32/
Dlithium-ia32.h1076 class LPower: public LTemplateInstruction<1, 2, 0> {
1078 LPower(LOperand* left, LOperand* right) { in LPower() function
Dlithium-ia32.cc1475 LPower* result = new(zone()) LPower(left, right); in DoPower()
Dlithium-codegen-ia32.cc3028 void LCodeGen::DoPower(LPower* instr) { in DoPower()