Searched refs:Float64InsertLowWord32 (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | graph-assembler.h | 70 V(Float64InsertLowWord32) \
|
D | machine-operator.h | 449 const Operator* Float64InsertLowWord32(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 727 Node* Float64InsertLowWord32(Node* a, Node* b) { in Float64InsertLowWord32() function 728 return AddNode(machine()->Float64InsertLowWord32(), a, b); in Float64InsertLowWord32()
|
D | opcodes.h | 642 V(Float64InsertLowWord32) \
|
D | machine-operator.cc | 228 V(Float64InsertLowWord32, Operator::kNoProperties, 2, 0, 1) \
|
D | code-assembler.h | 474 V(Float64InsertLowWord32, Float64T, Float64T, Word32T) \
|
D | effect-control-linearizer.cc | 3814 result = __ Float64InsertLowWord32(result, hi); in BuildReverseBytes()
|
/external/v8/src/builtins/ |
D | data-view.tq | 120 extern macro Float64InsertLowWord32(float64, uint32): float64; 215 result = Float64InsertLowWord32(result, low_word);
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 1476 V(Word32, Float64InsertLowWord32, kS390_DoubleInsertLowWord32, \
|