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

12

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

Completed in 376 milliseconds

12