Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dlithium-arm.h914 class LShiftI: public LTemplateInstruction<1, 2, 0> {
916 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-arm.cc868 DefineSameAsFirst(new LShiftI(op, left, right, can_deopt)); in DoShift()
Dlithium-codegen-arm.cc1152 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/x64/
Dlithium-x64.h899 class LShiftI: public LTemplateInstruction<1, 2, 0> {
901 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-x64.cc862 LShiftI* result = new LShiftI(op, left, right, can_deopt); in DoShift()
Dlithium-codegen-x64.cc1026 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
/external/v8/src/ia32/
Dlithium-ia32.h937 class LShiftI: public LTemplateInstruction<1, 2, 0> {
939 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
Dlithium-ia32.cc861 LShiftI* result = new LShiftI(op, left, right, can_deopt); in DoShift()
Dlithium-codegen-ia32.cc1005 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()