OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float_status
(Results
1 - 6
of
6
) sorted by null
/external/qemu/fpu/
softfloat.h
95
#define STATUS_PARAM ,
float_status
*status
200
typedef struct
float_status
{
struct
212
}
float_status
;
typedef in typeref:struct:float_status
232
INLINE int get_float_exception_flags(
float_status
*status)
softfloat-native.h
138
typedef struct
float_status
{
struct
143
}
float_status
;
typedef in typeref:struct:float_status
/external/qemu/target-i386/
cpu.h
608
float_status
fp_status;
611
float_status
mmx_status; /* for 3DNow! float ops */
612
float_status
sse_status;
/external/qemu/target-arm/
cpu.h
203
float_status
fp_status;
204
float_status
standard_fp_status;
helper.c
[
all
...]
/external/qemu/target-mips/
cpu.h
74
float_status
fp_status;
Completed in 52 milliseconds