Searched defs:FPProcessNaNs (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/a64/
H A Dsimulator-a64.cc2017 if (FPProcessNaNs(instr)) return;
2036 // These were handled before the standard FPProcessNaNs() stage.
2132 T result = FPProcessNaNs(a, b);
2160 T result = FPProcessNaNs(a, b);
2268 T Simulator::FPProcessNaNs(T op1, T op2) { function in class:vixl::Simulator
2308 bool Simulator::FPProcessNaNs(Instruction* instr) { function in class:vixl::Simulator
2315 double result = FPProcessNaNs(dreg(fn), dreg(fm));
2321 float result = FPProcessNaNs(sreg(fn), sreg(fm));
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc2883 if (FPProcessNaNs(instr)) return;
2902 // These were handled before the standard FPProcessNaNs() stage.
2994 T result = FPProcessNaNs(a, b);
3021 T result = FPProcessNaNs(a, b);
3121 T Simulator::FPProcessNaNs(T op1, T op2) { function in class:v8::internal::Simulator
3161 bool Simulator::FPProcessNaNs(Instruction* instr) { function in class:v8::internal::Simulator
3168 double result = FPProcessNaNs(dreg(fn), dreg(fm));
3174 float result = FPProcessNaNs(sreg(fn), sreg(fm));

Completed in 70 milliseconds