Home
last modified time | relevance | path

Searched refs:Float64InsertLowWord32 (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.h70 V(Float64InsertLowWord32) \
Dmachine-operator.h449 const Operator* Float64InsertLowWord32(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h727 Node* Float64InsertLowWord32(Node* a, Node* b) { in Float64InsertLowWord32() function
728 return AddNode(machine()->Float64InsertLowWord32(), a, b); in Float64InsertLowWord32()
Dopcodes.h642 V(Float64InsertLowWord32) \
Dmachine-operator.cc228 V(Float64InsertLowWord32, Operator::kNoProperties, 2, 0, 1) \
Dcode-assembler.h474 V(Float64InsertLowWord32, Float64T, Float64T, Word32T) \
Deffect-control-linearizer.cc3814 result = __ Float64InsertLowWord32(result, hi); in BuildReverseBytes()
/external/v8/src/builtins/
Ddata-view.tq120 extern macro Float64InsertLowWord32(float64, uint32): float64;
215 result = Float64InsertLowWord32(result, low_word);
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1476 V(Word32, Float64InsertLowWord32, kS390_DoubleInsertLowWord32, \