OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ftt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/frv/
frv-sim.h
353
enum frv_fsr_ftt
ftt
; /* floating point trap type */
522
#define SET_FSR_FTT(fsr,
ftt
) ( \
523
(fsr) = ((fsr) & ~(0x7 << 17)) | (((
ftt
) & 0x7) << 17) \
565
#define SET_FQ_FTT(fq,
ftt
) ( \
566
(fq) = ((fq) & ~(0x7 << 7)) | (((
ftt
) & 0x7) << 7) \
351
enum frv_fsr_
ftt
ftt
; \/* floating point trap type *\/
member in struct:frv_fp_exception_info
/src/external/gpl3/gdb.old/dist/sim/frv/
frv-sim.h
353
enum frv_fsr_ftt
ftt
; /* floating point trap type */
522
#define SET_FSR_FTT(fsr,
ftt
) ( \
523
(fsr) = ((fsr) & ~(0x7 << 17)) | (((
ftt
) & 0x7) << 17) \
565
#define SET_FQ_FTT(fq,
ftt
) ( \
566
(fq) = ((fq) & ~(0x7 << 7)) | (((
ftt
) & 0x7) << 7) \
351
enum frv_fsr_
ftt
ftt
; \/* floating point trap type *\/
member in struct:frv_fp_exception_info
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026