Home
last modified time | relevance | path

Searched refs:Float64ExtractLowWord32 (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.h31 V(Float64ExtractLowWord32) \
Dmachine-operator.h447 const Operator* Float64ExtractLowWord32(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h721 Node* Float64ExtractLowWord32(Node* a) { in Float64ExtractLowWord32() function
722 return AddNode(machine()->Float64ExtractLowWord32(), a); in Float64ExtractLowWord32()
Dopcodes.h640 V(Float64ExtractLowWord32) \
Dmachine-operator.cc226 V(Float64ExtractLowWord32, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h515 V(Float64ExtractLowWord32, Word32T, Float64T) \
Deffect-control-linearizer.cc3811 Node* lo = __ Word32ReverseBytes(__ Float64ExtractLowWord32(value)); in BuildReverseBytes()
/external/v8/src/builtins/
Ddata-view.tq118 extern macro Float64ExtractLowWord32(float64): uint32;
779 let low_word: uint32 = Float64ExtractLowWord32(double_value);
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc341 V(Float64ExtractLowWord32) \
1370 V(Word32, Float64ExtractLowWord32, kS390_DoubleExtractLowWord32, \
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1296 V(Float64ExtractLowWord32, kSSEFloat64ExtractLowWord32) \
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc761 V(Float64ExtractLowWord32, kSSEFloat64ExtractLowWord32) \
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1377 V(Float64ExtractLowWord32, kArmVmovLowU32F64) \
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1231 V(Float64ExtractLowWord32, kArm64Float64ExtractLowWord32) \