Searched refs:FPProcessNaNs (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.h | 760 bool FPProcessNaNs(Instruction* instr); 763 T FPProcessNaNs(T op1, T op2);
|
D | simulator-arm64.cc | 2898 if (FPProcessNaNs(instr)) return; in VisitFPDataProcessing2Source() 3009 T result = FPProcessNaNs(a, b); in FPMaxNM() 3036 T result = FPProcessNaNs(a, b); in FPMinNM() 3137 T Simulator::FPProcessNaNs(T op1, T op2) { in FPProcessNaNs() function in v8::internal::Simulator 3177 bool Simulator::FPProcessNaNs(Instruction* instr) { in FPProcessNaNs() function in v8::internal::Simulator 3184 double result = FPProcessNaNs(dreg(fn), dreg(fm)); in FPProcessNaNs() 3190 float result = FPProcessNaNs(sreg(fn), sreg(fm)); in FPProcessNaNs()
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 3515 T result = FPProcessNaNs(op1, op2); in FPAdd() 3652 T result = FPProcessNaNs(a, b); in FPMax() 3673 T result = FPProcessNaNs(a, b); in FPMaxNM() 3680 T result = FPProcessNaNs(a, b); in FPMin() 3701 T result = FPProcessNaNs(a, b); in FPMinNM() 3875 result = FPProcessNaNs(op1, op2); \ 3922 T result = FPProcessNaNs(op1, op2); in frecps() 3952 T result = FPProcessNaNs(op1, op2); in frsqrts() 3984 T nan_result = FPProcessNaNs(op1, op2); in fcmp()
|
D | simulator-a64.h | 2475 bool FPProcessNaNs(const Instruction* instr); 2568 T FPProcessNaNs(T op1, T op2) { in FPProcessNaNs() function
|
D | simulator-a64.cc | 2273 bool Simulator::FPProcessNaNs(const Instruction* instr) { in FPProcessNaNs() function in vixl::Simulator 2280 double result = FPProcessNaNs(dreg(fn), dreg(fm)); in FPProcessNaNs() 2286 float result = FPProcessNaNs(sreg(fn), sreg(fm)); in FPProcessNaNs()
|