Home
last modified time | relevance | path

Searched refs:Float64SubPreserveNan (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h326 const Operator* Float64SubPreserveNan();
Draw-machine-assembler.h443 Node* Float64SubPreserveNan(Node* a, Node* b) { in Float64SubPreserveNan() function
444 return AddNode(machine()->Float64SubPreserveNan(), a, b); in Float64SubPreserveNan()
Dopcodes.h378 V(Float64SubPreserveNan) \
Dmachine-operator.cc165 V(Float64SubPreserveNan, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc571 op = m->Float64SubPreserveNan(); in Binop()