Home
last modified time | relevance | path

Searched defs:low_word (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-external-refs.cc178 uint32_t low_word = static_cast<uint32_t>(input & 0xFFFFFFFF); in uint64_to_float64_wrapper() local
Dwasm-debug.cc605 uint32_t low_word = ReadUnalignedValue<uint32_t>(gp_addr(reg.low_gp())); in GetValue() local
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h555 Node* Word32PairShl(Node* low_word, Node* high_word, Node* shift) { in Word32PairShl()
558 Node* Word32PairShr(Node* low_word, Node* high_word, Node* shift) { in Word32PairShr()
561 Node* Word32PairSar(Node* low_word, Node* high_word, Node* shift) { in Word32PairSar()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.h1605 int32_t low_word = static_cast<int32_t>(imm); in EmitI64IndependentHalfOperationImm() local
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h449 int32_t low_word = value.to_i64(); in LoadConstant() local
848 int32_t low_word = value.to_i64(); in Spill() local
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h586 int32_t low_word = value.to_i64(); in LoadConstant() local
1440 int32_t low_word = value.to_i64(); in Spill() local
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h336 int32_t low_word = value.to_i64(); in LoadConstant() local
1237 int32_t low_word = value.to_i64(); in Spill() local