Home | History | Annotate | Download | only in a64

Lines Matching refs:FPProcessNaNs

2017   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) {
2308 bool Simulator::FPProcessNaNs(Instruction* instr) {
2315 double result = FPProcessNaNs(dreg(fn), dreg(fm));
2321 float result = FPProcessNaNs(sreg(fn), sreg(fm));