Home
last modified time | relevance | path

Searched refs:WordSarShiftOutZeros (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h356 Node* WordSarShiftOutZeros(Node* a, Node* b) { in WordSarShiftOutZeros() function in v8::internal::compiler::RawMachineAssembler
357 return AddNode(machine()->WordSarShiftOutZeros(), a, b); in WordSarShiftOutZeros()
H A Dgraph-assembler.h102 V(WordSarShiftOutZeros) \
H A Dmachine-operator.h1077 const Operator* WordSarShiftOutZeros() { in WordSarShiftOutZeros() function
H A Dcode-assembler.h282 V(WordSarShiftOutZeros, WordT, WordT, IntegralT) \
H A Deffect-control-linearizer.cc4628 return __ WordSarShiftOutZeros( in ChangeSmiToIntPtr()
4632 return __ WordSarShiftOutZeros(value, SmiShiftBitsConstant()); in ChangeSmiToIntPtr()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc698 return Signed(WordSarShiftOutZeros(BitcastTaggedToWordForTagAndSmiBits(value), in TaggedIndexToIntPtr()
800 return Signed(WordSarShiftOutZeros(raw_bits, SmiShiftBitsConstant())); in SmiUntag()

Completed in 34 milliseconds