Searched refs:LArithmeticT (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.cc | 181 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()
|
D | lithium-x64.h | 1101 class LArithmeticT: public LTemplateInstruction<1, 2, 0> { 1103 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) in LArithmeticT() function
|
D | lithium-codegen-x64.cc | 1242 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 181 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()
|
D | lithium-ia32.h | 1141 class LArithmeticT: public LTemplateInstruction<1, 2, 0> { 1143 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) in LArithmeticT() function
|
D | lithium-codegen-ia32.cc | 1246 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 179 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()
|
D | lithium-arm.h | 1115 class LArithmeticT: public LTemplateInstruction<1, 2, 0> { 1117 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) in LArithmeticT() function
|
D | lithium-codegen-arm.cc | 1371 void LCodeGen::DoArithmeticT(LArithmeticT* instr) { in DoArithmeticT()
|