Home
last modified time | relevance | path

Searched refs:Word32Shl (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/compiler/
Dsimd-scalar-lowering.cc525 graph()->NewNode(machine()->Word32Shl(), input, in FixUpperBits()
831 graph()->NewNode(machine()->Word32Shl(), rep_node[i], shift_node); in LowerShiftOp()
835 graph()->NewNode(machine()->Word32Shl(), rep_node[i], shift_node); in LowerShiftOp()
840 graph()->NewNode(machine()->Word32Shl(), rep_node[i], shift_node); in LowerShiftOp()
1507 Node* shift = graph()->NewNode(machine()->Word32Shl(), clean_bits, in SmallerIntToInt32()
Dint64-lowering.cc702 graph()->NewNode(machine()->Word32Shl(), high_input, inv_shift)); in LowerNode()
706 graph()->NewNode(machine()->Word32Shl(), low_input, inv_shift)); in LowerNode()
720 machine()->Word32Shl(), in LowerNode()
Dwasm-compiler.cc352 op = m->Word32Shl(); in Binop()
1126 graph()->NewNode(m->Word32Shl(), value, mcgraph()->Int32Constant(16)); in BuildChangeEndiannessStore()
1131 graph()->NewNode(m->Word32Shl(), value, mcgraph()->Int32Constant(16)); in BuildChangeEndiannessStore()
1196 shiftLower = graph()->NewNode(m->Word32Shl(), value, in BuildChangeEndiannessStore()
1276 graph()->NewNode(m->Word32Shl(), value, in BuildChangeEndiannessLoad()
1335 shiftLower = graph()->NewNode(m->Word32Shl(), value, in BuildChangeEndiannessLoad()
1386 graph()->NewNode(m->Word32Shl(), result, shiftBitCount), in BuildChangeEndiannessLoad()
2105 upper = graph()->NewNode(machine->Word32Shl(), upper, Int32Constant(16)); in BuildDecodeException32BitValue()
2668 graph()->NewNode(machine->Word32Shl(), key, Int32Constant(2))); in CallIndirect()
2683 scaled_key = graph()->NewNode(machine->Word32Shl(), key, in CallIndirect()
Dgraph-assembler.h49 V(Word32Shl) \
Dmachine-operator.h227 const Operator* Word32Shl(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h247 Node* Word32Shl(Node* a, Node* b) { in Word32Shl() function
248 return AddNode(machine()->Word32Shl(), a, b); in Word32Shl()
Deffect-control-linearizer.cc2626 __ Int32Add(__ Word32Shl(length, __ Int32Constant(kDoubleSizeLog2)), in LowerNewDoubleElements()
2677 __ Int32Add(__ Word32Shl(length, __ Int32Constant(kPointerSizeLog2)), in LowerNewSmiOrObjectElements()
2929 __ Word32Shl(ChangeInt32ToIntPtr(position), __ Int32Constant(1))); in LowerStringCharCodeAt()
3217 code = __ Word32Or(__ Word32Shl(lead, __ Int32Constant(16)), trail); in LowerStringFromSingleCodePoint()
3219 code = __ Word32Or(__ Word32Shl(trail, __ Int32Constant(16)), lead); in LowerStringFromSingleCodePoint()
4774 __ Word32Shl(value, __ Int32Constant(15))); in ComputeIntegerHash()
4776 value = __ Int32Add(value, __ Word32Shl(value, __ Int32Constant(2))); in ComputeIntegerHash()
Dopcodes.h473 V(Word32Shl) \
Dcode-assembler.cc724 TNode<Word32T> CodeAssembler::Word32Shl(SloppyTNode<Word32T> left, in Word32Shl() function in v8::internal::compiler::CodeAssembler
739 return UncheckedCast<Word32T>(raw_assembler()->Word32Shl(left, right)); in Word32Shl()
Dsimplified-lowering.cc2000 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode()
2011 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode()
2020 lowering->DoShift(node, lowering->machine()->Word32Shl(), rhs_type); in VisitNode()
Dmachine-operator.cc97 V(Word32Shl, Operator::kNoProperties, 2, 0, 1) \
Dmachine-operator-reducer.cc230 NodeProperties::ChangeOp(node, machine()->Word32Shl()); in Reduce()
Dcode-assembler.h945 TNode<Word32T> Word32Shl(SloppyTNode<Word32T> left,
/external/v8/src/builtins/
Dbuiltins-string-gen.cc180 lhs_instance_type, Word32Shl(rhs_instance_type, Int32Constant(8))); in StringEqual_Core()
407 lhs_instance_type, Word32Shl(rhs_instance_type, Int32Constant(8))); in GenerateStringRelationalComparison()
2462 Word32Shl(lead, Int32Constant(16)), trail)); in LoadSurrogatePairAt()
2464 Word32Shl(trail, Int32Constant(16)), lead)); in LoadSurrogatePairAt()
2475 var_result = Signed(Int32Add(Word32Shl(lead, Int32Constant(10)), in LoadSurrogatePairAt()
Dbase.tq294 extern operator '<<' macro Word32Shl(int32, int32): int32;
295 extern operator '<<' macro Word32Shl(uint32, uint32): uint32;
Dbuiltins-regexp-gen.cc2138 TNode<Word32T> global_flag = Word32Shl( in MatchAllIterator()
2141 Word32Shl(var_unicode.value(), in MatchAllIterator()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc362 V(Word32Shl) \
1472 V(Word32, Word32Shl, kS390_ShiftLeft32, Shift32OperandMode, null) \
/external/v8/src/interpreter/
Dinterpreter-assembler.cc424 Node* value = Word32Shl(bytes[count], shift); in BytecodeOperandReadUnaligned()
/external/v8/src/
Dcode-stub-assembler.cc6599 codepoint = Signed(Word32Or(Word32Shl(trail, Int32Constant(16)), lead)); in StringFromSingleCodePoint()
7721 Word32Shl(hash, Int32Constant(15))); in ComputeIntegerHash()
7723 hash = Int32Add(hash, Word32Shl(hash, Int32Constant(2))); in ComputeIntegerHash()
11924 return ChangeInt32ToTagged(Signed(Word32Shl(left32, right32))); in BitwiseOp()
/external/v8/src/ic/
Daccessor-assembler.cc1614 Word32Shl(hash, Int32Constant(PropertyArray::HashField::kShift)); in ExtendPropertiesBackingStore()