Searched refs:LShiftI (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 914 class LShiftI: public LTemplateInstruction<1, 2, 0> { 916 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-arm.cc | 868 DefineSameAsFirst(new LShiftI(op, left, right, can_deopt)); in DoShift()
|
D | lithium-codegen-arm.cc | 1152 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 899 class LShiftI: public LTemplateInstruction<1, 2, 0> { 901 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-x64.cc | 862 LShiftI* result = new LShiftI(op, left, right, can_deopt); in DoShift()
|
D | lithium-codegen-x64.cc | 1026 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 937 class LShiftI: public LTemplateInstruction<1, 2, 0> { 939 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-ia32.cc | 861 LShiftI* result = new LShiftI(op, left, right, can_deopt); in DoShift()
|
D | lithium-codegen-ia32.cc | 1005 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|