Home | History | Annotate | Download | only in arm64

Lines Matching refs:FPProcessNaNs

2883   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) {
3161 bool Simulator::FPProcessNaNs(Instruction* instr) {
3168 double result = FPProcessNaNs(dreg(fn), dreg(fm));
3174 float result = FPProcessNaNs(sreg(fn), sreg(fm));