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

/external/v8/src/arm/
H A Dlithium-arm.h1293 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1295 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::FINAL
H A Dlithium-arm.cc708 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-arm.cc1764 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h1289 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1291 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::FINAL
H A Dlithium-ia32.cc748 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-ia32.cc1608 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/mips/
H A Dlithium-mips.h1274 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1276 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::FINAL
H A Dlithium-mips.cc715 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-mips.cc1610 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/mips64/
H A Dlithium-mips64.h1273 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1275 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::FINAL
H A Dlithium-mips64.cc715 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-mips64.cc1575 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/x64/
H A Dlithium-x64.h1277 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1279 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::FINAL
H A Dlithium-x64.cc731 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-x64.cc1593 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/x87/
H A Dlithium-x87.h1303 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
1305 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::FINAL
H A Dlithium-x87.cc747 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
H A Dlithium-codegen-x87.cc1900 void LCodeGen::DoShiftI(LShiftI* instr) {
/external/v8/src/arm64/
H A Dlithium-arm64.h2734 class LShiftI FINAL : public LTemplateInstruction<1, 2, 0> {
2736 LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt) function in class:v8::internal::FINAL
H A Dlithium-arm64.cc2246 result = DefineAsRegister(new (zone()) LShiftI(op, left, right, can_deopt));
H A Dlithium-codegen-arm64.cc4892 void LCodeGen::DoShiftI(LShiftI* instr) {

Completed in 273 milliseconds