Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dlithium-mips.cc127 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
754 LArithmeticT* result = in DoArithmeticT()
755 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-mips.h1526 class LArithmeticT FINAL : public LTemplateInstruction<1, 3, 0> {
1528 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-mips.cc2027 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/mips64/
Dlithium-mips64.cc127 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
754 LArithmeticT* result = in DoArithmeticT()
755 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-mips64.h1525 class LArithmeticT FINAL : public LTemplateInstruction<1, 3, 0> {
1527 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-mips64.cc1995 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/x64/
Dlithium-x64.cc128 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
767 LArithmeticT* result = in DoArithmeticT()
768 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-x64.h1542 class LArithmeticT FINAL : public LTemplateInstruction<1, 3, 0> {
1544 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-x64.cc2053 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/arm/
Dlithium-arm.cc125 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
744 LArithmeticT* result = in DoArithmeticT()
745 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-arm.h1560 class LArithmeticT FINAL : public LTemplateInstruction<1, 3, 0> {
1562 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-arm.cc2168 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/arm64/
Dlithium-arm64.cc336 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
820 LArithmeticT* result = in DoArithmeticT()
821 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-arm64.h735 class LArithmeticT FINAL : public LTemplateInstruction<1, 3, 0> {
737 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-arm64.cc1780 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/x87/
Dlithium-x87.cc155 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
783 LArithmeticT* result = in DoArithmeticT()
784 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-x87.h1566 class LArithmeticT FINAL : public LTemplateInstruction<1, 3, 0> {
1568 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-x87.cc2316 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/ia32/
Dlithium-ia32.cc144 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
784 LArithmeticT* result = in DoArithmeticT()
785 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
Dlithium-ia32.h1556 class LArithmeticT FINAL : public LTemplateInstruction<1, 3, 0> {
1558 LArithmeticT(Token::Value op, in LArithmeticT() function
Dlithium-codegen-ia32.cc2024 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()