Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h317 const Operator* Float32SubPreserveNan();
Draw-machine-assembler.h402 Node* Float32SubPreserveNan(Node* a, Node* b) { in Float32SubPreserveNan() function
403 return AddNode(machine()->Float32SubPreserveNan(), a, b); in Float32SubPreserveNan()
Dopcodes.h367 V(Float32SubPreserveNan) \
Dmachine-operator.cc147 V(Float32SubPreserveNan, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc540 op = m->Float32SubPreserveNan(); in Binop()