Home
last modified time | relevance | path

Searched defs:high_word (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-external-refs.cc179 uint32_t high_word = static_cast<uint32_t>(input >> 32); in uint64_to_float64_wrapper() local
H A Dwasm-debug.cc606 uint32_t high_word = in GetValue() local
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h1606 int32_t high_word = static_cast<int32_t>(imm >> 32); in EmitI64IndependentHalfOperationImm() local
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h555 Node* Word32PairShl(Node* low_word, Node* high_word, Node* shift) { in Word32PairShl() argument
558 Node* Word32PairShr(Node* low_word, Node* high_word, Node* shift) { in Word32PairShr() argument
561 Node* Word32PairSar(Node* low_word, Node* high_word, Node* shift) { in Word32PairSar() argument
H A Dwasm-compiler.cc3831 Node* high_word = gasm_->TruncateInt64ToInt32( in BoundsCheckMem() local
5483 Node* high_word = in MemTypeToUintPtrOrOOBTrap() local
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h337 int32_t high_word = value.to_i64() >> 32; in LoadConstant() local
1238 int32_t high_word = value.to_i64() >> 32; in Spill() local
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h587 int32_t high_word = value.to_i64() >> 32; in LoadConstant() local
1443 int32_t high_word = value.to_i64() >> 32; in Spill() local
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h450 int32_t high_word = value.to_i64() >> 32; in LoadConstant() local
849 int32_t high_word = value.to_i64() >> 32; in Spill() local

Completed in 41 milliseconds