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/include/fpu/
softfloat.h
68
#define STATUS_PARAM ,
float_status
*status
171
typedef struct
float_status
{
struct
181
}
float_status
;
typedef in typeref:struct:float_status
201
INLINE int get_float_exception_flags(
float_status
*status)
/external/qemu/target-arm/
helper.c
[
all
...]
cpu.h
235
float_status
fp_status;
236
float_status
standard_fp_status;
neon_helper.c
[
all
...]
/external/qemu/target-i386/
cpu.h
771
float_status
fp_status;
774
float_status
mmx_status; /* for 3DNow! float ops */
775
float_status
sse_status;
[
all
...]
/external/qemu/target-mips/
cpu.h
82
float_status
fp_status;
Completed in 70 milliseconds