/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.cc | 687 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 1294 return DoArithmeticD(Token::DIV, instr); 1427 return DoArithmeticD(Token::MOD, instr); 1501 return DoArithmeticD(Token::MUL, instr); 1531 return DoArithmeticD(Token::SUB, instr); 1606 return DoArithmeticD(Token::ADD, instr);
|
H A D | lithium-arm.h | 2632 LInstruction* DoArithmeticD(Token::Value op,
|
H A D | lithium-codegen-arm.cc | 1934 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.cc | 743 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 835 return DoArithmeticD(Token::ADD, instr); 1385 return DoArithmeticD(Token::DIV, instr); 1783 return DoArithmeticD(Token::MOD, instr); 1845 return DoArithmeticD(Token::MUL, instr); 2351 return DoArithmeticD(Token::SUB, instr);
|
H A D | lithium-arm64.h | 2995 LInstruction* DoArithmeticD(Token::Value op,
|
H A D | lithium-codegen-arm64.cc | 1641 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.cc | 719 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 1335 return DoArithmeticD(Token::DIV, instr); 1471 return DoArithmeticD(Token::MOD, instr); 1503 return DoArithmeticD(Token::MUL, instr); 1523 return DoArithmeticD(Token::SUB, instr); 1554 return DoArithmeticD(Token::ADD, instr);
|
H A D | lithium-ia32.h | 2651 LInstruction* DoArithmeticD(Token::Value op,
|
H A D | lithium-codegen-ia32.cc | 1700 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.cc | 694 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 1300 return DoArithmeticD(Token::DIV, instr); 1419 return DoArithmeticD(Token::MOD, instr); 1487 return DoArithmeticD(Token::MUL, instr); 1507 return DoArithmeticD(Token::SUB, instr); 1553 return DoArithmeticD(Token::ADD, instr);
|
H A D | lithium-mips.h | 2591 LInstruction* DoArithmeticD(Token::Value op,
|
H A D | lithium-codegen-mips.cc | 1764 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.cc | 694 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 1301 return DoArithmeticD(Token::DIV, instr); 1420 return DoArithmeticD(Token::MOD, instr); 1491 return DoArithmeticD(Token::MUL, instr); 1513 return DoArithmeticD(Token::SUB, instr); 1559 return DoArithmeticD(Token::ADD, instr);
|
H A D | lithium-mips64.h | 2637 LInstruction* DoArithmeticD(Token::Value op,
|
H A D | lithium-codegen-mips64.cc | 1883 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.cc | 699 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 1314 return DoArithmeticD(Token::DIV, instr); 1441 return DoArithmeticD(Token::MOD, instr); 1494 return DoArithmeticD(Token::MUL, instr); 1521 return DoArithmeticD(Token::SUB, instr); 1584 return DoArithmeticD(Token::ADD, instr);
|
H A D | lithium-ppc.h | 2553 LInstruction* DoArithmeticD(Token::Value op,
|
H A D | lithium-codegen-ppc.cc | 1972 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.cc | 627 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 1188 return DoArithmeticD(Token::DIV, instr); 1307 return DoArithmeticD(Token::MOD, instr); 1359 return DoArithmeticD(Token::MUL, instr); 1385 return DoArithmeticD(Token::SUB, instr); 1444 return DoArithmeticD(Token::ADD, instr);
|
H A D | lithium-s390.h | 2393 LInstruction* DoArithmeticD(Token::Value op,
|
H A D | lithium-codegen-s390.cc | 1976 void LCodeGen::DoArithmeticD(LArithmeticD* instr) { function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.cc | 711 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 1333 return DoArithmeticD(Token::DIV, instr); 1469 return DoArithmeticD(Token::MOD, instr); 1497 return DoArithmeticD(Token::MUL, instr); 1523 return DoArithmeticD(Token::SUB, instr); 1573 return DoArithmeticD(Token::ADD, instr);
|
H A D | lithium-x64.h | 2637 LInstruction* DoArithmeticD(Token::Value op,
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.cc | 717 LInstruction* LChunkBuilder::DoArithmeticD(Token::Value op, function in class:v8::internal::LChunkBuilder 1342 return DoArithmeticD(Token::DIV, instr); 1478 return DoArithmeticD(Token::MOD, instr); 1510 return DoArithmeticD(Token::MUL, instr); 1530 return DoArithmeticD(Token::SUB, instr); 1561 return DoArithmeticD(Token::ADD, instr);
|
H A D | lithium-x87.h | 2645 LInstruction* DoArithmeticD(Token::Value op,
|