Searched refs:LAddI (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc1538 bool use_lea = LAddI::UseLea(instr);
1544 LAddI* add = new(zone()) LAddI(left, right);
1558 bool use_lea = LAddI::UseLea(instr);
1564 LAddI* add = new(zone()) LAddI(left, right);
H A Dlithium-ia32.h1362 class LAddI final : public LTemplateInstruction<1, 2, 0> {
1364 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-codegen-ia32.cc1611 void LCodeGen::DoAddI(LAddI* instr) {
1615 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc1536 bool use_lea = LAddI::UseLea(instr);
1550 LAddI* add = new(zone()) LAddI(left, right);
1561 bool use_lea = LAddI::UseLea(instr);
1567 LAddI* add = new(zone()) LAddI(left, right);
H A Dlithium-x64.h1357 class LAddI final : public LTemplateInstruction<1, 2, 0> {
1359 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-codegen-x64.cc1699 void LCodeGen::DoAddI(LAddI* instr) {
1706 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc1545 bool use_lea = LAddI::UseLea(instr);
1551 LAddI* add = new(zone()) LAddI(left, right);
1565 bool use_lea = LAddI::UseLea(instr);
1571 LAddI* add = new(zone()) LAddI(left, right);
H A Dlithium-x87.h1350 class LAddI final : public LTemplateInstruction<1, 2, 0> {
1352 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-codegen-x87.cc1888 void LCodeGen::DoAddI(LAddI* instr) {
1892 if (LAddI::UseLea(instr->hydrogen()) && !left->Equals(instr->result())) {
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1582 LAddI* add = new(zone()) LAddI(left, right);
1593 LAddI* add = new(zone()) LAddI(left, right);
H A Dlithium-arm.h1360 class LAddI final : public LTemplateInstruction<1, 2, 0> {
1362 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-codegen-arm.cc1840 void LCodeGen::DoAddI(LAddI* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1529 LAddI* add = new(zone()) LAddI(left, right);
1540 LAddI* add = new(zone()) LAddI(left, right);
H A Dlithium-mips.h1324 class LAddI final : public LTemplateInstruction<1, 2, 0> {
1326 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-codegen-mips.cc1689 void LCodeGen::DoAddI(LAddI* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1569 LAddI* add = new (zone()) LAddI(left, right);
1580 LAddI* add = new (zone()) LAddI(left, right);
H A Dlithium-ppc.h1341 class LAddI final : public LTemplateInstruction<1, 2, 0> {
1343 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc1429 LAddI* add = new (zone()) LAddI(left, right);
1440 LAddI* add = new (zone()) LAddI(left, right);
H A Dlithium-s390.h1246 class LAddI final : public LTemplateInstruction<1, 2, 0> {
1248 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1371 class LAddI final : public LTemplateInstruction<1, 2, 0> {
1373 LAddI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-mips64.cc1538 : DefineAsRegister(new (zone()) LAddI(left, right));
H A Dlithium-codegen-mips64.cc1819 void LCodeGen::DoAddI(LAddI* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h561 class LAddI final : public LTemplateInstruction<1, 2, 0> {
563 LAddI(LOperand* left, LOperand* right) function in class:v8::internal::final
569 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) function in class:v8::internal::final
H A Dlithium-arm64.cc823 DefineAsRegister(new(zone()) LAddI(left, right));
2057 res = new(zone()) LAddI(left, right, shift_op, shift_amount);
H A Dlithium-codegen-arm64.cc1359 void LCodeGen::DoAddI(LAddI* instr) {

Completed in 370 milliseconds

12