/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1217 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1219 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-ia32.cc | 743 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-ia32.cc | 1517 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1229 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1231 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-x87.cc | 742 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-x87.cc | 1818 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1209 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1211 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-mips.cc | 712 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-mips.cc | 1503 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1212 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1214 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-x64.cc | 728 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-x64.cc | 1520 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1231 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1233 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-arm.cc | 705 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-arm.cc | 1632 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1227 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1229 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-mips64.cc | 712 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-mips64.cc | 1596 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1186 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1188 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-ppc.cc | 716 DefineAsRegister(new (zone()) LShiftI(op, left, right, does_deopt)); in DoShift()
|
D | lithium-codegen-ppc.cc | 1608 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2652 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 2654 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) in LShiftI() function
|
D | lithium-arm64.cc | 2209 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt)); in DoShift()
|
D | lithium-codegen-arm64.cc | 4593 void LCodeGen::DoShiftI(LShiftI* instr) { in DoShiftI()
|