/external/v8/src/compiler/ |
D | simd-scalar-lowering.cc | 525 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()
|
D | int64-lowering.cc | 702 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()
|
D | wasm-compiler.cc | 352 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()
|
D | graph-assembler.h | 49 V(Word32Shl) \
|
D | machine-operator.h | 227 const Operator* Word32Shl(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 247 Node* Word32Shl(Node* a, Node* b) { in Word32Shl() function 248 return AddNode(machine()->Word32Shl(), a, b); in Word32Shl()
|
D | effect-control-linearizer.cc | 2626 __ 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()
|
D | opcodes.h | 473 V(Word32Shl) \
|
D | code-assembler.cc | 724 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()
|
D | simplified-lowering.cc | 2000 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()
|
D | machine-operator.cc | 97 V(Word32Shl, Operator::kNoProperties, 2, 0, 1) \
|
D | machine-operator-reducer.cc | 230 NodeProperties::ChangeOp(node, machine()->Word32Shl()); in Reduce()
|
D | code-assembler.h | 945 TNode<Word32T> Word32Shl(SloppyTNode<Word32T> left,
|
/external/v8/src/builtins/ |
D | builtins-string-gen.cc | 180 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()
|
D | base.tq | 294 extern operator '<<' macro Word32Shl(int32, int32): int32; 295 extern operator '<<' macro Word32Shl(uint32, uint32): uint32;
|
D | builtins-regexp-gen.cc | 2138 TNode<Word32T> global_flag = Word32Shl( in MatchAllIterator() 2141 Word32Shl(var_unicode.value(), in MatchAllIterator()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 362 V(Word32Shl) \ 1472 V(Word32, Word32Shl, kS390_ShiftLeft32, Shift32OperandMode, null) \
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 424 Node* value = Word32Shl(bytes[count], shift); in BytecodeOperandReadUnaligned()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 6599 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/ |
D | accessor-assembler.cc | 1614 Word32Shl(hash, Int32Constant(PropertyArray::HashField::kShift)); in ExtendPropertiesBackingStore()
|