Home
last modified time | relevance | path

Searched defs:high_word (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-external-refs.cc72 uint32_t high_word = static_cast<uint32_t>(input >> 32); in uint64_to_float32_wrapper() local
109 uint32_t high_word = static_cast<uint32_t>(input >> 32); in uint64_to_float64_wrapper() local
/external/v8/src/compiler/
Draw-machine-assembler.h414 Node* Word32PairShl(Node* low_word, Node* high_word, Node* shift) { in Word32PairShl()
417 Node* Word32PairShr(Node* low_word, Node* high_word, Node* shift) { in Word32PairShr()
420 Node* Word32PairSar(Node* low_word, Node* high_word, Node* shift) { in Word32PairSar()
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h272 int32_t high_word = value.to_i64() >> 32; in LoadConstant() local
511 int32_t high_word = value.to_i64() >> 32; in Spill() local
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h190 int32_t high_word = value.to_i64() >> 32; in LoadConstant() local
433 int32_t high_word = value.to_i64() >> 32; in Spill() local
/external/google-breakpad/src/processor/
Dminidump.cc263 uint32_t high_word = in_word; in UTF16ToUTF8() local