mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
arch: Improve documentation for up_fpucmp function
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
ba885eb216
commit
871803b4b8
@@ -44,7 +44,14 @@
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -44,7 +44,14 @@
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -44,7 +44,14 @@
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -44,7 +44,14 @@
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -229,7 +229,14 @@ void arm64_fpu_disable(void)
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
@@ -44,7 +44,14 @@
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -44,7 +44,14 @@
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -2618,7 +2618,14 @@ int up_saveusercontext(FAR void *saveregs);
|
||||
* Name: up_fpucmp
|
||||
*
|
||||
* Description:
|
||||
* compare FPU areas from thread context
|
||||
* Compare FPU areas from thread context.
|
||||
*
|
||||
* Input Parameters:
|
||||
* saveregs1 - Pointer to the saved FPU registers.
|
||||
* saveregs2 - Pointer to the saved FPU registers.
|
||||
*
|
||||
* Returned Value:
|
||||
* True if FPU areas compare equal, False otherwise.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user