Home
last modified time | relevance | path

Searched refs:BitcastInt64ToFloat64 (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h849 Node* BitcastInt64ToFloat64(Node* a) { in BitcastInt64ToFloat64() function in v8::internal::compiler::RawMachineAssembler
850 return AddNode(machine()->BitcastInt64ToFloat64(), a); in BitcastInt64ToFloat64()
H A Dgraph-assembler.h35 V(BitcastInt64ToFloat64) \
H A Dmachine-operator.h587 const Operator* BitcastInt64ToFloat64();
H A Dopcodes.h740 V(BitcastInt64ToFloat64) \
H A Dwasm-compiler.cc1297 op = m->BitcastInt64ToFloat64(); in Unop()
1738 result = gasm_->BitcastInt64ToFloat64(result); in BuildChangeEndiannessStore()
1846 result = gasm_->BitcastInt64ToFloat64(result); in BuildChangeEndiannessLoad()
1896 return gasm_->BitcastInt64ToFloat64( in BuildF64CopySign()
H A Dmachine-operator.cc349 V(BitcastInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
H A Deffect-control-linearizer.cc5518 result = __ BitcastInt64ToFloat64(result); in BuildReverseBytes()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1468 V(Word64, BitcastInt64ToFloat64, kS390_BitcastInt64ToDouble, \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc1764 V(BitcastInt64ToFloat64, kX64BitcastLD) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1475 V(BitcastInt64ToFloat64, kArm64Float64MoveU64) \

Completed in 55 milliseconds