Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.cc181 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
814 LArithmeticT* result = new LArithmeticT(op, left, right); in DoBit()
828 LArithmeticT* result = new LArithmeticT(op, left, right); in DoShift()
895 LArithmeticT* result = new LArithmeticT(op, left_operand, right_operand); in DoArithmeticT()
Dlithium-x64.h1101 class LArithmeticT: public LTemplateInstruction<1, 2, 0> {
1103 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) in LArithmeticT() function
Dlithium-codegen-x64.cc1242 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/ia32/
Dlithium-ia32.cc181 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
813 LArithmeticT* result = new LArithmeticT(op, left, right); in DoBit()
827 LArithmeticT* result = new LArithmeticT(op, left, right); in DoShift()
894 LArithmeticT* result = new LArithmeticT(op, left_operand, right_operand); in DoArithmeticT()
Dlithium-ia32.h1141 class LArithmeticT: public LTemplateInstruction<1, 2, 0> {
1143 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) in LArithmeticT() function
Dlithium-codegen-ia32.cc1246 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
/external/v8/src/arm/
Dlithium-arm.cc179 const char* LArithmeticT::Mnemonic() const { in Mnemonic()
819 LArithmeticT* result = new LArithmeticT(op, left, right); in DoBit()
833 LArithmeticT* result = new LArithmeticT(op, left, right); in DoShift()
900 LArithmeticT* result = new LArithmeticT(op, left_operand, right_operand); in DoArithmeticT()
Dlithium-arm.h1115 class LArithmeticT: public LTemplateInstruction<1, 2, 0> {
1117 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) in LArithmeticT() function
Dlithium-codegen-arm.cc1371 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()