OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU86_LDouble
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
exec.h
201
static inline
CPU86_LDouble
helper_fldt(target_ulong ptr)
222
static inline void helper_fstt(
CPU86_LDouble
f, target_ulong ptr)
239
static inline
CPU86_LDouble
helper_fldt(target_ulong ptr)
248
static inline void helper_fstt(
CPU86_LDouble
f, target_ulong ptr)
cpu.h
502
typedef floatx80
CPU86_LDouble
;
504
typedef float64
CPU86_LDouble
;
600
CPU86_LDouble
d __attribute__((aligned(16)));
602
CPU86_LDouble
d;
609
CPU86_LDouble
ft0;
784
void cpu_get_fp80(uint64_t *pmant, uint16_t *pexp,
CPU86_LDouble
f);
785
CPU86_LDouble
cpu_set_fp80(uint64_t mant, uint16_t upper);
op_helper.c
97
static const
CPU86_LDouble
f15rk[7] =
[
all
...]
Completed in 28 milliseconds