Searched refs:FPProcessNaNs (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.h | 762 bool FPProcessNaNs(Instruction* instr); 765 T FPProcessNaNs(T op1, T op2);
|
D | simulator-arm64.cc | 2883 if (FPProcessNaNs(instr)) return; in VisitFPDataProcessing2Source() 2994 T result = FPProcessNaNs(a, b); in FPMaxNM() 3021 T result = FPProcessNaNs(a, b); in FPMinNM() 3121 T Simulator::FPProcessNaNs(T op1, T op2) { in FPProcessNaNs() function in v8::internal::Simulator 3161 bool Simulator::FPProcessNaNs(Instruction* instr) { in FPProcessNaNs() function in v8::internal::Simulator 3168 double result = FPProcessNaNs(dreg(fn), dreg(fm)); in FPProcessNaNs() 3174 float result = FPProcessNaNs(sreg(fn), sreg(fm)); in FPProcessNaNs()
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 3511 T result = FPProcessNaNs(op1, op2); in FPAdd() 3648 T result = FPProcessNaNs(a, b); in FPMax() 3669 T result = FPProcessNaNs(a, b); in FPMaxNM() 3676 T result = FPProcessNaNs(a, b); in FPMin() 3697 T result = FPProcessNaNs(a, b); in FPMinNM() 3871 result = FPProcessNaNs(op1, op2); \ 3918 T result = FPProcessNaNs(op1, op2); in frecps() 3948 T result = FPProcessNaNs(op1, op2); in frsqrts() 3980 T nan_result = FPProcessNaNs(op1, op2); in fcmp()
|
D | simulator-a64.h | 2586 bool FPProcessNaNs(const Instruction* instr); 2679 T FPProcessNaNs(T op1, T op2) { in FPProcessNaNs() function
|
D | simulator-a64.cc | 2329 bool Simulator::FPProcessNaNs(const Instruction* instr) { in FPProcessNaNs() function in vixl::Simulator 2336 double result = FPProcessNaNs(dreg(fn), dreg(fm)); in FPProcessNaNs() 2342 float result = FPProcessNaNs(sreg(fn), sreg(fm)); in FPProcessNaNs()
|