/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 113 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 695 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD() 700 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-arm.h | 1405 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 1407 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 303 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 752 LArithmeticD* result = new(zone()) LArithmeticD(Token::MOD, left, right); in DoArithmeticD() 757 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-arm64.h | 692 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 694 LArithmeticD(Token::Value op, in LArithmeticD() function
|
D | lithium-codegen-arm64.cc | 1641 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 132 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 727 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD() 732 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-ia32.h | 1412 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 1414 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
|
D | lithium-codegen-ia32.cc | 1700 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 116 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 719 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD() 724 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-x64.h | 1407 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 1409 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 111 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 707 LArithmeticD* result = new (zone()) LArithmeticD(op, left, right); in DoArithmeticD() 715 LArithmeticD* result = new (zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-ppc.h | 1386 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 1388 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) : op_(op) { in LArithmeticD() function
|
D | lithium-codegen-ppc.cc | 1972 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 104 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 635 LArithmeticD* result = new (zone()) LArithmeticD(op, left, right); in DoArithmeticD() 643 LArithmeticD* result = new (zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-s390.h | 1288 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 1290 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) : op_(op) { in LArithmeticD() function
|
D | lithium-codegen-s390.cc | 1976 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 115 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 702 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD() 710 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-mips64.h | 1431 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 1433 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
|
D | lithium-codegen-mips64.cc | 1883 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 143 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 725 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD() 730 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-x87.h | 1402 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 1404 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
|
D | lithium-codegen-x87.cc | 1997 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 115 const char* LArithmeticD::Mnemonic() const { in Mnemonic() 702 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD() 710 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right); in DoArithmeticD()
|
D | lithium-mips.h | 1369 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> { 1371 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
|
D | lithium-codegen-mips.cc | 1764 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
|