Searched refs:LShiftI (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1191 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 Dlithium-arm.cc679 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-arm.cc1590 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1202 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 Dlithium-ia32.cc711 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-ia32.cc1372 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1170 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 Dlithium-mips.cc686 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-mips.cc1459 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1188 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 Dlithium-mips64.cc686 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-mips64.cc1553 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1176 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 Dlithium-ppc.cc691 DefineAsRegister(new (zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-ppc.cc1575 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1092 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 Dlithium-s390.cc620 DefineAsRegister(new (zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-s390.cc1524 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1200 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 Dlithium-x64.cc703 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1196 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 Dlithium-x87.cc709 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h2547 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 Dlithium-arm64.cc2099 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt));
H A Dlithium-codegen-arm64.cc4572 void LCodeGen::DoShiftI(LShiftI* instr) {

Completed in 269 milliseconds

12