Home
last modified time | relevance | path

Searched refs:Word64Shr (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h295 V(Word64Shr, Word64T, Word64T, Word64T) \
917 TNode<Uint64T> Word64Shr(TNode<Uint64T> left, TNode<Uint64T> right) { in Word64Shr() function in v8::internal::compiler::CodeAssembler
918 return Unsigned(Word64Shr(static_cast<TNode<Word64T>>(left), right)); in Word64Shr()
H A Draw-machine-assembler.h422 Node* Word64Shr(Node* a, Node* b) { in Word64Shr() function in v8::internal::compiler::RawMachineAssembler
423 return AddNode(machine()->Word64Shr(), a, b); in Word64Shr()
H A Dgraph-assembler.h96 V(Word64Shr) \
H A Dmachine-operator.h454 const Operator* Word64Shr();
H A Dopcodes.h574 V(Word64Shr) \
H A Dwasm-compiler.cc959 op = m->Word64Shr(); in Binop()
1713 shiftHigher = gasm_->Word64Shr(value, Int64Constant(shiftCount)); in BuildChangeEndiannessStore()
1821 shiftHigher = gasm_->Word64Shr(value, Int64Constant(shiftCount)); in BuildChangeEndiannessLoad()
3832 gasm_->Word64Shr(index, Int32Constant(32))); in BoundsCheckMem()
5484 gasm_->TruncateInt64ToInt32(gasm_->Word64Shr(*node, Int32Constant(32))); in MemTypeToUintPtrOrOOBTrap()
H A Dmachine-operator.cc290 V(Word64Shr, Operator::kNoProperties, 2, 0, 1) \
H A Deffect-control-linearizer.cc2914 __ Word64Shr(value, __ IntPtrConstant(63 - BigInt::SignBits::kShift)); in LowerChangeInt64ToBigInt()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc15873 : Word64Shr(src_data, Uint64Constant(src_offset - dest_offset));

Completed in 50 milliseconds