Searched refs:BitcastInt64ToFloat64 (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 849 Node* BitcastInt64ToFloat64(Node* a) { in BitcastInt64ToFloat64() function in v8::internal::compiler::RawMachineAssembler 850 return AddNode(machine()->BitcastInt64ToFloat64(), a); in BitcastInt64ToFloat64()
|
H A D | graph-assembler.h | 35 V(BitcastInt64ToFloat64) \
|
H A D | machine-operator.h | 587 const Operator* BitcastInt64ToFloat64();
|
H A D | opcodes.h | 740 V(BitcastInt64ToFloat64) \
|
H A D | wasm-compiler.cc | 1297 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 D | machine-operator.cc | 349 V(BitcastInt64ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
H A D | effect-control-linearizer.cc | 5518 result = __ BitcastInt64ToFloat64(result); in BuildReverseBytes()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1468 V(Word64, BitcastInt64ToFloat64, kS390_BitcastInt64ToDouble, \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 1764 V(BitcastInt64ToFloat64, kX64BitcastLD) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 1475 V(BitcastInt64ToFloat64, kArm64Float64MoveU64) \
|
Completed in 52 milliseconds