Home
last modified time | relevance | path

Searched refs:LArithmeticT (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
Dlithium-arm.cc127 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
715 LArithmeticT* result = in DoArithmeticT()
716 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-arm.h1426 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1428 LArithmeticT(Token::Value op, in LArithmeticT() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc317 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
782 LArithmeticT* result = in DoArithmeticT()
783 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-arm64.h715 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
717 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-arm64.cc1676 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc146 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
748 LArithmeticT* result = in DoArithmeticT()
749 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-ia32.h1434 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1436 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-ia32.cc1768 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc130 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
740 LArithmeticT* result = in DoArithmeticT()
741 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-x64.h1428 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1430 LArithmeticT(Token::Value op, in LArithmeticT() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc130 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
730 LArithmeticT* result = in DoArithmeticT()
731 new (zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-ppc.h1406 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1408 LArithmeticT(Token::Value op, LOperand* context, LOperand* left, in LArithmeticT() function
Dlithium-codegen-ppc.cc2005 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoShiftI()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc122 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
657 LArithmeticT* result = in DoArithmeticT()
658 new (zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-s390.h1307 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1309 LArithmeticT(Token::Value op, LOperand* context, LOperand* left, in LArithmeticT() function
Dlithium-codegen-s390.cc2010 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc129 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
725 LArithmeticT* result = in DoArithmeticT()
726 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-mips64.h1452 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1454 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-mips64.cc1924 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc157 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
745 LArithmeticT* result = in DoArithmeticT()
746 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-x87.h1424 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1426 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-x87.cc2045 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc129 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
725 LArithmeticT* result = in DoArithmeticT()
726 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-mips.h1390 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1392 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-mips.cc1805 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()

12