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

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1478 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1480 LArithmeticT(Token::Value op, function in class:v8::internal::final
H A Dlithium-arm.cc127 const char* LArithmeticT::Mnemonic() const {
741 LArithmeticT* result =
742 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
H A Dlithium-codegen-arm.cc2011 void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1461 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1463 LArithmeticT(Token::Value op, function in class:v8::internal::final
H A Dlithium-ia32.cc146 const char* LArithmeticT::Mnemonic() const {
780 LArithmeticT* result =
781 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
H A Dlithium-codegen-ia32.cc1920 void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1441 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1443 LArithmeticT(Token::Value op, function in class:v8::internal::final
H A Dlithium-mips.cc129 const char* LArithmeticT::Mnemonic() const {
751 LArithmeticT* result =
752 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
H A Dlithium-codegen-mips.cc1874 void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1503 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1505 LArithmeticT(Token::Value op, function in class:v8::internal::final
H A Dlithium-mips64.cc129 const char* LArithmeticT::Mnemonic() const {
751 LArithmeticT* result =
752 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
H A Dlithium-codegen-mips64.cc1992 void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1426 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1428 LArithmeticT(Token::Value op, LOperand* context, LOperand* left, function in class:v8::internal::final
H A Dlithium-ppc.cc130 const char* LArithmeticT::Mnemonic() const {
755 LArithmeticT* result =
756 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
H A Dlithium-codegen-ppc.cc2041 void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1452 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1454 LArithmeticT(Token::Value op, function in class:v8::internal::final
H A Dlithium-x64.cc130 const char* LArithmeticT::Mnemonic() const {
765 LArithmeticT* result =
766 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
H A Dlithium-codegen-x64.cc1958 void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1469 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
1471 LArithmeticT(Token::Value op, function in class:v8::internal::final
H A Dlithium-x87.cc157 const char* LArithmeticT::Mnemonic() const {
778 LArithmeticT* result =
779 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
H A Dlithium-codegen-x87.cc2197 void LCodeGen::DoArithmeticT(LArithmeticT* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc338 const char* LArithmeticT::Mnemonic() const {
818 LArithmeticT* result =
819 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
H A Dlithium-arm64.h698 class LArithmeticT final : public LTemplateInstruction<1, 3, 0> {
700 LArithmeticT(Token::Value op, function in class:v8::internal::final
H A Dlithium-codegen-arm64.cc1670 void LCodeGen::DoArithmeticT(LArithmeticT* instr) {

Completed in 287 milliseconds