/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 127 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 715 LArithmeticT* result = in DoArithmeticT() 716 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-arm.h | 1426 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 1428 LArithmeticT(Token::Value op, in LArithmeticT() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 317 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 782 LArithmeticT* result = in DoArithmeticT() 783 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-arm64.h | 715 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 717 LArithmeticT(Token::Value op, in LArithmeticT() function
|
D | lithium-codegen-arm64.cc | 1676 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 146 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 748 LArithmeticT* result = in DoArithmeticT() 749 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-ia32.h | 1434 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 1436 LArithmeticT(Token::Value op, in LArithmeticT() function
|
D | lithium-codegen-ia32.cc | 1768 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 130 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 740 LArithmeticT* result = in DoArithmeticT() 741 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-x64.h | 1428 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 1430 LArithmeticT(Token::Value op, in LArithmeticT() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 130 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 730 LArithmeticT* result = in DoArithmeticT() 731 new (zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-ppc.h | 1406 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 1408 LArithmeticT(Token::Value op, LOperand* context, LOperand* left, in LArithmeticT() function
|
D | lithium-codegen-ppc.cc | 2005 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 122 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 657 LArithmeticT* result = in DoArithmeticT() 658 new (zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-s390.h | 1307 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 1309 LArithmeticT(Token::Value op, LOperand* context, LOperand* left, in LArithmeticT() function
|
D | lithium-codegen-s390.cc | 2010 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 129 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 725 LArithmeticT* result = in DoArithmeticT() 726 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-mips64.h | 1452 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 1454 LArithmeticT(Token::Value op, in LArithmeticT() function
|
D | lithium-codegen-mips64.cc | 1924 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 157 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 745 LArithmeticT* result = in DoArithmeticT() 746 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-x87.h | 1424 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 1426 LArithmeticT(Token::Value op, in LArithmeticT() function
|
D | lithium-codegen-x87.cc | 2045 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 129 const char* LArithmeticT::Mnemonic() const { in Mnemonic() 725 LArithmeticT* result = in DoArithmeticT() 726 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
D | lithium-mips.h | 1390 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> { 1392 LArithmeticT(Token::Value op, in LArithmeticT() function
|
D | lithium-codegen-mips.cc | 1805 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
|