Searched defs:LArithmeticT (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-ia32.h1118 class LArithmeticT: public LTemplateInstruction<1, 3, 0> { class in namespace:v8::internal
1120 LArithmeticT(Token::Value op, function in class:v8::internal::LArithmeticT
/external/v8/src/arm/
H A Dlithium-arm.h1117 class LArithmeticT: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
1119 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) function in class:v8::internal::LArithmeticT
/external/v8/src/mips/
H A Dlithium-mips.h1097 class LArithmeticT: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
1099 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) function in class:v8::internal::LArithmeticT
/external/v8/src/x64/
H A Dlithium-x64.h1096 class LArithmeticT: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
1098 LArithmeticT(Token::Value op, LOperand* left, LOperand* right) function in class:v8::internal::LArithmeticT

Completed in 212 milliseconds