/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 1191 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1193 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-arm.cc | 679 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
|
H A D | lithium-codegen-arm.cc | 1590 void LCodeGen::DoShiftI(LShiftI* instr) {
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.h | 1202 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1204 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-ia32.cc | 711 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
|
H A D | lithium-codegen-ia32.cc | 1372 void LCodeGen::DoShiftI(LShiftI* instr) {
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 1170 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1172 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-mips.cc | 686 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
|
H A D | lithium-codegen-mips.cc | 1459 void LCodeGen::DoShiftI(LShiftI* instr) {
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 1188 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1190 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-mips64.cc | 686 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
|
H A D | lithium-codegen-mips64.cc | 1553 void LCodeGen::DoShiftI(LShiftI* instr) {
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.h | 1176 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1178 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-ppc.cc | 691 DefineAsRegister(new (zone()) LShiftI(op, left, right, does_deopt));
|
H A D | lithium-codegen-ppc.cc | 1575 void LCodeGen::DoShiftI(LShiftI* instr) {
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 1092 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1094 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-s390.cc | 620 DefineAsRegister(new (zone()) LShiftI(op, left, right, does_deopt));
|
H A D | lithium-codegen-s390.cc | 1524 void LCodeGen::DoShiftI(LShiftI* instr) {
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.h | 1200 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1202 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-x64.cc | 703 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 1196 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 1198 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-x87.cc | 709 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.h | 2547 class LShiftI final : public LTemplateInstruction<1, 2, 0> { 2549 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::final
|
H A D | lithium-arm64.cc | 2099 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt));
|
H A D | lithium-codegen-arm64.cc | 4572 void LCodeGen::DoShiftI(LShiftI* instr) {
|