Searched refs:LPower (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 1054 class LPower: public LTemplateInstruction<1, 2, 0> { 1056 LPower(LOperand* left, LOperand* right) { in LPower() function
|
D | lithium-x64.cc | 1431 LPower* result = new(zone()) LPower(left, right); in DoPower()
|
D | lithium-codegen-x64.cc | 2979 void LCodeGen::DoPower(LPower* instr) { in DoPower()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1055 class LPower: public LTemplateInstruction<1, 2, 0> { 1057 LPower(LOperand* left, LOperand* right) { in LPower() function
|
D | lithium-mips.cc | 1446 LPower* result = new(zone()) LPower(left, right); in DoPower()
|
D | lithium-codegen-mips.cc | 3145 void LCodeGen::DoPower(LPower* instr) { in DoPower()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1075 class LPower: public LTemplateInstruction<1, 2, 0> { 1077 LPower(LOperand* left, LOperand* right) { in LPower() function
|
D | lithium-arm.cc | 1445 LPower* result = new(zone()) LPower(left, right); in DoPower()
|
D | lithium-codegen-arm.cc | 3246 void LCodeGen::DoPower(LPower* instr) { in DoPower()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1076 class LPower: public LTemplateInstruction<1, 2, 0> { 1078 LPower(LOperand* left, LOperand* right) { in LPower() function
|
D | lithium-ia32.cc | 1475 LPower* result = new(zone()) LPower(left, right); in DoPower()
|
D | lithium-codegen-ia32.cc | 3028 void LCodeGen::DoPower(LPower* instr) { in DoPower()
|