Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/arm/
Dlithium-arm.cc113 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()
Dlithium-arm.h1405 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/
Dlithium-arm64.cc303 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()
Dlithium-arm64.h692 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> {
694 LArithmeticD(Token::Value op, in LArithmeticD() function
Dlithium-codegen-arm64.cc1641 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc132 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()
Dlithium-ia32.h1412 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> {
1414 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
Dlithium-codegen-ia32.cc1700 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc116 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()
Dlithium-x64.h1407 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/
Dlithium-ppc.cc111 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()
Dlithium-ppc.h1386 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> {
1388 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) : op_(op) { in LArithmeticD() function
Dlithium-codegen-ppc.cc1972 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoShiftI()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc104 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()
Dlithium-s390.h1288 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> {
1290 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) : op_(op) { in LArithmeticD() function
Dlithium-codegen-s390.cc1976 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc115 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()
Dlithium-mips64.h1431 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> {
1433 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
Dlithium-codegen-mips64.cc1883 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc143 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()
Dlithium-x87.h1402 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> {
1404 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
Dlithium-codegen-x87.cc1997 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc115 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()
Dlithium-mips.h1369 class LArithmeticD final : public LTemplateInstruction<1, 2, 0> {
1371 LArithmeticD(Token::Value op, LOperand* left, LOperand* right) in LArithmeticD() function
Dlithium-codegen-mips.cc1764 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { in DoArithmeticD()

12