Searched refs:Word64Shr (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.h | 295 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 D | raw-machine-assembler.h | 422 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 D | graph-assembler.h | 96 V(Word64Shr) \
|
H A D | machine-operator.h | 454 const Operator* Word64Shr();
|
H A D | opcodes.h | 574 V(Word64Shr) \
|
H A D | wasm-compiler.cc | 959 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 D | machine-operator.cc | 290 V(Word64Shr, Operator::kNoProperties, 2, 0, 1) \
|
H A D | effect-control-linearizer.cc | 2914 __ Word64Shr(value, __ IntPtrConstant(63 - BigInt::SignBits::kShift)); in LowerChangeInt64ToBigInt()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 15873 : Word64Shr(src_data, Uint64Constant(src_offset - dest_offset));
|
Completed in 50 milliseconds